You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Andre Robatino 2013-05-13 12:27:45 EDT
Description of problem:
I have a file named :0.log (one of the gdm logs). If I try to use ls -l on it by typing : and then tabbing to autocomplete, I get
[andre@compaq-pc tmp]$ ls -l :\:0.log
ls: cannot access ::0.log: No such file or directory
[andre@compaq-pc tmp]$
If instead I first type \: and then autocomplete, it works. If I uninstall bash-completion and open a new terminal, then typing : and tabbing gives me a list of possibilities including the correct one.
Version-Release number of selected component (if applicable):
bash-completion-2.1-2.fc18.noarch
How reproducible:
always
[reply] [−] Comment 1 Ville Skyttä 2013-05-14 10:36:42 EDT
That would be entry E13 in the bash FAQ: http://tiswww.case.edu/php/chet/bash/FAQ, and see also __ltrim_colon_completions comments in /usr/share/bash-completion/bash_completion
I suppose we should consider doing the COMP_WORDBREAKS modification in the bash-completion package automatically, for example in /etc/profile.d/bash_completion.sh
The text was updated successfully, but these errors were encountered:
https://bugzilla.redhat.com/show_bug.cgi?id=962492
Andre Robatino 2013-05-13 12:27:45 EDT
Description of problem:
I have a file named
:0.log(one of the gdm logs). If I try to usels -lon it by typing:and then tabbing to autocomplete, I getIf instead I first type
\:and then autocomplete, it works. If I uninstall bash-completion and open a new terminal, then typing:and tabbing gives me a list of possibilities including the correct one.Version-Release number of selected component (if applicable):
bash-completion-2.1-2.fc18.noarch
How reproducible:
always
[reply] [−] Comment 1 Ville Skyttä 2013-05-14 10:36:42 EDT
That would be entry E13 in the bash FAQ: http://tiswww.case.edu/php/chet/bash/FAQ, and see also __ltrim_colon_completions comments in /usr/share/bash-completion/bash_completion
I suppose we should consider doing the COMP_WORDBREAKS modification in the bash-completion package automatically, for example in /etc/profile.d/bash_completion.sh
The text was updated successfully, but these errors were encountered: