help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Basic emacs lisp question


From: Ken
Subject: Re: Basic emacs lisp question
Date: Wed, 10 Sep 2014 10:31:36 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Glyn Millington <glyn.millington@gmail.com> writes:

>
> Hi Ken,
>
> Bung this snippet into your .gnus file. Gnus will then ask you if you
> REALLY want to send an email when you are in a news group.
>
>
>
> ;; prompt for mail replies to newsgroups!!!!!
> (defadvice gnus-summary-reply (around reply-in-news activate)
>   (interactive)
>   (when (or (not (gnus-news-group-p gnus-newsgroup-name))
>           (y-or-n-p "REALLY reply with a personal mail? "))
>     ad-do-it))
>
Thanks, Glyn. It's added so it should fix that problem. :-)

Ken


-- 
Q:      How do you catch a unique rabbit?
A:      Unique up on it!

Q:      How do you catch a tame rabbit?
A:      The tame way!



reply via email to

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