all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.