alphapapa / burly.el

Save and restore frames and windows with their buffers in Emacs
GNU General Public License v3.0
301 stars 14 forks source link

Fix: Invalid read syntax: "#" #28 #29

Closed tumashu closed 3 years ago

gagbo commented 3 years ago

Are there cases where posframes would "do the right thing" on restoration if they don't have their posframe-parent-buffer variable ?

If we can't save posframe-parent-buffer variable, maybe it'd be better to skip saving posframes altogether ?

tumashu commented 3 years ago

I think posframe do not need store, it is managed by posframe-show

tumashu commented 3 years ago

Maybe https://github.com/alphapapa/burly.el/pull/24 is better solution.