emacs-devel
[Top][All Lists]
Advanced

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

Re: suggestion: add link to Emacs manual node `Bugs' in report-emacs-bug


From: Stefan Monnier
Subject: Re: suggestion: add link to Emacs manual node `Bugs' in report-emacs-bug instructions
Date: Tue, 07 Oct 2008 16:48:26 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> Just insert a text button, try this

> (defun insert-bug-info-link ()
>   (let ((inhibit-read-only t))
>     (insert-text-button "Reporting Bugs"
>                         'action
>                         (lambda (btn)
>                           (info-other-window "(emacs) Bugs")))))

> I think the best would be to install such a change right now. It will
> help getting Emacs 23.1 out of the door.

Please make sure it also works if you have
(setq mail-user-agent 'message-user-agent) in your .emacs.


        Stefan




reply via email to

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