From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: No malayalam glyphs in language/mlm-util.el Date: Tue, 18 Feb 2003 20:51:26 +0900 (JST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200302181151.UAA17618@etlken.m17n.org> References: <200302132347.IAA10169@etlken.m17n.org> <200302141100.UAA11513@etlken.m17n.org> <87u1f5zg81.fsf@vsnl.net> <87znowvlqp.fsf@vsnl.net> <200302170626.PAA15499@etlken.m17n.org> <200302171441.h1HEfdi26989@rum.cs.yale.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1045571458 5423 80.91.224.249 (18 Feb 2003 12:30:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 18 Feb 2003 12:30:58 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18l6sh-0001MK-00 for ; Tue, 18 Feb 2003 13:29:51 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18l77Z-0005vE-00 for ; Tue, 18 Feb 2003 13:45:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18l6tc-00068K-06 for emacs-devel@quimby.gnus.org; Tue, 18 Feb 2003 07:30:48 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18l6sm-0005Hf-00 for emacs-devel@gnu.org; Tue, 18 Feb 2003 07:29:56 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18l6Z4-0006me-00 for emacs-devel@gnu.org; Tue, 18 Feb 2003 07:09:38 -0500 Original-Received: from tsukuba.m17n.org ([192.47.44.130]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18l6Hm-0004wT-00; Tue, 18 Feb 2003 06:51:43 -0500 Original-Received: from fs.m17n.org (fs.m17n.org [192.47.44.2])h1IBpSk22320; Tue, 18 Feb 2003 20:51:28 +0900 (JST) (envelope-from handa@m17n.org) Original-Received: from etlken.m17n.org (etlken.m17n.org [192.47.44.125]) h1IBpQR18869; Tue, 18 Feb 2003 20:51:27 +0900 (JST) Original-Received: (from handa@localhost) by etlken.m17n.org (8.8.8+Sun/3.7W-2001040620) id UAA17618; Tue, 18 Feb 2003 20:51:26 +0900 (JST) Original-To: monnier+gnu/emacs@rum.cs.yale.edu In-reply-to: <200302171441.h1HEfdi26989@rum.cs.yale.edu> (monnier+gnu/emacs@rum.cs.yale.edu) 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) Original-cc: harinath@cs.umn.edu Original-cc: bob@gnu.org Original-cc: bob@rattlesnake.com Original-cc: gnu@vsnl.net X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11729 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11729 In article <200302171441.h1HEfdi26989@rum.cs.yale.edu>, "Stefan Monnier" writes: >> fontset mysterious, I forgot to tell that you have to set >> scalable-fonts-allowed to t (the default is nil) to use >> TrueType fonts directly. > That should only be necessary if you also have non-scalable versions > of the same font. Ah! Sure. I forgot that I set scalable-fonts-allowed to "-morisawa-.*". So, the font selector doesn't fallback to the other scalable fonts. Hmmm, even in that case, the font selector should try all the other scalable fonts. Actually, I did that in emacs-unicode a while ago, and forgot about that completely. :-( --- Ken'ichi HANDA handa@m17n.org