[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] master a5c4ffd: Improve comments in faces.el
From: |
Eli Zaretskii |
Subject: |
Re: [Emacs-diffs] master a5c4ffd: Improve comments in faces.el |
Date: |
Sun, 16 Jul 2017 05:37:59 +0300 |
> From: Stefan Monnier <address@hidden>
> Cc: Eli Zaretskii <address@hidden>
> Date: Sat, 15 Jul 2017 21:06:53 -0400
>
> > + ;; One of its uses is for 'tex-verbatim' and 'Info-quoted' faces,
> > + ;; so the result must be different from the default face's font,
> > + ;; and must be monospaced.
>
> Not sure if it's important to be different from the default face.
It's important at least for Info-quoted.
> But for tex-verbatim, it's important to be serif'd so as to look like
> tex's `verbatim`.
Feel free to add to the commentary, I think we should have this info
in the comments so people don't try to make changes that go against
the intended uses of the respective faces.