emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.60; Resizing may delete windows


From: Stefan Monnier
Subject: Re: 23.0.60; Resizing may delete windows
Date: Fri, 04 Apr 2008 10:02:36 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

>>> Please try with `window-min-height' 1.
>> I see no difference (probably because my windows are large anyway).

> There are two problems.  The OP's complaint had

> (let ((window-min-height 1))
>   (split-window-vertically 2))

> with the emanating one-text-line window disappearing when the frame was
> resized (de-maximized).  I proposed to work around the first problem by
> setting `window-min-height' to 2.  If you could reproduce this and find
> out where and why shrink_windows wants to delete this window, it might
> be probably easy to find a solution.

It probably wants to delete the window because somewhere it (needlessly)
tries to resize it (to a smaller size, probably) and then checks the
size and decides to delete.  The problem is right there: not in any of
the settings of window-min-height.


        Stefan




reply via email to

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