emacs-devel
[Top][All Lists]
Advanced

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

Re: thai font problem


From: Kenichi Handa
Subject: Re: thai font problem
Date: Fri, 29 Aug 2003 21:40:15 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.2.92 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

In article <address@hidden>, Werner LEMBERG <address@hidden> writes:

> I set up my fonts in .emacs with

>   (defvar fontset-24
>     "-*-fixed-medium-r-*-*-24-*-*-*-*-*-fontset-24")
>   (create-fontset-from-fontset-spec fontset-24)

> to get ETL 24 pixel fonts.  Until recently this has also worked for
> Thai, but now (CVS 2003-08-16) I get the font

>   -ETL-Fixed-Medium-R-Normal--18-180-72-72-C-90-TIS620.2529-1

> instead of the 24 pixel version.  Looks like a bug...

I think the following change is the reason.

2003-08-15  Kenichi Handa  <address@hidden>

        * international/fontset.el (setup-default-fontset): Change "*" to
        nil in the specifications of font family.

Could you try this?

(set-fontset-font "fontset-default" 'thai-tis620 '("*" . "TIS620"))
(clear-face-cache t)

---
Ken'ichi HANDA
address@hidden




reply via email to

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