szermatt / emacs-bash-completion

Add programmable bash completion to Emacs shell-mode
GNU General Public License v2.0
279 stars 33 forks source link

Add an option to disable default Readline completion when no matches are found #29

Closed montag451 closed 6 years ago

montag451 commented 6 years ago

When this option is set to nil, Readline default's filename completion will no be attempted. This is useful for example for command like 'cd' which completes only directories.