all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Robert Pluim <rpluim@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Faces of modeline and Gnus headers do not obey global setting any more
Date: Fri, 03 Dec 2021 11:42:33 +0100	[thread overview]
Message-ID: <87mtlic6li.fsf@gmail.com> (raw)
In-Reply-To: <87fsrauhrk.fsf@physik.rwth-aachen.de> (Torsten Bronger's message of "Fri, 03 Dec 2021 11:03:59 +0100")

>>>>> On Fri, 03 Dec 2021 11:03:59 +0100, Torsten Bronger <bronger@physik.rwth-aachen.de> said:

    Torsten> Hallöchen!
    Torsten> I just upgraded to current Git Emacs (commit c66eb52453) from
    Torsten> October Emacs (commit 241574375d).  Now, the modeline and the Gnus
    Torsten> email headers in the article view have a different font from the
    Torsten> rest.  In particular, a .emacs only containing

    Torsten> (set-face-attribute 'default nil :font "Ubuntu Mono" :height 140)

    Torsten> used to change the modeline.  However with current Git Emacs, it
    Torsten> does not affect it.

    Torsten> I assume this is a deliberate change, therefore I did not file a bug
    Torsten> report but ask here how to handle this best?

From etc/NEWS

+++
** New face 'mode-line-active'.
This inherits from the 'mode-line' face, but is the face actually used
on the mode lines (along with 'mode-line-inactive').

---
** The mode line now uses a proportional font by default.
To get the old monospaced mode line back, customize the
'mode-line-active' and 'mode-line-inactive' faces not to inherit from
the 'variable-pitch' face, or add this to your "~/.emacs":

  (set-face-attribute 'mode-line-active nil :inherit 'mode-line)
  (set-face-attribute 'mode-line-inactive nil :inherit 'mode-line)

---
*** Gnus now uses a variable-pitch font in the headers by default.
To get the monospace font back, you can put something like the
following in your .gnus file:

    (set-face-attribute 'gnus-header nil :inherit 'unspecified)

Robert
-- 



  reply	other threads:[~2021-12-03 10:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-03 10:03 Faces of modeline and Gnus headers do not obey global setting any more Torsten Bronger
2021-12-03 10:42 ` Robert Pluim [this message]
2021-12-03 12:50   ` Torsten Bronger
2021-12-03 13:39     ` Arash Esbati
2021-12-03 14:34       ` Torsten Bronger
2021-12-03 18:20 ` Emanuel Berg via Users list for the GNU Emacs text editor

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=87mtlic6li.fsf@gmail.com \
    --to=rpluim@gmail.com \
    --cc=help-gnu-emacs@gnu.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.