From: Lars Ingebrigtsen <larsi@gnus.org>
To: Robert Pluim <rpluim@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: master 84bf954 2/2: Use a proportional font for the mode line
Date: Thu, 25 Nov 2021 19:18:15 +0100 [thread overview]
Message-ID: <87bl28ayl4.fsf@gnus.org> (raw)
In-Reply-To: <8735nk5d7y.fsf@gmail.com> (Robert Pluim's message of "Thu, 25 Nov 2021 18:58:41 +0100")
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
next prev parent reply other threads:[~2021-11-25 18:18 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20211124134823.8483.27841@vcs0.savannah.gnu.org>
[not found] ` <20211124134825.75B422094B@vcs0.savannah.gnu.org>
2021-11-25 17:13 ` master 84bf954 2/2: Use a proportional font for the mode line Robert Pluim
2021-11-25 17:40 ` Lars Ingebrigtsen
2021-11-25 17:58 ` Robert Pluim
2021-11-25 18:18 ` Lars Ingebrigtsen [this message]
2021-11-25 18:28 ` Eli Zaretskii
2021-11-25 18:44 ` Robert Pluim
2021-11-25 19:06 ` Eli Zaretskii
2021-11-25 19:15 ` Lars Ingebrigtsen
2021-11-25 19:30 ` Eli Zaretskii
2021-11-26 8:26 ` Robert Pluim
2021-11-26 8:36 ` Eli Zaretskii
2021-11-26 8:42 ` Robert Pluim
2021-11-26 11:10 ` Eli Zaretskii
2021-11-26 12:39 ` Lars Ingebrigtsen
2021-11-26 13:31 ` Robert Pluim
2021-11-25 18:32 ` Robert Pluim
2021-11-25 18:56 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87bl28ayl4.fsf@gnus.org \
--to=larsi@gnus.org \
--cc=emacs-devel@gnu.org \
--cc=rpluim@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.