Gnus development mailing list
 help / color / mirror / Atom feed
From: "Peter Münster" <pmlists@free.fr>
To: ding@gnus.org
Subject: Re: Custom group or topic parameters
Date: Tue, 13 May 2014 16:50:32 +0200	[thread overview]
Message-ID: <87y4y5g2br.fsf@micropit.roche-blanche.homenet.org> (raw)
In-Reply-To: <874n0tyd6c.fsf@mailbox.org>

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.

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"))))))

Another work-around is in the manual.

-- 
           Peter




  reply	other threads:[~2014-05-13 14:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-13 13:31 Alexander Baier
2014-05-13 14:02 ` Peter Münster
2014-05-13 14:18   ` Alexander Baier
2014-05-13 14:50     ` Peter Münster [this message]
2014-05-14 21:32       ` Alexander Baier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y4y5g2br.fsf@micropit.roche-blanche.homenet.org \
    --to=pmlists@free.fr \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).