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: Lennart Borgman
Subject: Re: moving window handling into lisp
Date: Tue, 28 Jul 2009 16:11:42 +0200

On Tue, Jul 28, 2009 at 3:47 PM, Stefan Monnier<address@hidden> wrote:
>
> I'm talking about something else: after having a found a solution
> (i.e. you know exactly the size you want for of each window and it is
> correct for the size of the frame), find a set of calls to
> enlarge/shrink-window (or equivalent) that will bring you from the
> current window configuration to the desired window configuration.


Maybe the easiest way to do this is to write a new function that can
split the current window tree node in the desired number of child
windows and apply the sizes?

All the checks needed can be done before applying this function. (With
a bit code restructiring, of course...)


> But yes, "finding a solution" is itself a difficult problem.
>
>
>        Stefan
>




reply via email to

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