[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Saving the frame layout between frames
From: |
Stefan Monnier |
Subject: |
Re: Saving the frame layout between frames |
Date: |
Sun, 27 Oct 2013 20:54:36 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
> (setq crmbk-previous-frame-config (current-window-configuration))
window-configurations can't be transferred between frames.
In recent Emacsen, a new data-structure was introduced which can be used
between frames, called `window-state'.
You can use window-state-get and then window-state-put.
Stefan