GNU bug report logs -
#52493
29.0.50; Setting Inconsolata up in init.el makes default face rendered wrong
Previous Next
Full log
View this message in rfc822 format
On 17.12.2021 16:46, Eli Zaretskii wrote:
>> Cc: larsi <at> gnus.org, 52493 <at> debbugs.gnu.org, rpluim <at> gmail.com
>> From: Dmitry Gutov <dgutov <at> yandex.ru>
>> Date: Fri, 17 Dec 2021 16:21:30 +0300
>>
>>>> Like, okay, Inconsolata_dz has a weird "style" ("dz"), but the plain
>>>> Inconsolata is "Medium".
>>>
>>> Plain Inconsolata is indeed medium, but Emacs now requests regular,
>>> not medium, as the default weight. And, according to the Fc log you
>>> posted, Inconsolata doesn't have a regular weight variety (whose value
>>> should be 80, not 100).
>>
>> But when I specify :weight 'medium, shouldn't it request medium then?
>
> You didn't just specify medium, you specified both the family and the
> weight. The implementation does it one attribute at a time (because
> doing it together triggered other bugs), so at first Emacs attempts to
> find a font with that family and the default weight. And without the
> kludge in font.c, that font is rejected because it doesn't have
> regular weight.
Feels counter-intuitive, but all right.
I've tested the latest master, and that problem is fixed. Thanks!
This bug report was last modified 2 years and 250 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.