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

[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: Mon, 28 Oct 2013 10:20:33 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>       (window-state-put crmbk-previous-frame-config))

You need to state where to put that config (that's what the `window'
arg is for).  So try it with

   (window-state-put crmbk-previous-frame-config
                     (frame-root-window frame))

> window-state-put: Window #<window 1 on *scratch*> too small to accommodate 
> state

But I don't know enough about window-state to tell you if that will fix
this problem.

> Error in post-command-hook (winner-save-old-configurations): (error "Window 
> is on a different frame")

That seems unrelated.


        Stefan




reply via email to

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