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

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

Re: Jump to match of regex


From: Barry Margolin
Subject: Re: Jump to match of regex
Date: Tue, 15 Apr 2003 15:02:49 GMT

In article <mailman.4649.1050413820.21513.help-gnu-emacs@gnu.org>,
Joerg Schuster  <js@cis.uni-muenchen.de> wrote:
>Hello,
>
>In a file with the following structure
>
>
>'bla': {
>     bli : 1
>     blo : 2
>},
>
>'ble': {
>     bli : 3
>     blo : 4
>},
>
>I would like to jump from "^'" to "^'" instead of jumping from line to
>line with C-n. I know I could do a regexp-search, but I want to be
>able to edit the items without having to start a new regexp-search
>afterwards.

If you don't do any other regexp searches while you're editing the items,
C-M-s C-s will search again for the previous regexp.

-- 
Barry Margolin, barry.margolin@level3.com
Genuity Managed Services, a Level(3) Company, Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.


reply via email to

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