From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84541 Path: news.gmane.org!not-for-mail From: Alexander Baier Newsgroups: gmane.emacs.gnus.general Subject: Re: Custom group or topic parameters Date: Tue, 13 May 2014 16:18:51 +0200 Message-ID: <874n0tyd6c.fsf@mailbox.org> References: <87bnv1yfd9.fsf@mailbox.org> <877g5phj3x.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 1399990848 31865 80.91.229.3 (13 May 2014 14:20:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 May 2014 14:20:48 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M32786@lists.math.uh.edu Tue May 13 16:20:41 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 1WkDZP-0004Bl-7U for ding-account@gmane.org; Tue, 13 May 2014 16:20:40 +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 1WkDZ9-00073v-Rz; Tue, 13 May 2014 09:20:23 -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 1WkDZ8-00073k-9r for ding@lists.math.uh.edu; Tue, 13 May 2014 09:20:22 -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 1WkDZ6-00077J-VR for ding@lists.math.uh.edu; Tue, 13 May 2014 09:20:22 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1WkDZ5-0005l8-L6 for ding@gnus.org; Tue, 13 May 2014 16:20:19 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WkDZ2-0003aq-4I for ding@gnus.org; Tue, 13 May 2014 16:20:16 +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 ; Tue, 13 May 2014 16:20:16 +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 ; Tue, 13 May 2014 16:20:16 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 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:CGXlxmClGLo03NJg7hmwwgTSmdI= X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84541 Archived-At: On 2014-05-13 16:02 Peter Münster wrote: > On Tue, May 13 2014, Alexander Baier wrote: > (defvar my-language "my-default-language") > (make-variable-buffer-local 'my-language) > > (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? > Or check out this page: > http://www.emacswiki.org/emacs/AutoDictionaryMode Thank you for this pointer! It solves the problem I was trying to solve way more elegantly. Thanks, -- Alexander Baier