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: Lars Ingebrigtsen
Subject: Re: master 84bf954 2/2: Use a proportional font for the mode line
Date: Thu, 25 Nov 2021 19:18:15 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Robert Pluim <rpluim@gmail.com> writes:

> Oh yes you have. </panto>

:-)

> 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" }},

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.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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