* improve the help
@ 2021-10-30 12:37 Emanuel Berg via Users list for the GNU Emacs text editor
2021-10-30 12:53 ` Emanuel Berg via Users list for the GNU Emacs text editor
0 siblings, 1 reply; 2+ messages in thread
From: Emanuel Berg via Users list for the GNU Emacs text editor @ 2021-10-30 12:37 UTC (permalink / raw)
To: help-gnu-emacs
(advice-add #'button--help-echo :around #'ignore)
--
underground experts united
https://dataswamp.org/~incal
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: improve the help
2021-10-30 12:37 improve the help Emanuel Berg via Users list for the GNU Emacs text editor
@ 2021-10-30 12:53 ` Emanuel Berg via Users list for the GNU Emacs text editor
0 siblings, 0 replies; 2+ messages in thread
From: Emanuel Berg via Users list for the GNU Emacs text editor @ 2021-10-30 12:53 UTC (permalink / raw)
To: help-gnu-emacs
> (advice-add #'button--help-echo :around #'ignore)
Hm ... why doesn't this work?
(defun next-button-f (&rest _)
(let ((nxt (next-button 1)))
(when nxt
(goto-char nxt) )))
(advice-add #'describe-function :after #'next-button-f)
;; (advice-remove #'describe-function #'next-button-f)
--
underground experts united
https://dataswamp.org/~incal
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-10-30 12:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-30 12:37 improve the help Emanuel Berg via Users list for the GNU Emacs text editor
2021-10-30 12:53 ` Emanuel Berg via Users list for the GNU Emacs text editor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).