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 #329 received at 52493 <at> debbugs.gnu.org (full text, mbox):

From: Gregory Heytings <gregory <at> heytings.org>
To: martin rudalics <rudalics <at> gmx.at>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 52493 <at> debbugs.gnu.org, rpluim <at> gmail.com,
 Dmitry Gutov <dgutov <at> yandex.ru>
Subject: Re: bug#52493: 29.0.50; Setting Inconsolata up in init.el makes
 default face rendered wrong
Date: Sun, 08 Jan 2023 23:23:15 +0000
>
> As I just said in bug#60585, the bug seems to be specific to that window 
> manager (or at least to a few window managers), and disabling 
> scroll-bars or setting frame-resize-pixelwise to t fixes that problem.
>

I found another window manager which behaves similarly: Openbox.  I'm not 
100% sure the cause is the same, but the two workarounds above also fix 
that problem under Openbox, and I see this in its source code:

/*! The minimum size of the client window
  If the min is > the max, then the window is not resizable
*/
Size min_size;
/*! The maximum size of the client window
  If the min is > the max, then the window is not resizable
*/
Size max_size;





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.