[Bash-completion-devel] [bash-completion-Bugs][313091] problems with directory and variable completion

bash-completion-bugs at alioth.debian.org bash-completion-bugs at alioth.debian.org
Wed Apr 20 11:11:39 UTC 2011


Bugs item #313091, was changed at 2011-04-20 06:46 by Andreas Gohr
You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=313091&group_id=100114

Status: Closed
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: problems with directory and variable completion 
Distribution: None
Originally reported in: None
Milestone: None
Status: Invalid
Original bug number: 


Initial Comment:
Anonymous message posted by andi at splitbrain.org

Bash completion isn't working as expected/before. Variables are not handled correctly, sometime directories are not completed with a trailing slash.

I'm using the ArchLinux package bash-completion 1.3-2 which should be built from the unmodified source of your latest release.

Examples:

* Using 'mv /et<TAB>' produces 'mv /etc ' but should produce 'mv /etc/'. It works correct with 'ls'.
* Using 'ls $HO<TAB>' does nothing, but should complete to 'ls $HOME'.
* Using 'unzip $HOME/myfi<TAB>' produces 'unzip \$HOME/myfile.zip' but should produce 'unzip $HOME/myfile.zip'.

----------------------------------------------------------------------

Comment By: Andreas Gohr (splitbrain-guest)
Date: 2011-04-20 11:11

Message:
This is not the same bugs as https://bugs.archlinux.org/task/22807

It has different error behaviour and happens without any 3rd party completion scripts (I moved them out of /etc/bash_completion.d).

----------------------------------------------------------------------

Comment By: Ville Skyttä  (scop-guest)
Date: 2011-04-20 09:45

Message:
https://bbs.archlinux.org/viewtopic.php?id=113158
https://bugs.archlinux.org/task/22807

----------------------------------------------------------------------

You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=313091&group_id=100114



More information about the Bash-completion-devel mailing list