From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Dahl Newsgroups: gmane.emacs.help Subject: Re: vim's jumplist equivalent in emacs? Date: Thu, 07 Dec 2006 11:57:33 +0100 Message-ID: References: <1165481183.610837.121580@79g2000cws.googlegroups.com> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1165491662 22247 80.91.229.10 (7 Dec 2006 11:41:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Dec 2006 11:41:02 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 07 12:41:00 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GsHcZ-0000cj-TK for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Dec 2006 12:41:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GsHcZ-0004ON-GT for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Dec 2006 06:40:59 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-X-Trace: individual.net 9mOzdu0UTeZd98MQ2/rJ9w5O3FQPXVx2E5l800P5SXmRRGYofT User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.90 (windows-nt) Cancel-Lock: sha1:gxYlCWdprRywXcTA80naetwjFCQ= Original-Xref: shelby.stanford.edu gnu.emacs.help:143710 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:39312 Archived-At: "Thomas" writes: > In vim, some kind of user actions like text search, tag search or > opening new file are regarded as 'jump action'. Every position, > whether it's in one buffer or in another, before/after those jumps > are automatically recorded in 'jump list', so you can navigate > forward/backward the postions using Ctrl+O / Ctrl+I. May I find a > similar job done for emacs? Yes, after doing an isearch, ending up some place in the buffer, you can do C-u C-SPC to jump to the starting positions. This works because isearch sets the mark where the search started. C-u C-SPC will jump between the marks in the mark ring.