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: Emacs (git HEAD) having issues rendering devanagari text Date: Fri, 12 Mar 2010 17:08:30 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1268381389 16268 80.91.229.12 (12 Mar 2010 08:09:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 12 Mar 2010 08:09:49 +0000 (UTC) Cc: wahjava@gmail.com, emacs-devel@gnu.org To: Ashish Shukla Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 12 09:09:44 2010 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.69) (envelope-from ) id 1NpzwE-00074M-MA for ged-emacs-devel@m.gmane.org; Fri, 12 Mar 2010 09:09:43 +0100 Original-Received: from localhost ([127.0.0.1]:49144 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NpzwD-0007S9-UO for ged-emacs-devel@m.gmane.org; Fri, 12 Mar 2010 03:09:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Npzw9-0007Ry-71 for emacs-devel@gnu.org; Fri, 12 Mar 2010 03:09:37 -0500 Original-Received: from [140.186.70.92] (port=58137 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Npzvf-0007Ht-79 for emacs-devel@gnu.org; Fri, 12 Mar 2010 03:09:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NpzvB-0008Vg-8I for emacs-devel@gnu.org; Fri, 12 Mar 2010 03:09:06 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:45938) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Npzv9-0008Ux-MJ for emacs-devel@gnu.org; Fri, 12 Mar 2010 03:08:36 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id o2C88VYU018500; Fri, 12 Mar 2010 17:08:31 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id o2C88V4P011763; Fri, 12 Mar 2010 17:08:31 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id o2C88U40014783; Fri, 12 Mar 2010 17:08:31 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1Npzv4-0001zg-QA; Fri, 12 Mar 2010 17:08:30 +0900 In-Reply-To: (message from Ashish Shukla on Fri, 12 Mar 2010 10:13:51 +0530) X-detected-operating-system: by eggs.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:121852 Archived-At: In article , Ashish Shukla writes: > On my recently compiled GNU Emacs (from Git repository) on Arch > GNU/Linux, I'm having issues rendering some devanagari text. Following > is the output of '(emacs-version)' in my Emacs. > GNU Emacs 24.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.18.7) of > 2010-03-11 on monte-cristo.france > Following is the an image of rendered text is > http://www.flickr.com/photos/wahjava/4426527542/sizes/l/ It seems that your Emacs is not compiled with libraries libotf and m17n-lib. Please check the output of "configure" script. --- Kenichi Handa handa@m17n.org