[Bash-completion-devel] Bug#713911: bash-completion: Tab-complete directories when in symlinked directory

Martin Monperrus martin.monperrus at gmail.com
Sun Jun 23 19:40:41 UTC 2013


Package: bash-completion
Version: 1:2.0-1
Severity: normal

Dear Maintainer,

   * What led up to the situation?
The directories:
/path/to/toto
/path/to/foo -> /bar/foo
/bar/foo

When in /path/to/foo:
cd ../  <Tab>
Then nothing autocompletes

   * What outcome did you expect instead?
cd ../  <Tab>
/path/to/toto
/path/to/foo

   * What is the solution?
There is a bug in /etc/bash_completion, function _cd()
Disabling it in ~/.bashrc fixes the bug
complete -r cd

Credits for the solution: http://askubuntu.com/questions/155696/how-to-tab-
complete-directories-when-in-symlinked-directory



-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages bash-completion depends on:
ii  bash  4.2+dfsg-1
ii  dpkg  1.16.10

bash-completion recommends no packages.

bash-completion suggests no packages.



More information about the Bash-completion-devel mailing list