emacs-pretest-bug
[Top][All Lists]
Advanced

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

char-displayable-p and jisx0208


From: Jesper Harder
Subject: char-displayable-p and jisx0208
Date: Sat, 27 Mar 2004 02:59:43 +0100
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

`char-displayable-p' returns nil for Japanese jisx0208 characters
even though they are displayable for me:

  (char-displayable-p ?元) ==> nil

It seems to happen because `x-list-fonts' is called with the pattern
"-*-*-jisx0208.1990".

On my system all appropriate fonts end in "jisx0208.1990-0".  The
character above is displayed with

  -Shinonome-Gothic-Medium-R-Normal--12-110-75-75-C-120-JISX0208.1990-0


In GNU Emacs 21.3.50.26 (i686-pc-linux-gnu, GTK+ Version 2.0.2)
 of 2004-03-26 on defun.localdomain
configured using `configure '--with-gtk''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.iso88591
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  auto-compression-mode: t
  show-paren-mode: t
  delete-selection-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  unify-8859-on-encoding-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t




reply via email to

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