emacs-devel
[Top][All Lists]
Advanced

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

Re: master 84bf954 2/2: Use a proportional font for the mode line


From: Robert Pluim
Subject: Re: master 84bf954 2/2: Use a proportional font for the mode line
Date: Thu, 25 Nov 2021 19:32:37 +0100

>>>>> On Thu, 25 Nov 2021 19:18:15 +0100, Lars Ingebrigtsen <larsi@gnus.org> 
>>>>> said:

    Lars> Robert Pluim <rpluim@gmail.com> writes:
    >> Oh yes you have. </panto>

    Lars> :-)

    >> The following patch fixes it, otherwise the :weight shows up as
    >> "regular", which I guess customize doesnʼt like.
    >> 
    >> diff --git a/src/font.c b/src/font.c
    >> index d423fd46b7..0cedb230c8 100644
    >> --- a/src/font.c
    >> +++ b/src/font.c
    >> @@ -70,7 +70,7 @@ #define DEFAULT_ENCODING Qiso8859_1
    >> { 40, { "ultra-light", "ultralight", "extra-light", "extralight" }},
    >> { 50, { "light" }},
    >> { 55, { "semi-light", "semilight", "demilight" }},
    >> -  { 80, { "regular", "normal", "unspecified", "book" }},
    >> +  { 80, { "normal", "regular", "unspecified", "book" }},

    Lars> Hm.  But is that a problem with Customize or this?  I guess "normal" 
is
    Lars> more normal than regular, so perhaps this is the right solution.

I donʼt know, I couldn't find anything obvious in customize where I
could get it to recognize 'regular', but that might be the place to
put it. Doing it here feels fragile.

Robert
-- 



reply via email to

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