all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: gareth.rees@pobox.com (Gareth Rees)
Subject: Re: Jump to match of regex
Date: 15 Apr 2003 10:38:02 -0700	[thread overview]
Message-ID: <e867ce6d.0304150938.4ca3af58@posting.google.com> (raw)
In-Reply-To: mailman.4649.1050413820.21513.help-gnu-emacs@gnu.org

Joerg Schuster wrote:
> In a file with the following structure
> 
> 'bla': {
>      bli : 1
>      blo : 2
> },
> 
> 'ble': {
>      bli : 3
>      blo : 4
> },
> 
> I would like to jump from "^'" to "^'"

Set `paragraph-start' and `paragraph-separate' to "'" (either put these
settings in the local variables section of the file, or if you have many
files with this structure, make a function and put it in
`auto-mode-alist').

Then you can jump from ^' to ^' with the commmands `backward-paragraph'
(C-up or M-{) and `forward-paragraph' (C-down or M-}).

-- 
Gareth Rees

  parent reply	other threads:[~2003-04-15 17:38 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 [this message]
2003-04-15 19:13 ` Stefan Monnier
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=e867ce6d.0304150938.4ca3af58@posting.google.com \
    --to=gareth.rees@pobox.com \
    /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.