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

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

Re: Is it possible to save window splits?


From: David Kastrup
Subject: Re: Is it possible to save window splits?
Date: 23 Apr 2003 17:23:05 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

"Daniel R. Anderson" <dan@mathjunkies.com> writes:

> Hi,
> 
>       A lot of times when I'm coding, I'll find I need to open several window
> splits.  Then, I'll C-x 1 to get back to the code I'm working on, and
> find I need to get back to the old window splits -- but have to do them
> manually.  Is it possible to save window splits -- how many you have,
> what kind, and where in the file each one points to?  

frame-configuration-to-register C-x r f
  Command: Store the window configuration of all frames in register REGISTER.
window-configuration-to-register C-x r w
  Command: Store the window configuration of the selected frame in register 
REGISTER.

To restore, use
jump-to-register              C-x r j
  Command: Move point to location stored in a register.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum


reply via email to

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