GNU bug report logs -
#57962
29.0.50; Odd font choices
Previous Next
Full log
View this message in rfc822 format
> From: Lars Ingebrigtsen <larsi <at> gnus.org>
> Cc: luangruo <at> yahoo.com, 57962 <at> debbugs.gnu.org
> 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
We use it in info.el for the symbols.
> > 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)
"No effect" in the sense that if the default face uses a proportional
font, fixed-pitch defined as above still uses a proportional font?
I actually meant something like this:
(defface fixed-pitch
`((t :font ,(font-spec :spacing 'M)))
"The basic fixed-pitch face."
:group 'basic-faces)
This bug report was last modified 2 years and 243 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.