Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
To: Dan Nicolaescu <dann@ics.uci.edu>
Cc: ding@gnus.org
Subject: Re: "Really reply by mail to article author" for gmane groups
Date: Sat, 08 Dec 2007 15:20:49 +0100	[thread overview]
Message-ID: <v9zlwljmim.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <v9hcjbz3ot.fsf@marauder.physik.uni-ulm.de> (Reiner Steib's message of "Sat, 24 Nov 2007 23:20:02 +0100")

On Sat, Nov 24 2007, Reiner Steib wrote:

> On Mon, Nov 12 2007, Reiner Steib wrote:
>> The rationale for the current default is that if the user is a novice
>> and not a Gnus expert (see the doc string of `gnus-expert-user'), he
>> should be warned.  This sounds plausible.  But I'm not sure if using
>> `S W' in Gmane groups has been considered there.  Probably the default
>> should be nil for (very) wide replies.  What do people think?
>
> I have installed the following change in Gnus trunk:
>
> --- gnus-msg.el	12 Nov 2007 19:36:53 +0100	7.61
> +++ gnus-msg.el	24 Nov 2007 23:19:20 +0100	
> @@ -1101,7 +1101,10 @@
>  		       ((functionp gnus-confirm-mail-reply-to-news)
>  			(funcall gnus-confirm-mail-reply-to-news gnus-newsgroup-name))
>  		       (t gnus-confirm-mail-reply-to-news)))
> -	    (y-or-n-p "Really reply by mail to article author? "))
> +	    (if (or wide very-wide)
> +		t ;; Ignore gnus-confirm-mail-reply-to-news for wide and very
> +		  ;; wide replies.
> +	      (y-or-n-p "Really reply by mail to article author? "))))
>      (let* ((article
>  	    (if (listp (car yank))
>  		(caar yank)

Dan, does it solve your problem?  If so, could you please remove the
item from FOR-RELEASE in Emacs?

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/



  reply	other threads:[~2007-12-08 14:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-12 18:02 Dan Nicolaescu
2007-11-12 18:38 ` Reiner Steib
2007-11-12 19:27   ` Dan Nicolaescu
2007-11-12 21:16     ` Reiner Steib
2007-11-24 22:20       ` Reiner Steib
2007-12-08 14:20         ` Reiner Steib [this message]
2007-12-08 18:25           ` Dan Nicolaescu

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=v9zlwljmim.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    --cc=dann@ics.uci.edu \
    --cc=ding@gnus.org \
    /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).