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

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

Re: Make EMACS Remember two Locations per Buffer


From: jpkotta
Subject: Re: Make EMACS Remember two Locations per Buffer
Date: Wed, 08 Dec 2010 15:31:35 -0000
User-agent: G2/1.0

On Oct 11, 1:35 pm, "Felix E. Klee" <felix.k...@inka.de> wrote:
> On Oct 11, 7:46 pm, p...@informatimago.com (Pascal J. Bourguignon)
> wrote:
>
> > C-x r w a
>
> ... to store the window configuration in register "a".
>
> > C-x r j a
>
> ... to retrieve the window configuration from register "a".
>
> Thanks for the hint!
>
> Advantage: I don't have to manually select the buffer when returning,
>   as in step b in my original message.
>
> Disadvantage: Before visiting another buffer, I have to store the
>   current configuration in the register. It's easy to forget that when
>   in a hurry. But perhaps I can train my brain. ;-)

http://www.emacswiki.org/emacs/winpoint.el
(require 'winpoint)
(winpoint-mode 1)

Also, there are bookmarks, in various flavors.  I like
http://www.emacswiki.org/emacs/VisibleBookmarks.


reply via email to

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