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

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

Re: regexp with match over multiple lines


From: AngusC
Subject: Re: regexp with match over multiple lines
Date: Thu, 5 May 2011 09:58:10 -0700 (PDT)


Peter Dyballa wrote:
> 
> 
> Am 05.05.2011 um 11:05 schrieb AngusC:
> 
>> What can I do?
> 
> 
> Check the archive! This question has been answered a few times. You  
> can insert a newline character with C-q C-j. "\\(.\\|\n\\)" matches  
> everything. With character classes this should work as well:  
> "[[:print:][:space]]".
> 
> 

I can insert C-1 C-j and that works but only for the number of carriage
returns I enter.  If this is variable then this means I would have to rerun
with eg 2 crs, 3crs, etc.  How can I specify that the C-q C-j can be
repeated any number of times?


-- 
View this message in context: 
http://old.nabble.com/regexp-with-match-over-multiple-lines-tp31548643p31552210.html
Sent from the Emacs - Help mailing list archive at Nabble.com.




reply via email to

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