all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Peter Münster" <pmlists@free.fr>
To: Eli Zaretskii <eliz@gnu.org>
Cc: Emacs Users <help-gnu-emacs@gnu.org>
Subject: Re: Font problem with emacs-23.1
Date: Tue, 6 Oct 2009 11:05:23 +0200 (CEST)	[thread overview]
Message-ID: <alpine.LNX.2.00.0910061055240.24036@gaston.couberia.bzh> (raw)
In-Reply-To: <83bpklo63h.fsf@gnu.org>

On Mon, 5 Oct 2009, Eli Zaretskii wrote:

> > Do you know, how to get ü, ß, à, è and é displayed correctly?
> 
> What does Emacs show if you go to one of these strangely displayed
> characters and type "C-u C-x ="?  And how does that differ from what
> Emacs shows for the characters that are displayed correctly?

Hello Eli,

Here is the output of this command for "ö":

        character: ö (246, #o366, #xf6)
preferred charset: unicode (Unicode (ISO10646))
       code point: 0xF6
           syntax: w 	which means: word
         category: .:Base, j:Japanese, l:Latin
      buffer code: #xC3 #xB6
        file code: #xC3 #xB6 (encoded by coding system utf-8-unix)
          display: by this font (glyph code)
    xft:-Efont-Efont Biwidth-normal-normal-normal-*-24-*-*-*-d-120-iso10646-1 (#xB6)

Character code properties: customize what to show
  name: LATIN SMALL LETTER O WITH DIAERESIS
  old-name: LATIN SMALL LETTER O DIAERESIS
  general-category: Ll (Letter, Lowercase)
  decomposition: (111 776) ('o' '̈')

There are text properties here:
  fontified            t

-------------------------------------------

And here for "é" (one of the strangely displayed characters):

        character: é (233, #o351, #xe9)
preferred charset: unicode (Unicode (ISO10646))
       code point: 0xE9
           syntax: w 	which means: word
         category: .:Base, c:Chinese, j:Japanese, l:Latin, v:Viet
      buffer code: #xC3 #xA9
        file code: #xC3 #xA9 (encoded by coding system utf-8-unix)
          display: by this font (glyph code)
    x:-efont-fixed-medium-r-normal--24-240-75-75-c-240-iso10646-1 (#xE9)

Character code properties: customize what to show
  name: LATIN SMALL LETTER E WITH ACUTE
  old-name: LATIN SMALL LETTER E ACUTE
  general-category: Ll (Letter, Lowercase)
  decomposition: (101 769) ('e' '́')

There are text properties here:
  fontified            t

-------------------------------------------

And here for a normal ASCII character:

        character: a (97, #o141, #x61)
preferred charset: ascii (ASCII (ISO646 IRV))
       code point: 0x61
           syntax: w	which means: word
         category: .:Base, a:ASCII, l:Latin, r:Roman
      buffer code: #x61
        file code: #x61 (encoded by coding system utf-8-unix)
          display: by this font (glyph code)
    x:-efont-fixed-medium-r-normal--24-240-75-75-c-120-iso10646-1 (#x61)

Character code properties: customize what to show
  name: LATIN SMALL LETTER A
  general-category: Ll (Letter, Lowercase)

There are text properties here:
  fontified            t

-------------------------------------------

Unfortunately, I don't understand much of that information...

Does anybody can reproduce this problem?
I'm using Xorg-7.4 on openSUSE-x86_64.

Cheers, Peter

-- 
Contact information: http://pmrb.free.fr/contact/






  reply	other threads:[~2009-10-06  9:05 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-05 20:59 Font problem with emacs-23.1 Peter Münster
2009-10-05 21:58 ` Eli Zaretskii
2009-10-06  9:05   ` Peter Münster [this message]
2009-10-06  9:33     ` Eli Zaretskii
2009-10-06 10:56       ` Peter Dyballa
2009-10-07  9:22         ` Peter Münster
2009-10-05 22:07 ` Peter Dyballa
2009-10-06  9:06   ` Peter Münster

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=alpine.LNX.2.00.0910061055240.24036@gaston.couberia.bzh \
    --to=pmlists@free.fr \
    --cc=eliz@gnu.org \
    --cc=help-gnu-emacs@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.