bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#12419: Mouse click changes layout


From: martin rudalics
Subject: bug#12419: Mouse click changes layout
Date: Fri, 14 Sep 2012 17:16:24 +0200

> Wouldn't using the "asymmetric" resizing do the job here?  I don't
> think the symmetric variant is ever TRT when triggered by resizing the
> minibuffer window.

Asymmetric resizing doesn't size back correctly when any window but a
bottommost one gets resized while enlarging the minibuffer window.  the
idea of asymmetric dragging is that in a configuration like this

 ------------
|            |
|            |
 ------------
|            |
|            |
 ------------
|            |
|            |
 ------------

you drag the lower divider up you first get

 ------------
|            |
|            |
 ------------
|            |
 ------------
|            |
|            |
|            |
 ------------

and then

 ------------
|            |
 ------------
|            |
 ------------
|            |
|            |
|            |
|            |
 ------------

because the idea is that you want to show more in the bottom window.
When you now drag the same divider back you get

 ------------
|            |
 ------------
|            |
|            |
 ------------
|            |
|            |
|            |
 ------------

because the idea is to show more of the middle window and then

 ------------
|            |
 ------------
|            |
|            |
|            |
 ------------
|            |
|            |
 ------------

which is not the initial configuration.

martin





reply via email to

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