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

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

Re: Expand/unexpand window possible?


From: Marc Tfardy
Subject: Re: Expand/unexpand window possible?
Date: Thu, 12 Mar 2009 12:17:36 +0100
User-agent: Thunderbird 2.0.0.19 (Windows/20081209)

Lars Haugseth schrieb:
When typing C-x 1 in a multi-window frame, the current window will fill
the entire frame, but all other windows will be deleted so that there will
be no going back to the previous multi-window setup. Is there any way to
achieve this expand/unexpand functionality without major elisp wizardry on
my part?


window-configuration-to-register is solution for your problem:

,----[ C-h f window-configuration-to-register RET ]
| window-configuration-to-register is an interactive compiled Lisp function in 
`register.el'.
| It is bound to C-x r w.
| (window-configuration-to-register register &optional arg)
|
| Store the window configuration of the selected frame in register register.
| Use C-x r j to restore the configuration.
| Argument is a character, naming the register.
|
| [back]
`----

regards
Marc



reply via email to

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