Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 107684

Summary: tab-complete ':' escaping fails
Product: Gentoo Linux Reporter: ville <vzheiska>
Component: Current packagesAssignee: Gentoo Shell Tools project <shell-tools>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***