all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
To: Chong Yidong <cyd@stupidchicken.com>
Cc: 613@emacsbugs.donarmstrong.com, handa@m17n.org
Subject: bug#613: 23.0.60; Unicode display problems
Date: Tue, 05 Aug 2008 16:25:05 +0900	[thread overview]
Message-ID: <E1KQGun-0001xF-Ms@etlken.m17n.org> (raw)
In-Reply-To: <87myjv2tc8.fsf@stupidchicken.com> (message from Chong Yidong on Sat, 02 Aug 2008 13:57:11 -0400)

In article <87myjv2tc8.fsf@stupidchicken.com>, Chong Yidong <cyd@stupidchicken.com> writes:

> Hi Handa,
> Do you have any ideas about this?  Could it be related to the fixes you
> introduced on 2008-07-09?

Perhaps.

> > The screen representations of unicode codepoints for left/right double quotes
> > (x201c, x201d), square root (x221a) and probably many other are too wide and
> > not anti-aliased like the rest of my glyphs.  According to display-char, they
> > are taken from
> >
> > xft:-unknown-Kochi Gothic-normal-normal-normal-*-17-*-*-*-*-0-iso10646-1
> >
> > In contrast to this, alpha, beta, gamma etc are taken from my main screen font
> > called
> >
> > xft:-unknown-DejaVu Sans Mono-normal-normal-normal-*-17-*-*-*-m-0-iso10646-1
> >
> > Additionally, the ellipsis (x2026) consists of three dots in x-height (instead
> > of dots on the baseline).

Emacs defines those characters (U+201C, U+201D, U+221A) as
`symbol' script and the default fontset defines this font
for `symbol':
  (font-spec :registry "iso10646-1" :script 'symbol)

So, somehow, "Kochi Gothic" font is scored higher than
"Dejavu Sans Mono".  Please try this:

(1) Start Emacs as "% emacs -Q".
(2) ESC : (setq font-log nil)
(3) ESC : (insert #x201c)
(4) M-x font-show-log RET

and show me the result.

---
Kenichi Handa
handa@ni.aist.go.jp








  reply	other threads:[~2008-08-05  7:25 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-02 17:57 bug#613: 23.0.60; Unicode display problems Chong Yidong
2008-08-05  7:25 ` Kenichi Handa [this message]
2008-08-05  8:44   ` Torsten Bronger
2008-08-06  5:33     ` Kenichi Handa
2008-08-06  5:56       ` Torsten Bronger
2008-08-13 10:46         ` Kenichi Handa
2008-08-13 10:46         ` Kenichi Handa
2008-08-18 12:15           ` Kenichi Handa
2008-08-18 12:15           ` Kenichi Handa
2008-08-18 12:49             ` Torsten Bronger
2008-08-18 12:59               ` Kenichi Handa
2008-08-18 12:59               ` Kenichi Handa
2008-08-18 13:52                 ` Torsten Bronger
2008-08-20  1:38                   ` Kenichi Handa
2008-08-20 14:11                     ` sand
2008-08-21  0:51                       ` Kenichi Handa
2008-08-21  0:51                       ` Kenichi Handa
2008-08-27 14:07                         ` sand
2008-08-28  6:51                           ` Kenichi Handa
2008-08-28 15:16                             ` sand
2008-09-01  2:53                               ` Kenichi Handa
2008-09-01  2:53                               ` Kenichi Handa
2008-09-03  2:34                                 ` sand
2008-08-27 14:07                         ` sand
2008-08-20 16:01                     ` Torsten Bronger
2008-08-20 16:01                     ` Torsten Bronger
2008-08-21  1:01                       ` Kenichi Handa
2008-08-21  1:18                         ` Juanma Barranquero
2008-08-21  1:18                         ` Juanma Barranquero
2008-08-21  1:01                       ` Kenichi Handa
2008-08-20  1:38                   ` Kenichi Handa
2008-08-18 13:52                 ` Torsten Bronger
2008-08-18 12:49             ` Torsten Bronger
2008-08-06  6:59       ` Torsten Bronger
2008-08-05 14:14   ` Chong Yidong
  -- strict thread matches above, loose matches on Subject: below --
2008-09-02 16:35 Chong Yidong
2008-09-02 19:59 ` Torsten Bronger
2008-09-02 20:06   ` Torsten Bronger
2008-07-26 17:32 Torsten Bronger

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=E1KQGun-0001xF-Ms@etlken.m17n.org \
    --to=handa@m17n.org \
    --cc=613@emacsbugs.donarmstrong.com \
    --cc=cyd@stupidchicken.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.