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

_______________________________________________
Bash-completion-devel mailing list
Bash-completion-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-devel

Reply via email to