all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Stefan Monnier" <monnier+gnu.emacs.help/news/@flint.cs.yale.edu>
Subject: Re: Jump to match of regex
Date: 15 Apr 2003 15:13:20 -0400	[thread overview]
Message-ID: <5lznmrmv5b.fsf@rum.cs.yale.edu> (raw)
In-Reply-To: mailman.4649.1050413820.21513.help-gnu-emacs@gnu.org

> 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.

Not quite what you're asking for, but might work as well depending
on other things you haven't mentioned:

- forward-paragraph and backward-paragraph (bound to M-{ and M-})
- forward-sexp and backward-sexp (M-f and M-b)
- forward-page and backward-page (C-x ] and C-x [), which may require
  you to set the `page-delimiter' variable accordingly.


        Stefan

  parent reply	other threads:[~2003-04-15 19:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.4649.1050413820.21513.help-gnu-emacs@gnu.org>
2003-04-15 13:56 ` Jump to match of regex lawrence mitchell
2003-04-15 15:02 ` Barry Margolin
2003-04-15 17:38 ` Gareth Rees
2003-04-15 19:13 ` Stefan Monnier [this message]
2003-04-15 19:21   ` Stefan Monnier
2003-04-16  3:12 ` Galen Boyer
2003-04-15 13:35 Joerg Schuster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5lznmrmv5b.fsf@rum.cs.yale.edu \
    --to=monnier+gnu.emacs.help/news/@flint.cs.yale.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.