emacs-devel
[Top][All Lists]
Advanced

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

Re: How to restore the layout?


From: martin rudalics
Subject: Re: How to restore the layout?
Date: Thu, 27 Jun 2013 11:38:36 +0200

> Yes, it is tedious, but whether it is worth it depends on the users of
> unusual minibuffer setups. We want the window save/restore feature to
> be as useful and less disruptive as possible.

We'd have to recreate the old window sequence numbers first and make
windows and saved minibuffer frame parameters store these numbers.  The
minibuffer frame parameters would have to be restored after all frames
have been created, from a list associating each new window with its old
sequence number.

> For example, I think it would be good to also save&restore the
> buffer-list (and perhaps buried-buffer-list) parameter(s), to make the
> post-restore experience as similar to the pre-save one as possible.
> That would be quite tedious, but it is doable.

Here we'd have for each frame/window store the names of the buffers on
these lists and reassign them after the buffers have been recreated.

martin



reply via email to

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