all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

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.