From: Robert Pluim <rpluim@gmail.com>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: emacs-devel@gnu.org
Subject: Re: master 84bf954 2/2: Use a proportional font for the mode line
Date: Thu, 25 Nov 2021 18:58:41 +0100 [thread overview]
Message-ID: <8735nk5d7y.fsf@gmail.com> (raw)
In-Reply-To: <87fsrkb0cn.fsf@gnus.org> (Lars Ingebrigtsen's message of "Thu, 25 Nov 2021 18:40:08 +0100")
>>>>> On Thu, 25 Nov 2021 18:40:08 +0100, Lars Ingebrigtsen <larsi@gnus.org> said:
Lars> Robert Pluim <rpluim@gmail.com> writes:
>> now shows only the lisp expression for the mode-line face. Iʼve fixed
>> this one, but the default face has the same issue, so Iʼm going to
>> assume you changed something there too :-)
Lars> Nope; haven't touched the default face.
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" }},
{ 100, { "medium" }},
{ 180, { "semi-bold", "semibold", "demibold", "demi-bold", "demi" }},
{ 200, { "bold" }},
next prev parent reply other threads:[~2021-11-25 17:58 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 [this message]
2021-11-25 18:18 ` Lars Ingebrigtsen
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=8735nk5d7y.fsf@gmail.com \
--to=rpluim@gmail.com \
--cc=emacs-devel@gnu.org \
--cc=larsi@gnus.org \
/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.