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: Tue, 18 Aug 2009 09:13:39 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

> Take for example proportional resizing as it is currently.  If I make a
> frame with two windows side by side, 20 and 70 chars wide and if I maximize
> the frame, the window widths are now 63 and 113, and if I un-maximize it
> again the widths are now 31 and 59.  That clearly is not a problem that
> can be solved by ideas, as neat as they may be.  It is plain simple broken
> math.

This means that maximizing a frame increases all windows by the same
amount, demaximizing the frame decreases them proportionally.  If we use
David's approach, then maximizing a frame will increase all windows
proportionally too.

martin





reply via email to

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