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

Re: [OT?] Snippet for making gnus access the BTS



Today, Andreas Fuchs <asf@acm.org> wrote:
> (add-hook 'gnus-article-mode-hook

I am an Idiot. This:
> 	  (add-to-list 'gnus-button-alist
> 		       (list anti-gnus-debian-bug-regexp 2
> 			     'in-debian-group-p 'anti-browse-debbugs
> 			     2)))

should be:

	 (lambda () (add-to-list 'gnus-button-alist
		       (list anti-gnus-debian-bug-regexp 2
			     'in-debian-group-p 'anti-browse-debbugs 2))))

lest you get an error message.

-- 
Andreas Fuchs, <asf@acm.org>, <d96001@htlwrn.ac.at>, antifuchs
Hail RMS! Hail Cthulhu! Hail Eris! All hail Discordia!



Reply to: