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

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

Jump to match of regex


From: Joerg Schuster
Subject: Jump to match of regex
Date: 15 Apr 2003 15:35:13 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

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.

How can this be done?


Jörg




reply via email to

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