From: Glenn Morris Date: Thu, 12 Feb 2009 03:27:01 +0000 (+0000) Subject: Add some gnus stuff from emacs-devel. X-Git-Tag: emacs-pretest-23.0.91~286 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6d60445e9a69c2f4a5953ef287bf4c1cae7f9f47;p=emacs.git Add some gnus stuff from emacs-devel. --- diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker index a8b2b6f6ee7..0f2539ec197 100644 --- a/admin/notes/bugtracker +++ b/admin/notes/bugtracker @@ -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.