minad / corfu

:desert_island: corfu.el - COmpletion in Region FUnction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

popupinfo messages are distracting

nehrbash opened this issue · comments

I was playing around with (corfu-popupinfo-delay 0) and found this messages distracting. I would greatly appreciate a variable to suppress messages or just outright remove this one.

Popupinfo with a very short delay won't work well for performance reasons. The message is needed if the popup is triggered manually since otherwise you won't get feedback in this case at all. In order to suppress the message you can use an advice which let binds inhibit-message.