https://bugzilla.novell.com/show_bug.cgi?id=851759 https://bugzilla.novell.com/show_bug.cgi?id=851759#c6 --- Comment #6 from Dr. Werner Fink <werner@suse.com> 2014-07-22 10:41:08 UTC --- For all reporters: The most completion functions used for e.g. systemd tools and as seen here for pulseaudio uses API functions of the bash_completion package. And there are many more around nowadays that is many packages will install their own completion files below /usr/share/bash-completion/completions/ which then will be loaded by the bash on demand: werner@linux:~> rpm -qf /usr/share/bash-completion/completions/* | sort -u NetworkManager-0.9.8.8-1.1.x86_64 PackageKit-0.8.11-2.3.1.x86_64 bash-completion-2.1-3.1.2.noarch dconf-0.18.0-12.2.x86_64 glib2-tools-2.38.2-8.2.x86_64 gvfs-1.18.3-5.1.x86_64 systemd-bash-completion-210-0.noarch udisks2-2.1.1-2.1.3.x86_64 Also the bash has a command_not_found_handle shell function as a hock which will inform you if a command or a shell function is not found. I'll not remove this hook. -- 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.