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

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

bug#52493: 29.0.50; Setting Inconsolata up in init.el makes default face


From: martin rudalics
Subject: bug#52493: 29.0.50; Setting Inconsolata up in init.el makes default face rendered wrong
Date: Sun, 8 Jan 2023 10:45:35 +0100

> 2. This argument brought by gijsbers on
>     https://github.com/ice-wm/icewm/issues/115
>
>    If you look at the height of 761 then 761 - 71 is not a multiple of the 
vertical increment 22.
>    Hence the height is adjusted to 753, because (753 - 71) / 22 = 31 exactly.
>    Maybe the size is adjusted to match the Inc and Base.
>
> is valid.  We'd have to investigate how we produce these values.

This ordering in EmacsFrameResize

  change_frame_size (f, ew->core.width, ew->core.height,
                     false, true, false);

  if (get_wm_shell (widget))
    update_wm_hints (get_wm_shell (widget), ew);

makes no sense.  We first ask for a size change and then update the size
hints.

martin





reply via email to

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