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

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

Re: use of jisx0208 in cvs-status


From: Kenichi Handa
Subject: Re: use of jisx0208 in cvs-status
Date: Wed, 21 Apr 2004 08:09:47 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.3 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

In article <address@hidden>, Dave Love <address@hidden> writes:

> I found cvs-status.el contains this:
> (defvar cvs-tree-use-jisx0208
>   (and (char-displayable-p (make-char 'japanese-jisx0208 40 44)) t)
>   "*Non-nil if we should use the graphical glyphs from `japanese-jisx0208'.
> Otherwise, default to ASCII chars like +, - and |.")

> The first comment is that char-displayable-p gets the wrong result.
> With the XFree86 4.2 fonts I have, (make-char 'japanese-jisx0208 40 44)
> is displayed (using

> -Misc-Fixed-Medium-R-Normal--14-130-75-75-C-140-JISX0208.1983-0)

> according to C-u C-x =, but char-displayable-p returns nil.

> The fontset entry is

> japanese-jisx0208     -*-jisx0208.1990-*
>      [-Misc-Fixed-Medium-R-Normal--14-130-75-75-C-140-JISX0208.1983-0]

I fixed some bug of char-displayable-p last month, and 
  (char-displayable-p (make-char 'japanese-jisx0208 40 44))
returns
  ("-misc-fixed-medium-r-normal--16-150-75-75-c-160-jisx0208.1990-0")
in my environment now.

Are you using the latest version?

---
Ken'ichi HANDA
address@hidden




reply via email to

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