all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Barry Margolin <barmar@alum.mit.edu>
To: help-gnu-emacs@gnu.org
Subject: Re: Emacs navigation mode
Date: Mon, 02 Apr 2012 16:04:45 -0400	[thread overview]
Message-ID: <barmar-21846A.16044502042012@news.eternal-september.org> (raw)
In-Reply-To: mailman.382.1333394753.20052.help-gnu-emacs@gnu.org

In article <mailman.382.1333394753.20052.help-gnu-emacs@gnu.org>,
 Deniz Dogan <deniz@dogan.se> wrote:

> On 2012-04-02 21:20, Thien-Thi Nguyen wrote:
> > () Earendil<matcio1@gmail.com>
> > () Mon, 2 Apr 2012 12:01:15 -0700 (PDT)
> >
> >     remembers positions in buffers you were
> >     watching long enough
> >
> > I don't understand what this means.
> > Could you give an example of this behavior?
> > Is "long enough" configurable in some way?
> >
> 
> If you've been viewing a buffer portion for longer than N seconds, store 
> a rough estimate of the buffer and the position in a data structure 
> somewhere for later use.

In Emacs, the way this is addressed is that commands that are likely to 
cause a big change in buffer position usually save the previous position 
automatically in the mark ring.  For instance, type M-> to jump to the 
end of the buffer, and it will display "Mark set".  The same thing 
happens when you perform a search.

You can then walk back through the mark ring by typing C-u C-space 
repeatedly until you get to the saved position you care about.

-- 
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***


  parent reply	other threads:[~2012-04-02 20:04 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-02 19:01 Emacs navigation mode Earendil
2012-04-02 19:20 ` Thien-Thi Nguyen
2012-04-02 19:25   ` Deniz Dogan
2012-04-02 19:26     ` Deniz Dogan
     [not found]     ` <mailman.383.1333394813.20052.help-gnu-emacs@gnu.org>
2012-04-02 21:27       ` Rud1ger Sch1erz
2012-04-02 23:03         ` Madan Ramakrishnan
     [not found]   ` <mailman.382.1333394753.20052.help-gnu-emacs@gnu.org>
2012-04-02 20:04     ` Barry Margolin [this message]
2012-04-02 23:59 ` Drew Adams
2012-04-04 13:32   ` M B
2012-04-05 15:12     ` Drew Adams

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=barmar-21846A.16044502042012@news.eternal-september.org \
    --to=barmar@alum.mit.edu \
    --cc=help-gnu-emacs@gnu.org \
    /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.