From: Kenichi Handa <handa@m17n.org>
To: Markus Triska <markus.triska@gmx.at>, 3325@emacsbugs.donarmstrong.com
Subject: bug#3325: 23.0.93; Unexpected font for composed character
Date: Tue, 19 May 2009 09:54:49 +0900 [thread overview]
Message-ID: <E1M6DbV-0003FJ-8e@etlken> (raw)
In-Reply-To: <m2skj2s2w7.fsf@gmx.at> (message from Markus Triska on Mon, 18 May 2009 20:05:12 +0200)
In article <m2skj2s2w7.fsf@gmx.at>, Markus Triska <markus.triska@gmx.at> writes:
> I have a file ~/Downloads/Büroanwendungen.zip. When I visit ~/Downloads/
> in dired (C-x d ~/Downloads/ RET) and press C-u x = on the "ü", I get:
> character: u (117, #o165, #x75)
> preferred charset: ascii (ASCII (ISO646 IRV))
> code point: 0x75
> syntax: w which means: word
> category: .:Base, a:ASCII, l:Latin, r:Roman
> buffer code: #x75
> file code: #x75 (encoded by coding system utf-8-unix)
> display: composed to form "ü" (see below)
> Composed with the following character(s) "̈" using this font:
> xft:-itc-American Typewriter-normal-normal-normal-*-20-*-*-*-*-0-iso10646-1
[...]
> This font differs unexpectedly (for me) from the one used for the "r":
[...]
> xft:-bitstream-Bitstream Vera Sans Mono-normal-normal-normal-*-20-*-*-*-m-0-iso10646-1 (#x55)
In your file, `ü" is acually not a signle character but two
characters `u' and U+308 (COMBINING DIAERESIS), and it seems
that the above bitstream font doesn't contain a glyph of
U+308. So, Emacs searches for a font that has that glyph.
The found font in your case was "American Typewriter".
It may be good that Emacs knows that `u'+U+308 = `ü', but
that kind of normalization is not yet supported.
---
Kenichi Handa
handa@m17n.org
next prev parent reply other threads:[~2009-05-19 0:54 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-18 18:05 bug#3325: 23.0.93; Unexpected font for composed character Markus Triska
2009-05-19 0:54 ` Kenichi Handa [this message]
2016-02-07 21:01 ` Alan Third
2019-11-01 16:03 ` Lars Ingebrigtsen
2020-08-13 1:41 ` Stefan Kangas
2016-02-08 15:31 ` Anders Lindgren
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=E1M6DbV-0003FJ-8e@etlken \
--to=handa@m17n.org \
--cc=3325@emacsbugs.donarmstrong.com \
--cc=markus.triska@gmx.at \
/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.