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

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

RE: Save and load window states


From: Drew Adams
Subject: RE: Save and load window states
Date: Tue, 20 Dec 2011 10:53:00 -0800

> I am trying to get saving and loading window states to work.  
> I am using the new `window-state-get' and `window-state-put'
> functions from emacs 24:...
> Saving works this way.  The file has the same contents shown in the
> *Messages* buffer when doing a manual `window-state-get'.  On 
> loading, I get either "Invalid read syntax #" or "End of file
> during parsing".  In the documentation of the `window-state-get'
> function it says:

Sounds like a bug: `M-x report-emacs-bug'.  My guess is it's trying to read
something like this, contained your overall sexp, and is choking on the #<window
syntax. 

(parameters (clone-of . #<window 16 on *Help*>))




reply via email to

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