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

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

Re: help-mode-finish obsolete?


From: Daniel Martín
Subject: Re: help-mode-finish obsolete?
Date: Sun, 29 May 2022 21:39:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (darwin)

Emanuel Berg <incal@dataswamp.org> writes:

> This function is obsolete since 29.1.
>
> So how do you do this then?
>
> (defun help-mode-finish-after ()
>   (forward-button 1) )
> (advice-add #'help-mode-finish :after #'help-mode-finish-after)
>
> https://dataswamp.org/~incal/emacs-init/help-incal.el

I see that the deprecated functions help-mode-setup and help-mode-finish
are still called from with-output-to-temp-buffer, which is not updated
yet.  I'd report that as a bug, suggesting that the deprecation message
should also explain what's the preferred API to use.


reply via email to

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