From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80792 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Problem with gnus-parameters Date: Fri, 06 Jan 2012 23:52:02 +0100 Message-ID: <8762goqwa5.fsf@thinkpad.tsdh.de> References: <878vn0c9as.fsf@thinkpad.tsdh.de> <878vmziasx.fsf@tsdh.uni-koblenz.de> <877h17udki.fsf@tsdh.uni-koblenz.de> <87ty4ajwp2.fsf@thinkpad.tsdh.de> <87ehvcqxel.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1325890345 29535 80.91.229.12 (6 Jan 2012 22:52:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 6 Jan 2012 22:52:25 +0000 (UTC) Cc: Katsumi Yamaoka , ding@gnus.org To: Lars Magne Ingebrigtsen Original-X-From: ding-owner+M29074@lists.math.uh.edu Fri Jan 06 23:52:21 2012 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.69) (envelope-from ) id 1RjIe4-0006Jb-5z for ding-account@gmane.org; Fri, 06 Jan 2012 23:52:20 +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 1RjIdx-0000sM-3X; Fri, 06 Jan 2012 16:52:13 -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 1RjIdw-0000sE-5X for ding@lists.math.uh.edu; Fri, 06 Jan 2012 16:52:12 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RjIdr-0002Nb-Mu for ding@lists.math.uh.edu; Fri, 06 Jan 2012 16:52:11 -0600 Original-Received: from out5-smtp.messagingengine.com ([66.111.4.29]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RjIdq-0000Jr-2G for ding@gnus.org; Fri, 06 Jan 2012 23:52:06 +0100 Original-Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 8EB21206FB for ; Fri, 6 Jan 2012 17:52:05 -0500 (EST) Original-Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute3.internal (MEProxy); Fri, 06 Jan 2012 17:52:05 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:cc:subject:references:date :in-reply-to:message-id:mime-version:content-type; s=smtpout; bh=ZwwXR7b7VGJBx724dERvf42uSR4=; b=rIwOgHsUFO3OnsF/803gIWnZTyNA 7a5K4FJBNgx6WRf4h6jVF3VG1ccwTWli6ahBEzOE9MkjAoILqOWtPT59n5yNVbHY 2ezUcvjXovj9UG1aj5omXdkdji52tdbLfsrsgtstb3SG9fxfS5vckJHci1Duk1hh DmhJgI5ju3Q/FF8= X-Sasl-enc: mUOPuOw9GYcZ45NoGWvdULkhjifqPnIIVgRfr03I/t+y 1325890325 Original-Received: from thinkpad.tsdh.de (91-67-11-43-dynip.superkabel.de [91.67.11.43]) by mail.messagingengine.com (Postfix) with ESMTPSA id 6A2BA8E008A; Fri, 6 Jan 2012 17:52:04 -0500 (EST) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Fri, 06 Jan 2012 23:44:00 +0100") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.92 (gnu/linux) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80792 Archived-At: Lars Magne Ingebrigtsen writes: >> Is gcc-self active in this group matching both gmane and emacs? For me, >> its not. And is bar set here? Yes, for me it is. > > If I use the following: > > (setq gnus-parameters > '(("gmane" (foo "lala") (bar "zot") (gcc-self . t)) > ("emacs" (foo "emacs") (gcc-self)))) > > and then enter a non-Emacs Gmane group, I get gcc-self. In the Emacs > groups, I don't. So this seems to work for me. Lars, you don't get me. That's exactly what I complain about: gmane.foo: foo=lala, bar=zot, gcc-self gmane.emacs: foo=emacs, bar=zot, no gcc-self While the bar-setting in the "gmane" clause also accounts for its value in gmane.emacs, the gcc-self setting doesn't. This difference between group parameters vs. group local variables is my concern. Bye, Tassilo