Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 296719 - app-shells/bash-completion-1.1-r4: Tab-completion has problems with German Umlauts
Summary: app-shells/bash-completion-1.1-r4: Tab-completion has problems with German Um...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Shell Tools project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-13 12:24 UTC by Daniel Pielmeier
Modified: 2010-11-06 10:18 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 Daniel Pielmeier gentoo-dev 2009-12-13 12:24:05 UTC
For example there is a directory named töst and I want to rename it to test. Here the second argument should complete to töst which in turn can be changed to test by replacing one letter. 

mv töst t<tab>
completes to
mv töst töst

mv töst tö<tab>
mv töst tös<tab>
here completion does not work

Now we have another direcory called etest1 and we want to rename töst to etest2 using tab completion. The intention is it should first complete to etest1 which then could be changed to etest2.

mv töst/ et<tab>
completes to 
mv töst/ töst/

This Umlaut problem looks like a regression as bash-completion-1.0 works fine in that regard.
Comment 1 Daniel Pielmeier gentoo-dev 2010-08-23 17:26:16 UTC
This is fixed in bash-completion-1.2. The changelog does not mention a fix however. Maybe I missed something or it was a side effect of another fix.
Comment 2 Daniel Pielmeier gentoo-dev 2010-11-06 10:18:14 UTC
bash-completion-1.2 is now stable on all supported archs.