Gnus development mailing list
 help / color / mirror / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
To: Teemu Likonen <tlikonen@iki.fi>
Cc: ding@gnus.org, emacs-devel@gnu.org
Subject: Re: One more use for gnus-expert-user
Date: Fri, 04 Jun 2010 21:28:37 -0500	[thread overview]
Message-ID: <87y6eukyay.fsf@lifelogs.com> (raw)
In-Reply-To: <87wrunmcqy.fsf@mithlond.arda> (Teemu Likonen's message of "Sat,  29 May 2010 09:40:53 +0300")

On Sat, 29 May 2010 09:40:53 +0300 Teemu Likonen <tlikonen@iki.fi> 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	other threads:[~2010-06-05  2:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-29  6:40 Teemu Likonen
2010-06-05  2:28 ` Ted Zlatanov [this message]
2010-06-05  4:30   ` Teemu Likonen
2010-06-05 21:38     ` Ted Zlatanov
2010-06-06  8:51       ` Teemu Likonen
2010-06-07 16:20         ` Ted Zlatanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y6eukyay.fsf@lifelogs.com \
    --to=tzz@lifelogs.com \
    --cc=ding@gnus.org \
    --cc=emacs-devel@gnu.org \
    --cc=tlikonen@iki.fi \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).