From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Barry Margolin Newsgroups: gmane.emacs.help Subject: Re: Jump to match of regex Date: Tue, 15 Apr 2003 15:02:49 GMT Organization: Genuity Managed Services, Woburn, MA Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1050419244 19370 80.91.224.249 (15 Apr 2003 15:07:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 15 Apr 2003 15:07:24 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 15 17:07:23 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 195S1Z-00050P-00 for ; Tue, 15 Apr 2003 17:07:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 195S0D-0002PN-07 for gnu-help-gnu-emacs@m.gmane.org; Tue, 15 Apr 2003 11:05:41 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!nntp-relay.ihug.net!ihug.co.nz!news.compaq.com!paloalto-snf1.gtei.net!mtvwca1-snh1.ops.genuity.net!crtntx1-snh1.gtei.net!news.gtei.net!paloalto-snr1.gtei.net.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Mail-Copies-To: never X-Newsreader: trn 4.0-test72 (19 April 1999) Originator: barmar@genuity.net (Barry Margolin) Original-Lines: 30 Original-X-Trace: /ba9QcecriXl2PtOjxcFPxpE5zo3UaFdUY0FCSfj21XqgWWs0XpukPPtu+iTjvgmFijr1OjlRf5L!KoEM++7c45QRewFiW8vtXpOqP5WXxDKwwuVdF6ZkMgFNCpoQCdk8MLs5xUKymrMuD4mqU3KsuRdh!1NP9nAWzYRU5 Original-X-Complaints-To: abuse@gte.net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly Original-NNTP-Posting-Date: Tue, 15 Apr 2003 15:02:48 GMT Original-Distribution: world Original-Xref: shelby.stanford.edu gnu.emacs.help:112001 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:8501 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8501 In article , Joerg Schuster 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.