[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
- Jump to match of regex,
Joerg Schuster <=
- Re: Jump to match of regex, lawrence mitchell, 2003/04/15
- Re: Jump to match of regex, Barry Margolin, 2003/04/15
- Re: Jump to match of regex, Gareth Rees, 2003/04/15
- Re: Jump to match of regex, Stefan Monnier, 2003/04/15
- Re: Jump to match of regex, Galen Boyer, 2003/04/15