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

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

bug#4534: assertion failure at window.c:grow_mini_window


From: Juanma Barranquero
Subject: bug#4534: assertion failure at window.c:grow_mini_window
Date: Wed, 23 Sep 2009 11:50:29 +0200

On Wed, Sep 23, 2009 at 09:28, martin rudalics <rudalics@gmx.at> wrote:

> The following part in `resize_mini_window' doesn't strike me as very
> elegant in this respect:
>
>              if (height)
>                {
>                  freeze_window_starts (f, 1);
>                  grow_mini_window (w, height - WINDOW_TOTAL_LINES (w));
>                }
>
> Does it cause the bug?  Just comment it out to check.

Well, yes, commenting that code out avoids the failure (which happens
in that call to grow_mini_window). But the point is, the miniwindow is
not shrunk as it should. See attached image.

    Juanma

Attachment: bug-4534.png
Description: PNG image


reply via email to

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