Package: bash-completion Version: 20060301-4 Completion fails if directory name contains spaces and is quoted:
$ mkdir temp $ cd temp /temp$ mkdir 'album first' /temp$ mkdir 'album second' /temp$ mkdir 'first' /temp$ cd 'al[TAB] -> cd 'album[TAB]TAB] album firts album second first /temp$ cd 'album f[TAB] -> cd 'first\ <ctrl-c> /temp$ cd 'album s[TAB][TAB] -> does not complete I think cd 'album f[TAB] should complete to cd 'album first'/ and cd 'album s[TAB][TAB] to cd 'album second'/. I have updated /etc/bash_completion with the maintainer's one. I am using Debian sid, bash 3.1dfsg-9 and ucf 3.005. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

