emacs-devel
[Top][All Lists]
Advanced

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

Re: One more use for gnus-expert-user


From: Ted Zlatanov
Subject: Re: One more use for gnus-expert-user
Date: Fri, 04 Jun 2010 21:28:37 -0500
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

On Sat, 29 May 2010 09:40:53 +0300 Teemu Likonen <address@hidden> wrote: 

TL> Here's a patch that implements my suggestion:
TL> diff --git i/lisp/gnus/gnus-agent.el w/lisp/gnus/gnus-agent.el
TL> index f385c71..67af39b 100644
TL> --- i/lisp/gnus/gnus-agent.el
TL> +++ w/lisp/gnus/gnus-agent.el
TL> @@ -3631,7 +3631,8 @@ articles in every agentized group? "))
TL>   deleting them?")))
TL>            (while to-remove
TL>              (let ((dir (pop to-remove)))
TL> -              (if (gnus-y-or-n-p (format "Delete %s? " dir))
TL> +              (if (or gnus-expert-user
TL> +                 (gnus-y-or-n-p (format "Delete %s? " dir)))
TL>                    (let* (delete-recursive
TL>                      files f
TL>                           (delete-recursive

I'm OK with this (although it's pretty esoteric for most users), but the
Gnus manual should be updated correspondingly as well.  Can you include
that in your patch?

Thanks!
Ted



reply via email to

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