casouri / eldoc-box

childframe doc for eglot and anything that uses eldoc
360 stars 26 forks source link

Variable / function name disappears in Elisp documentation popups. #62

Closed joostkremers closed 1 year ago

joostkremers commented 1 year ago

When I edit an Elisp file, eldoc-mode displays the documentation of the symbol at point with the symbol name:

Screenshot from 2023-03-08 09-30-03

When I activate eldoc-box-hover-mode, the symbol is suddenly gone, however:

Screenshot from 2023-03-08 09-31-08

I just noticed this today, but I can't be sure how long it has been the case already. I'm just fairly certain it wasn't the case at some point in the past.

I'm on Emacs 28.2, latest version of eldoc-box, Arch Linux.

casouri commented 1 year ago

Thanks for your report! It is indeed due to a recent change, where I tried to update eldoc-box to use the new eldoc protocol came with Emacs 28. It should be fixed now.

joostkremers commented 1 year ago

Thanks for the quick fix!