From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/65631 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.gnus.general Subject: Re: "Really reply by mail to article author" for gmane groups Date: Mon, 12 Nov 2007 11:27:07 -0800 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1194895851 5746 80.91.229.12 (12 Nov 2007 19:30:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Nov 2007 19:30:51 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M14128@lists.math.uh.edu Mon Nov 12 20:30:56 2007 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1Irezg-0002lE-CD for ding-account@gmane.org; Mon, 12 Nov 2007 20:30:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Ireyx-0003fy-8n; Mon, 12 Nov 2007 13:30:03 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Ireyv-0003fm-KT for ding@lists.math.uh.edu; Mon, 12 Nov 2007 13:30:01 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1Ireyp-0008OY-OP for ding@lists.math.uh.edu; Mon, 12 Nov 2007 13:30:01 -0600 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ireyk-00051p-00 for ; Mon, 12 Nov 2007 20:29:51 +0100 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id lACJR7rP011190 for ; Mon, 12 Nov 2007 11:27:18 -0800 (PST) In-Reply-To: (Reiner Steib's message of "Mon, 12 Nov 2007 19:38:27 +0100") Original-Lines: 29 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@ics.uci.edu X-Spam-Score: -2.1 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:65631 Archived-At: Reiner Steib writes: > On Mon, Nov 12 2007, Dan Nicolaescu wrote: > > > I read emacs-devel@gnu.org through gmane. After gnus got upgraded in > > emacs CVS when I do "S W" on an article in gmane.emacs.devel this > > question is asked "Really reply by mail to article author?". > > This does not happen with emacs-22.1. I did not change any settings. > > The default of `gnus-confirm-mail-reply-to-news' has changed: > > -(defcustom gnus-confirm-mail-reply-to-news gnus-novice-user > +(defcustom gnus-confirm-mail-reply-to-news (and gnus-novice-user > + (not gnus-expert-user)) > > Probably you have set both, `gnus-novice-user' and `gnus-expert-user' > to nil. I don't set any of those. The default is actually nil in 22.1. > > Can the old default of not asking this question be restored? > > You could also customize `gnus-confirm-mail-reply-to-news' to be a > regexp or a function to exclude Gmane groups. Thanks, I can certainly do that. The question is what is the best default. Should the users see an extra question in 23.1?