Hadron <[EMAIL PROTECTED]> writes:

> Tassilo Horn <[EMAIL PROTECTED]> writes:
>
>> Hadron <[EMAIL PROTECTED]> writes:
>>
>> Hi Hadron,
>>
>>> The main question is, however, can I use "rx" directly or not in
>>> gnus-posting-style?
>>
>> You can but you have to understand backquoting, see (info
>
>> "(elisp)Backquote"). Here are my posting styles:
>> |         (,(rx bol "nnimap+Fastmail:INBOX.mailinglists."
>> |               (or "d-barf"
>> |                   "tsdh-fans"
>> |                   "dtofans"))
>> |          (address "[EMAIL PROTECTED]"))
>
>
> Thanks Tassillo, but why the "bol"? Am I right in thinking the "or" part
> is "any string containing the following"?.

Or in other words how to match, using rx, all groups containing "linux"
or "emacs" for example?
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to