emacs-devel
[Top][All Lists]
Advanced

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

Re: moving window handling into lisp


From: martin rudalics
Subject: Re: moving window handling into lisp
Date: Sun, 16 Aug 2009 17:18:41 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

> You are misunderstanding. There is no undeleting. There is no saved
> window-configuration (ie what we normally call window-configuration).
> This is not the way I suggest to do it.
>
> Instead I suggested putting aside exactly the structure that is there
> before resizing, replacing it with a single window. And putting it
> back when it can fit again.

The canonical way to "put a structure aside" is a window-configuration.
Otherwise you'd have to decide whether windows put aside show up on
`window-list', can be used by `display-buffer', ...  You'd wind up
reinventing the wheel.

martin




reply via email to

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