From: Drew Adams <drew.adams@oracle.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 24597@debbugs.gnu.org
Subject: bug#24597: 25.1; Fonts used by default in Info
Date: Mon, 3 Oct 2016 10:53:34 -0700 (PDT) [thread overview]
Message-ID: <372bcff5-1612-4bf9-ab95-a63ba5dcec9b@default> (raw)
In-Reply-To: <8337kdpci2.fsf@gnu.org>
> > > > Why use, by default, two **slightly** different looking fonts? They
> are
> > > > not different enough to make ‘...’ very noticeable. Nor are they the
> > > > same. What's the point of this choice?
> > >
> > > The point is exactly to have a different face for symbols.
> >
> > I don't disagree with that point.
> >
> > What's the point of using family Courier for one and Courier New for
> > the other? That's the question. Doesn't seem like a great choice.
>
> I believe we don't specify Courier, it's just what Emacs picks up on a
> typical Windows machine when we ask for a "Monospace Serif" font. See
> the definition of the Info-quoted face in info.el.
Hm. What I see is that we specify the "courier" family, not that we ask
for a "Monospace Serif" font:
(defface Info-quoted '((t :family "courier"))
"Face used for quoted elements.")
I know nothing about such things, but it seems odd that MS Windows
creates font Courier New, and seems to use it by default quite a bit,
and yet we tell it to use family "courier", and it ends up using
font Courier (if available), not Courier New.
I think maybe you are saying that there is no good way to make
the two use the same font by default. So be it, if so.
[I'd suggest using two fonts that are more different, by default.
For one thing, that would make clear to users that a face is involved.
Or if there is no policy to avoid color, I would use the same font
but a foreground color different from the default (black).]
next prev parent reply other threads:[~2016-10-03 17:53 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-03 15:48 bug#24597: 25.1; Fonts used by default in Info Drew Adams
2016-10-03 16:14 ` Eli Zaretskii
2016-10-03 16:35 ` Drew Adams
2016-10-03 17:29 ` Eli Zaretskii
2016-10-03 17:53 ` Drew Adams [this message]
2016-10-03 18:26 ` Eli Zaretskii
2016-10-03 18:44 ` Andreas Schwab
2016-10-03 19:12 ` Eli Zaretskii
2016-10-03 21:11 ` Andreas Schwab
2016-10-04 6:15 ` Eli Zaretskii
2019-09-29 4:15 ` Stefan Kangas
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=372bcff5-1612-4bf9-ab95-a63ba5dcec9b@default \
--to=drew.adams@oracle.com \
--cc=24597@debbugs.gnu.org \
--cc=eliz@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.