GNU bug report logs - #57962
29.0.50; Odd font choices

Previous Next

Package: emacs;

Reported by: Lars Ingebrigtsen <larsi <at> gnus.org>

Date: Tue, 20 Sep 2022 22:17:01 UTC

Severity: normal

Found in version 29.0.50

Full log


Message #32 received at 57962 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: luangruo <at> yahoo.com, 57962 <at> debbugs.gnu.org
Subject: Re: bug#57962: 29.0.50; Odd font choices
Date: Fri, 14 Oct 2022 14:18:15 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:

> It depends on whether we want the fixed-pitch face to look differently
> from the default face, even when the default face uses a monospaced
> font.  I always thought that fixed-pitch face was supposed to look
> differently.

We haven't really used the fixed-pitch face for much before, but we're
now using it for the face used when displaying key bindings, so it's
shown all over the place in Emacs 29.  

>> Is there some easy way to achieve this, by any chance?
>
> Did you try using font-spec with (:spacing 'mono) ?

In the fixed-pitch defface?  It's already got mono spacing, so I'm not
sure what that would achieve?  If this is what you meant, it has no
effect:

(defface fixed-pitch
  '((t :family "Monospace" :spacing mono))
  "The basic fixed-pitch face."
  :group 'basic-faces)




This bug report was last modified 2 years and 241 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.