minad / corfu

:desert_island: corfu.el - COmpletion in Region FUnction
GNU General Public License v3.0
1.15k stars 43 forks source link

(eldoc-add-command #'corfu-complete) #339

Closed jdtsmith closed 1 year ago

jdtsmith commented 1 year ago

The configured eldoc functions are queried, but the resulting doc display is suppressed after corfu-complete. This is because the corfu-complete command is not on eldoc-message-commands. Placing it there with eldoc-add-command fixes this. Unless corfu exit functions regularly echo to the minibuffer, this seems safe.

minad commented 1 year ago

Fixed