From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Incorrect devanagari rendering on Linux Date: Wed, 18 Feb 2009 19:27:38 +0900 Message-ID: References: <87bpt02ihg.fsf@chateau.d.lf> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1234952927 22485 80.91.229.12 (18 Feb 2009 10:28:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Feb 2009 10:28:47 +0000 (UTC) Cc: dheerajr@gmail.com, emacs-devel@gnu.org To: wahjava.ml@gmail.com (Ashish SHUKLA) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 18 11:30:01 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LZjgl-0007L8-8b for ged-emacs-devel@m.gmane.org; Wed, 18 Feb 2009 11:29:59 +0100 Original-Received: from localhost ([127.0.0.1]:42620 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZjfR-0004EQ-3M for ged-emacs-devel@m.gmane.org; Wed, 18 Feb 2009 05:28:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LZjeO-0003uA-GB for emacs-devel@gnu.org; Wed, 18 Feb 2009 05:27:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZjeL-0003sy-6m for emacs-devel@gnu.org; Wed, 18 Feb 2009 05:27:31 -0500 Original-Received: from [199.232.76.173] (port=51734 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZjeK-0003sp-UQ for emacs-devel@gnu.org; Wed, 18 Feb 2009 05:27:28 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:40179) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LZjeK-0002h2-8o for emacs-devel@gnu.org; Wed, 18 Feb 2009 05:27:28 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id n1IARMhi004144; Wed, 18 Feb 2009 19:27:22 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id n1IARMRx017010; Wed, 18 Feb 2009 19:27:22 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id n1IARMKY019722; Wed, 18 Feb 2009 19:27:22 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1LZjeU-0001vK-KB; Wed, 18 Feb 2009 19:27:38 +0900 In-reply-to: <87bpt02ihg.fsf@chateau.d.lf> (wahjava.ml@gmail.com) X-detected-operating-system: by monty-python.gnu.org: Solaris 9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:109178 Archived-At: In article <87bpt02ihg.fsf@chateau.d.lf>, wahjava.ml@gmail.com (Ashish SHUKLA) writes: > The devanagari script rendering on Emacs CVS is perfect. The problem > you're having is due to the complex text layout rendering support > excluded during compilation. Please check out Emacs bug# 1033[1], where > someone else posted a similar issue. So you need to compile your own > Emacs or request the maintainer to compile Emacs with CTL options. On GNU/Linux system, Emacs must be compiled with libraries m17n-lib and libotf (and m17n-db) for CTL. Please install those packages, or, if they are not available for your system, install them from the source code available at: http://www.m17n.org/m17n-lib-en/download.html http://www.m17n.org/libotf/ and, re-build Emacs. --- Kenichi Handa handa@m17n.org