]> code.delx.au - gnu-emacs/commitdiff
Add some gnus stuff from emacs-devel.
authorGlenn Morris <rgm@gnu.org>
Thu, 12 Feb 2009 03:27:01 +0000 (03:27 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 12 Feb 2009 03:27:01 +0000 (03:27 +0000)
admin/notes/bugtracker

index a8b2b6f6ee72f50bf504ff57b82ef4e8cd026dbb..0f2539ec197eb424c53620b8833e02ae0ddb1c0c 100644 (file)
@@ -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.