help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs buffer position per window


From: mortenee
Subject: Re: Emacs buffer position per window
Date: Tue, 2 Feb 2010 00:41:06 -0800 (PST)
User-agent: G2/1.0

On Feb 2, 5:38 am, Nathaniel Flath <flat0...@gmail.com> wrote:
> Is there a way to save the current buffer position on a per-window basis,
> instead of just a per-buffer basis? For example, the following will move
> point in both windows to the same location
>
> Split-window
> Navigate to same file in both windows
> In one window, move to a different location.  Then, call describe-function,
> which uses the other window.
> Switch to the *help* window and go back to the original location.  The old
> point is lost and replaced with the point in the other buffer.
>
> Is there a way to have the old point location be saved, even if it is not
> displayed at the moment?

If I understand you correctly winpoint should do what you want. At
least it does for my use-cases.
http://www.emacswiki.org/emacs/winpoint.el



reply via email to

[Prev in Thread] Current Thread [Next in Thread]