On Tue, 05 Jan 2010 21:47:34 +0100 Cecil Westerhof <[email protected]> wrote:
>> (string-match "\\bnl\\b" "X.nl.X") CW> This also matches: CW> (string-match "\\bnl\\b" "X-nl-X") CW> But I do not think that is a problem. I think you can modify the syntax table to accomodate this, making '-' a member of the word class, but you have to check the manual for the details. Ted _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
