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

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

bug#11880: 24.1.50; `even-window-heights' should be nil by default


From: Dmitry Gutov
Subject: bug#11880: 24.1.50; `even-window-heights' should be nil by default
Date: Sun, 26 Aug 2012 02:28:59 +0400
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0

On 25.08.2012 18:57, martin rudalics wrote:
 > As alternative to disabling it by default, I propose to
 > 1) Make `window--even-window-heights' resize any window as long as that
 > would only move the window(s) in the same combination (or something like
 > that).

I now resize only when WINDOW and the selected window form a combination.

 > 2) Restore the original window height on `quit-window'. This amounts to
 > the following code at the end of `display-buffer-user-some-window':
 >
 >   (when window
 >     (prog1
 >       (window--display-buffer buffer window 'reuse)
 >       (window--even-window-heights window)))

It should do that now.

Indeed, the behavior is much better now. Thanks!

--Dmitry






reply via email to

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