From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "harry meyers" Newsgroups: gmane.emacs.help Subject: Re: devanagari in emacs-22 Date: 13 Aug 2006 03:40:57 -0700 Organization: http://groups.google.com Message-ID: <1155465657.683461.86110@p79g2000cwp.googlegroups.com> References: <1155299259.116649.196660@b28g2000cwb.googlegroups.com> <1155329433.099224.215910@h48g2000cwc.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1155469239 17193 80.91.229.2 (13 Aug 2006 11:40:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 13 Aug 2006 11:40:39 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 13 13:40:38 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GCEKY-0005fR-3Q for geh-help-gnu-emacs@m.gmane.org; Sun, 13 Aug 2006 13:40:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GCEKX-0004Ik-33 for geh-help-gnu-emacs@m.gmane.org; Sun, 13 Aug 2006 07:40:33 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!p79g2000cwp.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 31 Original-NNTP-Posting-Host: 84.191.21.98 Original-X-Trace: posting.google.com 1155465662 25541 127.0.0.1 (13 Aug 2006 10:41:02 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 13 Aug 2006 10:41:02 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20051213 Firefox/1.6a1,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: p79g2000cwp.googlegroups.com; posting-host=84.191.21.98; posting-account=I30K0Q0AAABNbMHNxg3aE0UsnX5wNzh2 Original-Xref: shelby.stanford.edu gnu.emacs.help:141029 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:36654 Archived-At: Alok G. Singh schrieb: > What do you mean don't work ? Did you use the quail method or a > fontset. If you are using a fontset, try holding S-mouse-1 and > explicitly selecting the fontset. You can try it with C-h h to verify. devanagari fonts won't appear. I did the following: - install both emacs-intlf-fonts and intlfonts - made both directories known with: (add-to-list 'bdf-directory-list "/usr/share/emacs/fonts/bdf") (add-to-list 'bdf-directory-list "/usr/share/local/emacs/fonts/bdf") - xset +fp /usr/.... (the first of the above mentioned directories is not loaded, instead I get this error message: "xset: bad font path element (#76), possible causes are: Directory does not exist or has wrong permissions Directory missing fonts.dir Incorrect font server address or syntax" Don't know why, I installed it per aptitude) But one of the fonts packages should suffice anyhow. Now in my hello file I can see some more fonts like Cantonese but no Indian fonts. cdacfonts I could not get, because the page is under reconstruction harry