From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Navigating sparse tree results Date: Thu, 6 Jan 2011 12:37:25 +0100 Message-ID: <1FD7E1C0-B432-41C7-9171-B085F1FF0470@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=57323 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PaoAC-0006h5-MR for emacs-orgmode@gnu.org; Thu, 06 Jan 2011 06:37:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PaoAB-0005UU-Nl for emacs-orgmode@gnu.org; Thu, 06 Jan 2011 06:37:52 -0500 Received: from mail-ew0-f41.google.com ([209.85.215.41]:59342) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PaoAB-0005UK-Es for emacs-orgmode@gnu.org; Thu, 06 Jan 2011 06:37:51 -0500 Received: by ewy27 with SMTP id 27so8021287ewy.0 for ; Thu, 06 Jan 2011 03:37:50 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: suvayu ali Cc: org-mode mailing list On Jan 5, 2011, at 1:38 AM, suvayu ali wrote: > Hi, > > Is there any way to move to the next match after a sparse tree > command. Say I search for a regexp with the sparse tree command, how > do > I to move to the next highlighted match? I was hoping something like > `next-error' or `C-s' for isearch[fn:1]. This is a great idea. next-error and previous-error do now work on sparse tree results. In a standard Emacs, these commands are bound to M-g n M-g M-n M-g p M-g M-p - Carsten