From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84545 Path: news.gmane.org!not-for-mail From: Alexander Baier Newsgroups: gmane.emacs.gnus.general Subject: Re: Custom group or topic parameters Date: Wed, 14 May 2014 23:32:24 +0200 Message-ID: <878uq4vyfr.fsf@mailbox.org> References: <87bnv1yfd9.fsf@mailbox.org> <877g5phj3x.fsf@micropit.roche-blanche.homenet.org> <874n0tyd6c.fsf@mailbox.org> <87y4y5g2br.fsf@micropit.roche-blanche.homenet.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1400103341 7012 80.91.229.3 (14 May 2014 21:35:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 May 2014 21:35:41 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M32790@lists.math.uh.edu Wed May 14 23:35:34 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Wkgpp-0000Tn-Rs for ding-account@gmane.org; Wed, 14 May 2014 23:35:34 +0200 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 1WkgoP-0006Cs-9D; Wed, 14 May 2014 16:34:05 -0500 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 1WkgoN-0006Cf-8b for ding@lists.math.uh.edu; Wed, 14 May 2014 16:34:03 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1WkgoI-0006WQ-Bj for ding@lists.math.uh.edu; Wed, 14 May 2014 16:34:02 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1WkgoG-00022t-EN for ding@gnus.org; Wed, 14 May 2014 23:33:56 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WkgoC-000533-3d for ding@gnus.org; Wed, 14 May 2014 23:33:52 +0200 Original-Received: from nat-wh-wh36.rz.uni-karlsruhe.de ([141.70.81.154]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 May 2014 23:33:52 +0200 Original-Received: from alexander.baier by nat-wh-wh36.rz.uni-karlsruhe.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 May 2014 23:33:52 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 39 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: nat-wh-wh36.rz.uni-karlsruhe.de User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:0+ScbG376rnmWFpZx2XssvK9GRE= X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84545 Archived-At: On 2014-05-13 16:50 Peter Münster wrote: > On Tue, May 13 2014, Alexander Baier wrote: > >>> (setq gnus-parameters >>> '(("org.group.example" >>> (subscribed . t) >>> (to-list . "foo@example-list.org") >>> (my-language "en_GB")))) ; Without the dot here! >>> >>> (ispell-change-dictionary my-language) >> >> So gnus or message-mode will set all variables in gnus-parameters given >> as a two-element list? > > Yes, see also here: http://www.gnus.org/manual/gnus_28.html > > Sorry, my example won't work in message-mode: the variable has the value > only in the summary buffer. I see. > Here a work-around: > > (setq gnus-parameters > '(("org.group.example" > (subscribed . t) > (to-list . "foo@example-list.org") > (my-language "en_GB") > (posting-style (eval (setq my-language "en_GB")))))) Ah, this is neat, thank you! > Another work-around is in the manual. I will have a look. Regards, -- Alexander Baier