From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Raja R Harinath Newsgroups: gmane.emacs.devel Subject: Re: no font shown with tamil.el Date: Wed, 12 Feb 2003 17:07:41 -0600 Organization: Dept. of Computer Science, Univ. of Minnesota Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1045092588 24923 80.91.224.249 (12 Feb 2003 23:29:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 12 Feb 2003 23:29:48 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18j6K0-0006Tb-00 for ; Thu, 13 Feb 2003 00:29:44 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18j6WB-0005Cb-00 for ; Thu, 13 Feb 2003 00:42:20 +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 18j6Lw-0003pw-02 for emacs-devel@quimby.gnus.org; Wed, 12 Feb 2003 18:31:44 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18j6Lc-0003cY-00 for emacs-devel@gnu.org; Wed, 12 Feb 2003 18:31:24 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18j6LN-0003Jm-00 for emacs-devel@gnu.org; Wed, 12 Feb 2003 18:31:11 -0500 Original-Received: from main.gmane.org ([80.91.224.249]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18j6L0-0002kr-00 for emacs-devel@gnu.org; Wed, 12 Feb 2003 18:30:46 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18j64n-0005ab-00 for ; Thu, 13 Feb 2003 00:14:01 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18j5wW-0004t6-00 for ; Thu, 13 Feb 2003 00:05:28 +0100 Original-Lines: 52 Original-X-Complaints-To: usenet@main.gmane.org User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3.50 Cancel-Lock: sha1:fMudajZfECBGpSlM9NrPeUfraKE= 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:11607 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11607 Hi, "Robert J. Chassell" writes: > Then he used the `xset' command to install the fonts > > xset fp+ /usr/X11R6/lib/X11/fonts/misc/ > xset fp rehash > > ----------------/ > > ==> But GNU Emacs 21 still did not show the Hindi and Tamil fonts, > using today's GNU Emacs CVS snapshot and today's Debian `testing' > distribution of GNU/Linux. (I also rebooted the laptop, but that did > no good either.) > > What should I do? I have the following in my .emacs (let ((current-fontset (query-fontset (frame-parameter nil 'font)))) (when current-fontset (load-library "quail/indian") (set-fontset-font current-fontset (cons (decode-char 'ucs ?\x0900) (decode-char 'ucs ?\x097f)) (cons "*" "iso10646.indian-1")) (mapc (lambda (lsym) (set-fontset-font current-fontset (cons (indian-glyph-char 0 lsym) (indian-glyph-char 255 lsym)) (cons "*" (concat (symbol-name lsym) "-cdac")))) indian-script-table))) and I have the following in my .Xdefaults: Emacs.Fontset-0: -adobe-courier-medium-r-normal-*-14-*-*-*-m-*-fontset-courier,\ mule-unicode-0100-24ff:-gnu-unifont-*-*-*-*-*-*-*-*-*-*-iso10646-1,\ mule-unicode-2500-33ff:-gnu-unifont-*-*-*-*-*-*-*-*-*-*-iso10646-1,\ mule-unicode-e000-ffff:-gnu-unifont-*-*-*-*-*-*-*-*-*-*-iso10646-1 Emacs.Font: fontset-courier If you use 'fontset-default', then you probably don't need this. HTH. - Hari -- Raja R Harinath ------------------------------ harinath@cs.umn.edu