Gnus development mailing list
 help / color / mirror / Atom feed
From: Alexander Baier <alexander.baier@mailbox.org>
To: ding@gnus.org
Subject: Re: Custom group or topic parameters
Date: Wed, 14 May 2014 23:32:24 +0200	[thread overview]
Message-ID: <878uq4vyfr.fsf@mailbox.org> (raw)
In-Reply-To: <87y4y5g2br.fsf@micropit.roche-blanche.homenet.org>

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




      reply	other threads:[~2014-05-14 21:32 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
2014-05-14 21:32       ` Alexander Baier [this message]

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=878uq4vyfr.fsf@mailbox.org \
    --to=alexander.baier@mailbox.org \
    --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).