bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44316: 26.3; Faces `fixed-pitch' and `fixed-pitch-serif' are opposit


From: Eli Zaretskii
Subject: bug#44316: 26.3; Faces `fixed-pitch' and `fixed-pitch-serif' are opposite what they should be
Date: Tue, 03 Nov 2020 17:53:08 +0200

> From: Lars Ingebrigtsen <larsi@gnus.org>
> Cc: stefankangas@gmail.com,  44316@debbugs.gnu.org
> Date: Tue, 03 Nov 2020 15:36:01 +0100
> 
> >> > But that's not what I was asking: the "Mono Serif" family could
> >> > include more than just DejaVu Mono.  I'm asking whether asking for
> >> > that family always brings fonts with serifs, or sometimes you get
> >> > fonts without serifs?  If you get DejaVu Mono, I guess the answer is
> >> > "the latter"?
> >> 
> >> You do I ask for the family?
> >
> > The family "Mono Serif" is an Emacs invention, AFAIK.  Font utilities
> > are under no obligation to support it.
> 
> Sorry; I mistyped.  I meant to say 'How do I ask for the family?'

Like this (from faces.el):

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

  (defface fixed-pitch-serif
    '((t :family "Monospace Serif"))
    "The basic fixed-pitch face with serifs."
    :group 'basic-faces)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]