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

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

Re: `make-frame' makes taller frame than the specified height


From: Stefan Monnier
Subject: Re: `make-frame' makes taller frame than the specified height
Date: Mon, 11 Jul 2005 12:11:16 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> The inconsistency is that when creating a frame, Emacs adds the tool bar
> height to the frame parameter (say you specified height 40, Emacs adds 3 =>
> 43).  This makes sense in that you can specify 40 lines and not have to care
> about the tool bar height.  But the lines in the frame-parameters is now 43.

So the bug is that specifying 40 gives you a frame whose parameter says 43.
We should make sure the two match.  Either by never adding the 3, or by
subtracting it again when we query the frame's parameter.


        Stefan




reply via email to

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