Tassilo Horn <[EMAIL PROTECTED]> writes:

> Hadron <[EMAIL PROTECTED]> 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 "[EMAIL PROTECTED]"))
>>
>> 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 "[EMAIL PROTECTED]"))
      )

Doesn't match either groups containing emacs or linux.
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to