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

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

Re: improve the help


From: Emanuel Berg
Subject: Re: improve the help
Date: Sat, 30 Oct 2021 14:53:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> (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




reply via email to

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