all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: sand@blarg.net
To: emacs-devel@gnu.org
Subject: Re: 23.0.60; Heavy display problems with new font backend
Date: Sat, 3 May 2008 10:23:49 -0700	[thread overview]
Message-ID: <18460.40869.171854.738262@priss.frightenedpiglet.com> (raw)
In-Reply-To: <874p9uw77k.fsf@localhorst.mine.nu>

David Hansen writes:
> > A fellow Neep Alt-er!  Have you also tried the Neep Alt ISO10646-1
> > registry fonts from Debian's xfonts-jmk package?  When I use the
> > ISO10646 fonts with the new font backend, Emacs seems to think that
> > the font is missing large quantities of codepoints.  Left and right
> > quotes, for example, show up using double-width Chinese fonts.  I'm
> > curious whether other people see the same thing.
> 
> I noticed that problem not only with the neep font but also with Monaco
> and the fairly complete DejaVu Mono font.  I even reported it as a bug,
> but it may be possible that this is some limited understanding of
> dealing with fontsets on my side.
> 
> It may be worth a look how rxvt selects fonts.  When looking at the
> unicode test file it looks far better in urxvt, no matter which font I
> specify as the default.

I traced the fonts being sent to ftfont_has_char() and discovered that
for a letter like LATIN SMALL LETTER S ACUTE (#x15b), Emacs was asking
about the Neep Alt family as expected, but only about fonts with the
iso8859-1 registry/encoding within that family.  When I removed the
iso8859-1 fonts entirely from the font path and HUPed the font server,
Emacs started asking about the iso10646-1 registry/encoding fonts, and
those *were* found and displayed correctly.  (On the other hand, the
mode line's file name---and just the mode line's file name---dropped
down to a different font.)  So:

 1. It looks like Emacs has a problem determining the right registry
 to use for certain code points, or the font picking fallback code has
 problems.

 2. The file name display code may not be correctly integrated with
 the new font backend.

At this point I think I need to get more familiar with the contents of
etc/DEBUG...

Derek

-- 
Derek Upham
sand@blarg.net




  parent reply	other threads:[~2008-05-03 17:23 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-19 10:30 23.0.60; Heavy display problems with new font backend Tassilo Horn
2008-04-19 13:19 ` Stefan Monnier
2008-04-19 17:31   ` David Hansen
2008-04-20  9:41     ` Tassilo Horn
2008-04-20 12:26       ` David Hansen
2008-04-20 13:52         ` Tassilo Horn
2008-04-20 15:28           ` David Hansen
2008-04-20  9:37   ` Tassilo Horn
2008-04-20 22:07   ` Johan Bockgård
2008-04-19 13:50 ` Jason Rumney
2008-04-20  9:29   ` Tassilo Horn
2008-04-20 12:26   ` David Hansen
2008-04-22  3:59     ` sand
2008-04-22  9:48       ` David Hansen
2008-04-22 10:21         ` Jason Rumney
2008-04-22 11:06           ` David Hansen
2008-04-22 11:19             ` Jason Rumney
2008-04-22 11:18           ` Tassilo Horn
2008-04-22 10:39         ` Juanma Barranquero
2008-05-03 17:23         ` sand [this message]
2008-05-05  7:56           ` ftfont ISO10646-1 font bug found (was Re: 23.0.60; Heavy display problems with new font backend) sand
2008-05-07  4:44             ` [PATCH] " sand
2008-05-09  5:01               ` sand
2008-05-09  8:13                 ` Jason Rumney
2008-05-09 13:57                   ` sand
2008-05-11 22:32                     ` sand
2008-05-13  6:04                       ` sand
2008-05-09 13:58                 ` Kenichi Handa
2008-05-16  5:37                 ` Kenichi Handa
2008-05-16  6:00                   ` sand
2008-05-16  6:15                     ` 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=18460.40869.171854.738262@priss.frightenedpiglet.com \
    --to=sand@blarg.net \
    --cc=emacs-devel@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.