* Is it possible to save window splits?
@ 2003-04-20 19:10 Daniel R. Anderson
0 siblings, 0 replies; 4+ messages in thread
From: Daniel R. Anderson @ 2003-04-20 19:10 UTC (permalink / raw)
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?
Thanks,
Dan Anderson
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Is it possible to save window splits?
[not found] <mailman.4976.1050869694.21513.help-gnu-emacs@gnu.org>
@ 2003-04-20 20:33 ` Daniel Jensen
2003-04-23 14:54 ` kgold
2003-04-23 15:23 ` David Kastrup
2 siblings, 0 replies; 4+ messages in thread
From: Daniel Jensen @ 2003-04-20 20:33 UTC (permalink / raw)
"Daniel R. Anderson" <dan@mathjunkies.com> writes:
> 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?
`C-x r w' to save a window configuration, `C-x r j' to load a
previously saved configuration. Configurations are stored in
registers labeled with characters.
--
Daniel Jensen
Swedish holiday today: Påskdagen
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Is it possible to save window splits?
[not found] <mailman.4976.1050869694.21513.help-gnu-emacs@gnu.org>
2003-04-20 20:33 ` Daniel Jensen
@ 2003-04-23 14:54 ` kgold
2003-04-23 15:23 ` David Kastrup
2 siblings, 0 replies; 4+ messages in thread
From: kgold @ 2003-04-23 14:54 UTC (permalink / raw)
I usually run on a platform which supports multiple frames. So I just
open another frame, do what I want with the single window, and then
close the frame.
"Daniel R. Anderson" <dan@mathjunkies.com> writes:
>
> 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?
--
--
Ken Goldman kgold@watson.ibm.com 914-784-7646
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Is it possible to save window splits?
[not found] <mailman.4976.1050869694.21513.help-gnu-emacs@gnu.org>
2003-04-20 20:33 ` Daniel Jensen
2003-04-23 14:54 ` kgold
@ 2003-04-23 15:23 ` David Kastrup
2 siblings, 0 replies; 4+ messages in thread
From: David Kastrup @ 2003-04-23 15:23 UTC (permalink / raw)
"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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-04-23 15:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-20 19:10 Is it possible to save window splits? Daniel R. Anderson
[not found] <mailman.4976.1050869694.21513.help-gnu-emacs@gnu.org>
2003-04-20 20:33 ` Daniel Jensen
2003-04-23 14:54 ` kgold
2003-04-23 15:23 ` David Kastrup
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.