Re: [PATCH] revised verbatim-handling code
Urs Janßen <[email protected]> Sun, 21 Sep 2008 14:07:18 +0200
| Newsgroups | gmane.network.tin.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Sep 20, 2008 at 06:41:38PM +0200, Dennis Preiser wrote: > - verbatim_begin_regex matches more than "#v+". > I think the "#" and the "Plus" has to be escaped > (DEFAULT_VERBATIM_*_REGEX). '#' is not a metachar and thus doesn't need to be escaped (with PCRE_EXTENDED set '#' starts a comment (we don't use that)). > Please find the patch attached. thanks, this patch and your previous one will be in the next release. urs -- "Only whimps use tape backup: _real_ men just upload their important stuff on ftp, and let the rest of the world mirror it ;)" - Linus