2014-09-22 06:44:43 |
latimerio |
bug |
|
|
added bug |
2014-11-30 03:32:45 |
Peter Cordes |
summary |
tab bash-completion adds an unwanted space so path name expansion fails |
unwanted space after directory completion |
|
2014-11-30 03:48:21 |
Peter Cordes |
bash-completion (Ubuntu): status |
New |
Incomplete |
|
2014-11-30 03:55:48 |
Peter Cordes |
summary |
unwanted space after directory completion |
unwanted space after directory completion (probably old cruft after upgrades) |
|
2014-11-30 03:57:08 |
Peter Cordes |
description |
With bash-completion 2.1 the default for "unknown" commands seems to be to add a space after a string.
Thus path name completion cannot be performed properly.
Various users have complained about this for specific commands.
The reason behind bash-completion is to make life easier.
So the default should always be the more ergonomic solution.
In most cases the added space requires a backspace, a '/' and another tab press.
This is awkward and much worse than manually entering space when necessary.
So please change the default for pathname completion back to the behaviour of bash_completion 1.3. |
With bash-completion 2.1, some users are seeing broken completion for directories, with a space being added at the end, requiring a [BACKSPACE]/[TAB].
Testcase copied from bug 1000470, which I'm closing because it was probably from acroread.sh, which is now blacklisted.
Extra space scenario:
find /op<TAB> ==> find /opt<Space>
Backslash scenario:
cd ~
mkdir -p test\ 1/test
find test\ 1/t<TAB>
find test 1/test
find: `test': No such file or directory
find: `1/test': No such file or directory
This bug can get closed when we find out what other old files get left in /etc/bash_completion.d and cause problems, so we can blacklist them, too. |
|
2014-12-01 05:33:40 |
Peter Cordes |
bash-completion (Ubuntu): status |
Incomplete |
Confirmed |
|
2014-12-01 21:37:57 |
Peter Cordes |
attachment added |
|
list all obsolete conffiles that aren't non-obsolete in another package https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1372286/+attachment/4272472/+files/obs-conffiles |
|
2014-12-02 08:36:06 |
Peter Cordes |
bug |
|
|
added subscriber Peter Cordes |