[email protected] (Adam Sjøgren) writes: > On Thu, 16 Dec 2010 19:10:49 -0600, Tommy wrote: > >> ("from" ".*domain1\\.com" "emails-from-domain1) > ^ > Missing ". > >> ("from" ".*domain2\\.com" "emails-from-domain2) > ^ > Ditto. > > I often find that the easiest way to debug regexp-matching in Emacs is > to start with something extremely simple that works, and then gradually > adding things I think should work until they don't - it helps > pinpointing where I have forgotten some \'s or something (I am used to > Perls regexp syntax, so remembering all the leaning toothpicks in Emacs > regexps is sometimes a problem :-)) > > Best regards, > > Adam
There is also the wonderful regexp-builder. regards r. -- ☘ http://www.shamrockirishbar.com, http://splash-of-open-sauce.blogspot.com/ http://www.richardriley.net _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
