bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#43609: 28.0.50; eldoc-documentation-function [vs new eldoc-display-f


From: martin rudalics
Subject: bug#43609: 28.0.50; eldoc-documentation-function [vs new eldoc-display-functions]
Date: Sat, 31 Oct 2020 09:02:06 +0100

> elisp-eldoc-documentation-function is now in master
> again.  Martin, from what I understand of this bug, fixing your problem
> is now this short snippet away in your .emacs or in your
> martin-tooltip.el library:
>
>     (add-hook 'emacs-lisp-mode-hook
>        (lambda () (setq-local eldoc-documentation-function
>                               #'elisp-eldoc-documentation-function)))
>
> The byte-compiler should warn you that
> elisp-eldoc-documentation-function is obsoleted, but that's fine.

I'll try it out as soon as I'm pulling from master again.

> I'm also closing this bug, I will of course re-open if you don't agree.

Fine.

Many thanks, martin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]