wasamasa / eyebrowse

A simple-minded way of managing window configs in emacs
GNU General Public License v3.0
437 stars 24 forks source link

eyebrowse--load-window-config: Wrong type argument: window-configuration-p, "Unprintable entity" #31

Closed tuhdo closed 9 years ago

tuhdo commented 9 years ago

To reproduce:

wasamasa commented 9 years ago

This is to be expected as window configurations are opaque objects and therefore not serializable. I'm a bit surprised though that desktop.el doesn't just ignore saving variables it cannot possibly restore.

See #24 for a possible fix.