mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
Add some gnus stuff from emacs-devel.
This commit is contained in:
parent
576e334d78
commit
6d60445e9a
@ -245,3 +245,16 @@ section without having to go through the bug list page first...)
|
||||
Apparently it has some kind of spam filter that sometimes silently
|
||||
discards valid mails. Adding a subject (pointless in control messages)
|
||||
may help.
|
||||
|
||||
** Gnus-specific voodoo
|
||||
|
||||
*** Put point on a bug-number and try: M-x gnus-read-ephemeral-emacs-bug-group
|
||||
|
||||
*** If the above is not available:
|
||||
(add-hook 'gnus-article-mode-hook
|
||||
(lambda ()
|
||||
(setq bug-reference-url-format
|
||||
"http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s")
|
||||
(bug-reference-mode 1)))
|
||||
|
||||
and you can click on the bug number in the subject header.
|
||||
|
Loading…
Reference in New Issue
Block a user