From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel Subject: Re: thai font problem Date: Sun, 31 Aug 2003 09:19:15 +0200 (CEST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030831.091915.59468909.wl@gnu.org> References: <20030827.110253.39152163.wl@gnu.org> <200308291240.VAA29414@etlken.m17n.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1062400269 22464 80.91.224.253 (1 Sep 2003 07:11:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 1 Sep 2003 07:11:09 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Sep 01 09:11:07 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19tiqB-00006G-00 for ; Mon, 01 Sep 2003 09:11:07 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19tiym-00050W-00 for ; Mon, 01 Sep 2003 09:20:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19tipp-0007M3-4T for emacs-devel@quimby.gnus.org; Mon, 01 Sep 2003 03:10:45 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19tioP-00076z-Vj for emacs-devel@gnu.org; Mon, 01 Sep 2003 03:09:17 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19tio3-0006sT-EZ for emacs-devel@gnu.org; Mon, 01 Sep 2003 03:08:56 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.22) id 19tini-0005oL-D2 for emacs-devel@gnu.org; Mon, 01 Sep 2003 03:08:34 -0400 Original-Received: from [212.227.126.171] (helo=moutng.kundenserver.de) by mx20.gnu.org with esmtp (Exim 4.22) id 19tiln-0003ch-Qc for emacs-devel@gnu.org; Mon, 01 Sep 2003 03:06:36 -0400 Original-Received: from [212.227.126.161] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 19till-0004sp-00; Mon, 01 Sep 2003 09:06:33 +0200 Original-Received: from [62.156.48.191] (helo=orion.univie.ac.at) by mrelayng.kundenserver.de with asmtp (TLSv1:EDH-RSA-DES-CBC3-SHA:168) (Exim 3.35 #1) id 19tilk-0003oh-00; Mon, 01 Sep 2003 09:06:32 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by orion.univie.ac.at (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id h7V7JGp06439; Sun, 31 Aug 2003 09:19:16 +0200 Original-To: handa@m17n.org In-Reply-To: <200308291240.VAA29414@etlken.m17n.org> X-Mailer: Mew version 4.0.58 on Emacs 21.3.50.1 / Mule 5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16217 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16217 > Could you try this? > > (set-fontset-font "fontset-default" 'thai-tis620 '("*" . "TIS620")) > (clear-face-cache t) This works, thanks. Will a similar fix be applied to the CVS? Werner