oantolin / live-completions

Live updating of the *Completions* buffer
GNU General Public License v3.0
27 stars 3 forks source link

silence the bell when <= 1 completion #6

Closed slippycheeze closed 3 years ago

slippycheeze commented 3 years ago

minibuffer-completion-help rings the bell when there is one, or no, completion. This triggers quite frequently for me using find-file, and live-completions.

Binding bell-ring-function to ignore silences these during the live-completions update, but doesn't otherwise change behaviour.

That eliminates the spurious beeps without any other adverse effect.

oantolin commented 3 years ago

Excellent, thank you! I never noticed this because I set ring-bell-function to #'ignore globally in my configuration.