all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: "Jan Djärv" <jan.h.d@swipnet.se>
Cc: 4547@emacsbugs.donarmstrong.com
Subject: bug#4547: a bug: emacs 23.1: very large font
Date: Tue, 17 Nov 2009 08:45:19 -0500	[thread overview]
Message-ID: <jwv7htpl1hh.fsf-monnier+emacsbugreports@gnu.org> (raw)
In-Reply-To: <4B026D75.30109@swipnet.se> ("Jan Djärv"'s message of "Tue, 17 Nov 2009 10:31:33 +0100")

> While not technically a bug, it is unfortunate that Emacs uses a DPI value
> other than the rest of the applications.

The main problem I see is that Emacs tries to choose a default font such
that it will always have the same physical screen size.

This seemed like a good idea at some point in time, but experience shows
that with higher DPIs, the smoother curves of letters makes the text
more legible at the same physical display size, so people are happy to
use slightly smaller fonts (in other words, small fonts used to be
illegible not just because they were physically small but also because
there weren't enough pixels to make them legible).

So choosing a fixed physical size is not really a good idea.

Another reason why this is, is that what "really" matters is not the
dimension of text on the physical screen, but the "apparent size" seen
from the user, which is approximately "screen-size /
distance-from-the-eye".  And it turns out that the distance between the
eye and the screen depends on the device being used.

For all these reasons, the real physical DPI is not an ideal basis to
choose the default font size.  So using some kind of user-controlled
"perceived DPI" would be a much better choice.  IIUC the DPI provided by
Xsettings is a good choice for that.


        Stefan





  reply	other threads:[~2009-11-17 13:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-17  9:31 bug#4547: a bug: emacs 23.1: very large font Jan Djärv
2009-11-17 13:45 ` Stefan Monnier [this message]
2010-01-27 19:08   ` bug#4547: " Glenn Morris
     [not found] <2043147550.521091253786215111.JavaMail.root@zmail04.collab.prod.int.phx2.redhat.com>
2009-09-24  9:58 ` bug#4547: a bug: " Daniel Novotny
2009-10-01  1:26   ` Kenichi Handa

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=jwv7htpl1hh.fsf-monnier+emacsbugreports@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=4547@emacsbugs.donarmstrong.com \
    --cc=jan.h.d@swipnet.se \
    /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.