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: Eli Zaretskii
Subject: Re: master 84bf954 2/2: Use a proportional font for the mode line
Date: Thu, 25 Nov 2021 20:28:27 +0200

> From: Lars Ingebrigtsen <larsi@gnus.org>
> Date: Thu, 25 Nov 2021 19:18:15 +0100
> Cc: emacs-devel@gnu.org
> 
> > 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" }},
> 
> Hm.  But is that a problem with Customize or this?  I guess "normal" is
> more normal than regular, so perhaps this is the right solution.

I think it's a bug in Customize that it doesn't support the aliases
here.  If nevertheless we fix it in font.c, we should have a prominent
comment there explaining the importance of the order.



reply via email to

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