Hadron <[EMAIL PROTECTED]> writes:
>> Thanks Tassillo, but why the "bol"?
The `bol' stands for beginning-of-line and is the same as ^ in a
regexp. Indeed, in my examples these are not really needed.
>> Am I right in thinking the "or" part is "any string containing the
>> following"?.
Yes, (or "foo" "bar") matches any string containing "foo" or "bar".
> Or in other words how to match, using rx, all groups containing
> "linux" or "emacs" for example?
(,(rx (or "linux" "emacs"))
(address "[EMAIL PROTECTED]"))
Bye,
Tassilo
--
The desire to be rewarded for one's creativity does not justify
depriving the world in general of all or part of that creativity.
(Richard M. Stallman)
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english