info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: rx and gnus-posting-styles


From: Hadron
Subject: Re: rx and gnus-posting-styles
Date: Fri, 20 Jul 2007 14:58:37 +0200

Tassilo Horn <tassilo@member.fsf.org> writes:

> Hadron <hadronquark@googlemail.com> writes:
>
> Hi Hadron,
>
>>>> Or in other words how to match, using rx, all groups containing
>>>> "linux" or "emacs" for example?
>>>
>>>     (,(rx (or "linux" "emacs"))
>>>      (address "hadron+linux@foobar.invalid"))
>>
>> Would you be so good as to maybe try this? e.g try to post to
>> comp.os.linux.ubuntu and see if that "contains linux" works?
>
> Yep, wors for both groups with emacs or linux in it.
>
>> It doesn't match for me. I have double checked everything.
>
> I guess the problem is that after this posting style follow some others
> which match comp.os.linux.ubuntu, too, and thus overwrite this setting.
>
> Bye,
> Tassilo

What am I doing wrong here?

(setq gnus-posting-styles
    '(,(rx (or "linux" "emacs"))
     (address "hadron+linux@foobar.invalid"))
      )

Doesn't match either groups containing emacs or linux.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]