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

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

bug#17046: 24.3.50; On startup emacs frame has no minibuffer or windows


From: martin rudalics
Subject: bug#17046: 24.3.50; On startup emacs frame has no minibuffer or windows decorations
Date: Thu, 20 Mar 2014 20:24:25 +0100

> Martin, do you see something questionable in
> the window trees?

I see two issues:

FRAME 1

>     (frameset--mini t)
...
>     (height . 35)
...
>    (total-height . 0)

FRAME 2

>     (frameset--mini t . t)
...
>     (height . 33)
...
>    (total-height . 32)

Obviously a total-height of 0 for FRAME 1 is broken - it should look
like for FRAME 2.  Just that a total height of zero shouldn't have any
bad consequences - it would get swallowed by `split-window'.  And the
differences in frameset--mini, are they OK?

martin





reply via email to

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