help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Strange behavior in search-forward-regexp?


From: Mathias Dahl
Subject: Re: Strange behavior in search-forward-regexp?
Date: Sat, 11 Feb 2006 10:45:03 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Barry Margolin <barmar@alum.mit.edu> writes:

> Because the regular expression . matches any character except newline, 
> while [^;] matches any character except ';'.  So newline matches [^;].

So what happens is that the match begin at the empty line then and
then "wraps around" to the next row? How can I avoid it?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]