From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/16267 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 15:12:54 +0200 Message-ID: <87ppx9ttih.fsf@thinkpad.tsdh.de> References: <87bo8twsws.fsf@thinkpad.tsdh.de> <87ppx9lho6.fsf@mithlond.arda> 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 1367500395 5172 80.91.229.3 (2 May 2013 13:13:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 May 2013 13:13:15 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu May 02 15:13:14 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 1UXtJy-0005Yn-5W for gegu-info-gnus-english@m.gmane.org; Thu, 02 May 2013 15:13:14 +0200 Original-Received: from localhost ([::1]:60058 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXtJx-0005ev-NR for gegu-info-gnus-english@m.gmane.org; Thu, 02 May 2013 09:13:13 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:42461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXtJs-0005df-UH for info-gnus-english@gnu.org; Thu, 02 May 2013 09:13:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UXtJr-00052l-NR for info-gnus-english@gnu.org; Thu, 02 May 2013 09:13:08 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:36267) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXtJr-00052J-HI for info-gnus-english@gnu.org; Thu, 02 May 2013 09:13:07 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UXtJp-0005Sv-93 for info-gnus-english@gnu.org; Thu, 02 May 2013 15:13:05 +0200 Original-Received: from tsdh.uni-koblenz.de ([141.26.67.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 May 2013 15:13:05 +0200 Original-Received: from tsdh by tsdh.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 May 2013 15:13:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 26 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: tsdh.uni-koblenz.de User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:GsozjQO4fxOUzUYWr0uOh2YhYl0= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:16267 Archived-At: Teemu Likonen writes: Hi Teemu, >> is there a trick to make Gnus always doing wide replies in some >> newsgroups, also if I press `F' / `f'? > > Yes. I use the feature in this very mailing list. I read this through > Gmane and have the following setting as part of my gnus-parameters: > > (".*:gmane\\.emacs\\.gnus\\.user$" > (to-list . "info-gnus-english@gnu.org")) Ah, right. Now I use this: --8<---------------cut here---------------start------------->8--- (setq gnus-parameters `([...] ;; In Gmane bug list groups, following up should wide reply (,(rx (or "gmane.emacs.auctex.bugs" "gmane.emacs.bugs")) (to-list . "")))) --8<---------------cut here---------------end--------------->8--- Thanks, Tassilo