[Bash-completion-devel] Bug#550186: [bash-completion] bash completion does not work with white spaces in path names anymore

Erwin Burgstaller debianbugs.berknapp at spamgourmet.com
Thu Oct 8 08:46:10 UTC 2009


Package: bash-completion
Version: 1:1.0-3
Severity: normal

--- Please enter the report below this line. ---

Doing this:

$ mkdir 'sub one'
$ mkdir 'sub two'

$ cd su<TAB>       # is expanded to 'cd sub\ '
$ cd sub\ <TAB><TAB>    # nothing happens
$ cd sub\ o<TAB><TAB>   # nothing happens


A bash_completion file from an older system 
($Id: bash_completion,v 1.872 2006/03/01 16:20:18 ianmacd Exp $) 
included in the same session with ". ~/tmp/bash_completion", 
does it as I'm used to and how it should be:

$ cd su<TAB>
$ cd sub\ <TAB><TAB>
sub one/ sub two/
$ cd sub\ o<TAB>
$ cd sub\ one




--- System information. ---
Architecture: i386
Kernel:       Linux 2.6.30-1-686

Debian Release: squeeze/sid
  900 testing         debian.knapp.at 
  500 unstable        www.debian-multimedia.org 
    1 experimental    ftp.de.debian.org 

--- Package information. ---
Depends          (Version) | Installed
==========================-+-===============
bash        (>= 3.1dfsg-9) | 4.0-4


Package's Recommends field is empty.

Package's Suggests field is empty.





More information about the Bash-completion-devel mailing list