https://bugzilla.novell.com/show_bug.cgi?id=242123 ------- Comment #7 from mkoenig@novell.com 2007-02-16 03:29 MST ------- bash itself has only basic completion features. It does only a normal completion of filenames without any context sensitiveness. bash-completion does completion based on context. Since this needs more information it might slow down some shell features, so it is not installed by default. Also it might not be desired in all cases. So bash (without bash-completion) will complete even rpm -hiv selecting from all files. bash-completion will only select from *.rpm. This is not going to change and AFAIK it has never been any other way. All I can do is applying the patch to bash-completion. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.