Comments on: How to match multi-line regular expressions in Emacs Lisp http://zzamboni.org/brt/2007/03/27/how-to-match-multi-line-regular-expressions-in-emacs-lisp/ Musings about technology and other neat stuff Tue, 29 Sep 2009 21:48:06 +0200 http://wordpress.org/?v=2.8.4 hourly 1 By: Hitchhiker http://zzamboni.org/brt/2007/03/27/how-to-match-multi-line-regular-expressions-in-emacs-lisp/comment-page-1/#comment-10991 Hitchhiker Tue, 09 Oct 2007 21:20:51 +0000 http://www.zzamboni.org/brt/2007/03/27/how-to-match-multi-line-regular-expressions-in-emacs-lisp/#comment-10991 <p>Tom: that sounds useful. I will try it out. Thanks!</p> Tom: that sounds useful. I will try it out. Thanks!

]]>
By: Tom Weissmann http://zzamboni.org/brt/2007/03/27/how-to-match-multi-line-regular-expressions-in-emacs-lisp/comment-page-1/#comment-10988 Tom Weissmann Tue, 09 Oct 2007 08:41:56 +0000 http://www.zzamboni.org/brt/2007/03/27/how-to-match-multi-line-regular-expressions-in-emacs-lisp/#comment-10988 <p>The null character is backslash zero.</p> The null character is backslash zero.

]]>
By: Tom Weissmann http://zzamboni.org/brt/2007/03/27/how-to-match-multi-line-regular-expressions-in-emacs-lisp/comment-page-1/#comment-10935 Tom Weissmann Tue, 07 Aug 2007 12:50:09 +0000 http://www.zzamboni.org/brt/2007/03/27/how-to-match-multi-line-regular-expressions-in-emacs-lisp/#comment-10935 <p>How about using the null character, as in [^]]?</p> How about using the null character, as in [^]]?

]]>
By: Hitchhiker http://zzamboni.org/brt/2007/03/27/how-to-match-multi-line-regular-expressions-in-emacs-lisp/comment-page-1/#comment-10825 Hitchhiker Tue, 27 Mar 2007 14:20:34 +0000 http://www.zzamboni.org/brt/2007/03/27/how-to-match-multi-line-regular-expressions-in-emacs-lisp/#comment-10825 <p>Hi Dave - wow! You were really quick in noticing my write up, I guess you do keep an eye on your server logs ;-)</p> <p>My patch so far consists of replacing the regex as shown above. If I find a better way of doing it, I will let you know.</p> Hi Dave – wow! You were really quick in noticing my write up, I guess you do keep an eye on your server logs ;-)

My patch so far consists of replacing the regex as shown above. If I find a better way of doing it, I will let you know.

]]>
By: Dave Cross http://zzamboni.org/brt/2007/03/27/how-to-match-multi-line-regular-expressions-in-emacs-lisp/comment-page-1/#comment-10824 Dave Cross Tue, 27 Mar 2007 14:07:42 +0000 http://www.zzamboni.org/brt/2007/03/27/how-to-match-multi-line-regular-expressions-in-emacs-lisp/#comment-10824 <p>Ooh... thanks for attempting to fix this. It's something that has been (pretty low down) on my TODO list for years.</p> <p>Please send me patches when you're finished :-)</p> Ooh… thanks for attempting to fix this. It’s something that has been (pretty low down) on my TODO list for years.

Please send me patches when you’re finished :-)

]]>