From: Robert Pluim <rpluim@gmail.com>
To: emacs-devel@gnu.org
Cc: Lars Ingebrigtsen <larsi@gnus.org>
Subject: Re: master 84bf954 2/2: Use a proportional font for the mode line
Date: Thu, 25 Nov 2021 18:13:13 +0100 [thread overview]
Message-ID: <87ilwg5fbq.fsf@gmail.com> (raw)
In-Reply-To: <20211124134825.75B422094B@vcs0.savannah.gnu.org> (Lars Ingebrigtsen's message of "Wed, 24 Nov 2021 08:48:25 -0500 (EST)")
>>>>> On Wed, 24 Nov 2021 08:48:25 -0500 (EST), larsi@gnus.org (Lars Ingebrigtsen) said:
Lars> diff --git a/lisp/faces.el b/lisp/faces.el
Lars> index a07f8c6..e9f795c 100644
Lars> --- a/lisp/faces.el
Lars> +++ b/lisp/faces.el
Lars> @@ -2611,9 +2611,11 @@ non-nil."
Lars> (defface mode-line
Lars> '((((class color) (min-colors 88))
Lars> :box (:line-width -1 :style released-button)
Lars> + :inherit 'variable-pitch
Lars> :background "grey75" :foreground "black")
Lars> (t
Lars> - :inverse-video t))
Lars> + :inverse-video t
Lars> + :inherit 'variable-pitch))
Lars> "Basic mode line face for selected window."
Lars> :version "21.1"
Lars> :group 'mode-line-faces
M-x customize-face RET mode-line RET
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 :-)
Robert
--
next parent reply other threads:[~2021-11-25 17:13 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 ` Robert Pluim [this message]
2021-11-25 17:40 ` master 84bf954 2/2: Use a proportional font for the mode line Lars Ingebrigtsen
2021-11-25 17:58 ` Robert Pluim
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=87ilwg5fbq.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.