all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Yuri Khan <yuri.v.khan@gmail.com>
Cc: mvoteiza@udel.edu, emacs-devel@gnu.org
Subject: Re: master d014a5e: Use fixed-pitch font for display-line-numbers
Date: Thu, 13 Jul 2017 22:49:19 +0300	[thread overview]
Message-ID: <83bmoogls0.fsf@gnu.org> (raw)
In-Reply-To: <CAP_d_8Uj38VvRwU=t-qvi+mJSB6SreK3AGZUhTk5mw4cu5X+KA@mail.gmail.com> (message from Yuri Khan on Fri, 14 Jul 2017 02:17:31 +0700)

> From: Yuri Khan <yuri.v.khan@gmail.com>
> Date: Fri, 14 Jul 2017 02:17:31 +0700
> Cc: Mark Oteiza <mvoteiza@udel.edu>, Emacs developers <emacs-devel@gnu.org>
> 
> On Fri, Jul 14, 2017 at 2:02 AM, Eli Zaretskii <eliz@gnu.org> wrote:
> 
> >> Having three different typefaces for the buffer text, line numbers,
> >> and menu bar, is just offensive.
> >
> > You forgot tooltips and the font used for the caption bar.
> 
> Usually(?) same typeface, possibly different color and/or size and/or weight.

Maybe in the GTK build, if you let GTK handle tooltips and all the
rest.  But not in general.  E.g., tooltip.el has:

  (defface tooltip
    '((((class color))
       :background "lightyellow"
       :foreground "black"
       :inherit variable-pitch)
      (t
       :inherit variable-pitch))
    "Face for tooltips."
    :group 'tooltip
    :group 'basic-faces)

That's nowhere near fixed-pitch (or any other monospaced face).

And at least on my system, both menus and the caption bar use a
variable-pitch font that is different from the one used in the
tooltips.



  reply	other threads:[~2017-07-13 19:49 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20170711151708.4322.33014@vcs0.savannah.gnu.org>
     [not found] ` <20170711151709.2AE9822E0A@vcs0.savannah.gnu.org>
2017-07-12  0:09   ` master d014a5e: Use fixed-pitch font for display-line-numbers Mark Oteiza
2017-07-12  2:39     ` Eli Zaretskii
2017-07-12  3:18       ` Mark Oteiza
2017-07-12 14:25         ` Eli Zaretskii
2017-07-13 20:18           ` Nicolas Petton
2017-07-14  6:30             ` Eli Zaretskii
2017-07-14  7:43               ` James Cloos
2017-07-14 11:16               ` Nicolas Petton
2017-07-14 12:38                 ` Eli Zaretskii
2017-07-12  8:06     ` Yuri Khan
2017-07-12 14:36       ` Eli Zaretskii
2017-07-13  6:13         ` Yuri Khan
2017-07-13 15:57           ` Eli Zaretskii
2017-07-13 18:07             ` Yuri Khan
2017-07-13 19:02               ` Eli Zaretskii
2017-07-13 19:17                 ` Yuri Khan
2017-07-13 19:49                   ` Eli Zaretskii [this message]
2017-07-13 20:15                 ` Alex
2017-07-14  6:47                   ` Alex
2017-07-14  7:12                     ` Eli Zaretskii
2017-07-14  6:56                   ` Eli Zaretskii
2017-07-15  0:09                     ` Alex
2017-07-15  7:08                       ` Eli Zaretskii
2017-07-14  3:00                 ` Stefan Monnier

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=83bmoogls0.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=mvoteiza@udel.edu \
    --cc=yuri.v.khan@gmail.com \
    /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.