Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 107684 - tab-complete ':' escaping fails
Summary: tab-complete ':' escaping fails
Status: RESOLVED DUPLICATE of bug 67108
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Shell Tools project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-30 01:59 UTC by ville
Modified: 2005-09-30 03:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ville 2005-09-30 01:59:08 UTC
bash-completion fails to tab-complete man pages with ':' in their name properly

Reproducible: Always
Steps to Reproduce:
1. install man page that contains ':' in its name, for example from:
ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-man-4.0.0.tar.bz2
2. open shell: man std:<tab>


Actual Results:  
man std:std\:\:

Expected Results:  
man std\:\:
Comment 1 Aaron Walker (RETIRED) gentoo-dev 2005-09-30 03:15:02 UTC

*** This bug has been marked as a duplicate of 67108 ***