emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Font Problem with 23.0.92.1 - wrong font used


From: Taylor Venable
Subject: Re: Font Problem with 23.0.92.1 - wrong font used
Date: Tue, 7 Apr 2009 04:48:01 -0400
User-agent: Mutt/1.5.18 (2008-05-17)

On Tue, Apr 07, 2009 at 03:28:04PM +0900, Kenichi Handa wrote:
> Here, what is the value of taylor-x-font?  What I tried is
> setting it to taylor-misc-fixed-large.

(Oops, accidentally left the appropriate line out.)  Yes, that's
correct.

(defvar taylor-x-font taylor-misc-fixed-large
  "Which X font to use.")

> What is shown by C-u C-x = on a character shown by the wrong
> font?

        character: ; (59, #o73, #x3b)
preferred charset: ascii (ASCII (ISO646 IRV))
       code point: 0x3B
           syntax: <    which means: comment
         category: .:Base, a:ASCII, l:Latin, r:Roman
      buffer code: #x3B
        file code: #x3B (encoded by coding system utf-8-unix)
          display: by this font (glyph code)
    xft:-Misc-Fixed-normal-normal-normal-*-13-*-*-*-c-*-iso10646-1 (#x1D)

Character code properties: customize what to show
  name: SEMICOLON
  general-category: Po (Punctuation, Other)

There are text properties here:
  face                 font-lock-comment-delimiter-face
  fontified            t

======================================================================

When shown in the correct font it looks the same:

        character: ; (59, #o73, #x3b)
preferred charset: ascii (ASCII (ISO646 IRV))
       code point: 0x3B
           syntax: <    which means: comment
         category: .:Base, a:ASCII, l:Latin, r:Roman
      buffer code: #x3B
        file code: #x3B (encoded by coding system utf-8-unix)
          display: by this font (glyph code)
    xft:-Misc-Fixed-normal-normal-normal-*-13-*-*-*-c-*-iso10646-1 (#x1D)

Character code properties: customize what to show
  name: SEMICOLON
  general-category: Po (Punctuation, Other)

There are text properties here:
  face                 font-lock-comment-delimiter-face
  fontified            t

Also, attached is my font-log (I tried to format it to make it easier
to read).  This is the value after I've started, then used
customize-face default to set it so to use the correct font again.

-- 
Taylor Christopher Venable
http://real.metasyntax.net:2357/

Attachment: font.log
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]