Bug#616018: [Bash-completion-devel] Bug#616018: Bug#616018: Bug#616018: bash_completion adds a space at the end of every diretory name, and other issues with completing (e.g. sudo)

2011-03-23 Thread Robert C. Helling
On Tue, 22 Mar 2011, Ville Skyttä wrote: On 03/22/2011 07:56 PM, Robby Workman wrote: On Tue, 22 Mar 2011, Robert C. Helling wrote: Ok, I see. Now, I filed a bug report with adobe.com pointing to this page. Let's see what happens. How did you find out where to file the report, and do you

Bug#616018: [Bash-completion-devel] Bug#616018: Bug#616018: Bug#616018: bash_completion adds a space at the end of every diretory name, and other issues with completing (e.g. sudo)

2011-03-22 Thread Ville Skyttä
On 03/22/2011 07:56 PM, Robby Workman wrote: On Tue, 22 Mar 2011, Robert C. Helling wrote: Ok, I see. Now, I filed a bug report with adobe.com pointing to this page. Let's see what happens. How did you find out where to file the report, and do you have a link to the report? Back in

Bug#616018: bash_completion adds a space at the end of every diretory name, and other issues with completing (e.g. sudo)

2011-03-22 Thread Robert Helling
It seems that lines 11/12 COMPREPLY=( ${COMPREPLY[@]:-} $( compgen -f -X $xspec -- $cur ) \ $( compgen -d -- $cur ) ) are the offenders. Unfortunately, this looks like line noise to me... Robert -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a

Bug#616018: [Bash-completion-devel] Bug#616018: bash_completion adds a space at the end of every diretory name, and other issues with completing (e.g. sudo)

2011-03-22 Thread David Paleino
On Tue, 22 Mar 2011 17:22:32 +0100, Robert Helling wrote: It seems that lines 11/12 COMPREPLY=( ${COMPREPLY[@]:-} $( compgen -f -X $xspec -- $cur ) \ $( compgen -d -- $cur ) ) are the offenders. Unfortunately, this looks like line noise to me... Robert, please read

Bug#616018: [Bash-completion-devel] Bug#616018: bash_completion adds a space at the end of every diretory name, and other issues with completing (e.g. sudo)

2011-03-22 Thread David Paleino
On Tue, 22 Mar 2011 18:14:43 +0100 (CET), Robert C. Helling wrote: On Tue, 22 Mar 2011, David Paleino wrote: On Tue, 22 Mar 2011 17:22:32 +0100, Robert Helling wrote: It seems that lines 11/12 COMPREPLY=( ${COMPREPLY[@]:-} $( compgen -f -X $xspec -- $cur ) \ $(

Bug#616018: [Bash-completion-devel] Bug#616018: bash_completion adds a space at the end of every diretory name, and other issues with completing (e.g. sudo)

2011-03-22 Thread Robert C. Helling
On Tue, 22 Mar 2011, David Paleino wrote: On Tue, 22 Mar 2011 17:22:32 +0100, Robert Helling wrote: It seems that lines 11/12 COMPREPLY=( ${COMPREPLY[@]:-} $( compgen -f -X $xspec -- $cur ) \ $( compgen -d -- $cur ) ) are the offenders. Unfortunately, this looks like line

Bug#616018: [Bash-completion-devel] Bug#616018: bash_completion adds a space at the end of every diretory name, and other issues with completing (e.g. sudo)

2011-03-22 Thread Robert C. Helling
On Tue, 22 Mar 2011, David Paleino wrote: On Tue, 22 Mar 2011 18:14:43 +0100 (CET), Robert C. Helling wrote: On Tue, 22 Mar 2011, David Paleino wrote: My mail meant: acroread.sh is not shipped by us. It's shipped by acroread's package, thus we can't really do anything :/ Ok, I see. Now,

Bug#616018: [Bash-completion-devel] Bug#616018: Bug#616018: bash_completion adds a space at the end of every diretory name, and other issues with completing (e.g. sudo)

2011-03-22 Thread Robby Workman
On Tue, 22 Mar 2011, Robert C. Helling wrote: On Tue, 22 Mar 2011, David Paleino wrote: On Tue, 22 Mar 2011 18:14:43 +0100 (CET), Robert C. Helling wrote: On Tue, 22 Mar 2011, David Paleino wrote: My mail meant: acroread.sh is not shipped by us. It's shipped by acroread's package, thus

Bug#616018: bash_completion adds a space at the end of every diretory name and other issues with completing (e.g. sudo)

2011-03-07 Thread Mikhail Lukyanchenko
I can confirm that removing `/etc/bash_completion.d/acroread.sh` solves the problem. -- Regards, Mikhail -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#616018: bash_completion adds a space at the end of every diretory name and other issues with completing (e.g. sudo)

2011-03-01 Thread Michal Hocko
Package: bash-completion Version: 1:1.3-1 Severity: important Hi, since the last (? I really do not remember after which update but it was quite recently) bash_completion is not working as expected. For example ls /e[TAB] expands into ls /etc[SPACE] while the directory is apparently not empty.

Bug#616018: [Bash-completion-devel] Bug#616018: bash_completion adds a space at the end of every diretory name and other issues with completing (e.g. sudo)

2011-03-01 Thread Ville Skyttä
FWIW the file that should be modified is /etc/bash_completion.d/acroread.sh (note *.sh) at least when the Adobe Reader rpm package is installed. Don't know about other systems. You did start a new shell after modifying the file, right? If that doesn't help, do a set -x in a shell, then do