[Bash-completion-devel] [bash-completion-Bugs][312831] Dubious -o nospace for perl completion

bash-completion-bugs at alioth.debian.org bash-completion-bugs at alioth.debian.org
Tue Nov 16 21:31:30 UTC 2010


Bugs item #312831, was changed at 2010-11-16 21:10 by Guillaume Rousse
You can respond by visiting: 
https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=312831&group_id=100114

>Status: Closed
Priority: 3
Submitted By: Ville Skyttä  (scop-guest)
Assigned to: Guillaume Rousse (guillomovitch-guest)
Summary: Dubious -o nospace for perl completion 
Distribution: None
Originally reported in: None
Milestone: None
Status: None
Original bug number: 


Initial Comment:
I wonder why perl completion in current git is -o nospace?  It seems to work better for me without it, i.e. as plain "complete -F _perl perl".

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

>Comment By: Guillaume Rousse (guillomovitch-guest)
Date: 2010-11-16 21:31

Message:
A remaining of pure-perl completion handler, where each part of module completion was handled as a separation completion for bash:
perl -MFil<TAB -> perl -MFile::
perl -MFile::<TAB> -> (lots of packages in File::* namespace)

Whereas nice and efficient for completing module names, it broke other kind of completions, such as directory name for perl -I <TAB>

I just fixed it.

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

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



More information about the Bash-completion-devel mailing list