GNU bug report logs - #52493
29.0.50; Setting Inconsolata up in init.el makes default face rendered wrong

Previous Next

Package: emacs;

Reported by: Dmitry Gutov <dgutov <at> yandex.ru>

Date: Tue, 14 Dec 2021 23:45:01 UTC

Severity: normal

Found in version 29.0.50

Full log


Message #323 received at 52493 <at> debbugs.gnu.org (full text, mbox):

From: martin rudalics <rudalics <at> gmx.at>
To: Gregory Heytings <gregory <at> heytings.org>, Dmitry Gutov <dgutov <at> yandex.ru>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 52493 <at> debbugs.gnu.org, rpluim <at> gmail.com
Subject: Re: 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




This bug report was last modified 2 years and 249 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.