Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119383 - add "chm" filetype completion support to bash-completion
Summary: add "chm" filetype completion support to bash-completion
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Mike Kelly (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-18 00:08 UTC by Zhang Le (RETIRED)
Modified: 2007-01-06 19:13 UTC (History)
2 users (show)

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 Zhang Le (RETIRED) gentoo-dev 2006-01-18 00:08:10 UTC
just add the following line in /etc/bash_completion
complete -f -X '!*.chm' kchmviewer
Comment 1 Mike Kelly (RETIRED) gentoo-dev 2007-01-06 19:13:16 UTC
I don't think I'll do this, since if I do it for this program, I'll be obligated to do it for every other package in the tree.

Also, feel free to get the maintainers for kchmviewer to include a bash-completion script in their package. As you've shown, it'd be pretty trivial. I just don't think it needs to be in the system-wide bash-completion script.