unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* How to return to split window or window configuration?
@ 2020-11-13 14:01 Jean Louis
  2020-11-13 20:41 ` Michael Heerdegen
  0 siblings, 1 reply; 2+ messages in thread
From: Jean Louis @ 2020-11-13 14:01 UTC (permalink / raw)
  To: Help GNU Emacs

Here I have problem to solve for which I rather ask somebody
experienced:

When opening my program (HyperScope) I am opening it in other
window. So normally screen splits or specific window splits.

Then I made it so that I can remove other windows for full screen. And
that works well.

Now I would like to press full screen again so that previous window
configuration is restored.

What would be recommended way to restore it?

Would it be this functions below?

‘C-x r w R’
     Save the state of the selected frame’s windows in register R
     (‘window-configuration-to-register’).

Then I can use jump-to-register to restore it.

Or maybe there exists some other common way of restoring window
configuration?

Jean



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How to return to split window or window configuration?
  2020-11-13 14:01 How to return to split window or window configuration? Jean Louis
@ 2020-11-13 20:41 ` Michael Heerdegen
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Heerdegen @ 2020-11-13 20:41 UTC (permalink / raw)
  To: help-gnu-emacs

Jean Louis <bugs@gnu.support> writes:

> Would it be this functions below?
>
> ‘C-x r w R’
>      Save the state of the selected frame’s windows in register R
>      (‘window-configuration-to-register’).
>
> Then I can use jump-to-register to restore it.

In code you rather want to use the primitive functions described in

   (info "(elisp) Window Configurations")

I think.


Regards,

Michael.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-13 20:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-13 14:01 How to return to split window or window configuration? Jean Louis
2020-11-13 20:41 ` Michael Heerdegen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).