szermatt / emacs-bash-completion

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

Make word break completion work with caching enabled #30

Closed szermatt closed 6 years ago

szermatt commented 6 years ago

When bash-completion-enable-caching is set, wordbreak completion don't work anymore.

If the two could play nice, I'd like to enable caching by default.

szermatt commented 6 years ago

With the latest changes, the special handling for wordbreak completion is now gone, and so is the option and the extra, unnecessary call to compgen.