From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/16270 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.user Subject: Re: Always wide-reply in some newsgroups Date: Thu, 02 May 2013 16:42:41 +0200 Message-ID: <87li7xtpcu.fsf@thinkpad.tsdh.de> References: <87bo8twsws.fsf@thinkpad.tsdh.de> <87ppx9lho6.fsf@mithlond.arda> <87ppx9ttih.fsf@thinkpad.tsdh.de> <8761z14fmb.fsf@kepler.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1367505775 1115 80.91.229.3 (2 May 2013 14:42:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 May 2013 14:42:55 +0000 (UTC) Cc: info-gnus-english@gnu.org To: Leonidas Tsampros Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu May 02 16:42:55 2013 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UXuik-0000ze-Gk for gegu-info-gnus-english@m.gmane.org; Thu, 02 May 2013 16:42:54 +0200 Original-Received: from localhost ([::1]:58833 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXuik-00057h-42 for gegu-info-gnus-english@m.gmane.org; Thu, 02 May 2013 10:42:54 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:42316) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXuih-000537-F8 for info-gnus-english@gnu.org; Thu, 02 May 2013 10:42:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UXuiZ-0002ve-SB for info-gnus-english@gnu.org; Thu, 02 May 2013 10:42:51 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:33329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXuiZ-0002vA-N0 for info-gnus-english@gnu.org; Thu, 02 May 2013 10:42:43 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 2E95E3D600F; Thu, 2 May 2013 16:42:43 +0200 (CEST) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZxJ6XUph2sMc; Thu, 2 May 2013 16:42:42 +0200 (CEST) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Original-Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id CAD0A3D600E; Thu, 2 May 2013 16:42:42 +0200 (CEST) In-Reply-To: <8761z14fmb.fsf@kepler.lan> (Leonidas Tsampros's message of "Thu, 02 May 2013 17:32:12 +0300") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 141.26.64.15 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:16270 Archived-At: Leonidas Tsampros writes: Hi Leonidas, >> Ah, right. Now I use this: >> >> (setq gnus-parameters >> `([...] >> ;; In Gmane bug list groups, following up should wide reply >> (,(rx (or "gmane.emacs.auctex.bugs" >> "gmane.emacs.bugs")) >> (to-list . "")))) >> > > I do something similar I think. Whenever I have a group that I know > for sure that mails there are coming from a mailing list, I open a > message and run M-x gnus-mailing-list-insignuate (or press A M). Ah, nice, I didn't know this one. > For example, on cedet-devel, the following group parameter was added: > > (to-list . "cedet-devel@lists.sourceforge.net") For mailing list groups, I have (gnus-add-to-list t) entries in `gnus-parameters'. This makes Gnus set a `to-list' parameter automatically when sending the first mail from that group. > Also pressing a from that group will add the to-list address in the > To: field automatically which I find extremely valuable. Yes, that's very convenient. But with the two bug report groups, that's not important, because you never send messages to the lists directly, but only thru `M-x report-emacs-bug' or `M-x TeX-submit-bug-report'. Therefore I use only one single `gnus-parameters' entry above with the empty string as value for `to-list'. Bye, Tassilo