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: Persian RTL problem Date: Sun, 25 Sep 2011 12:58:01 +0900 Message-ID: <87sjnl8e9i.fsf@m17n.org> References: <83wrcyrmnj.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1316923122 28269 80.91.229.12 (25 Sep 2011 03:58:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 25 Sep 2011 03:58:42 +0000 (UTC) Cc: sinoohe.mkh@gmail.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 25 05:58:36 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R7frO-0002Gc-RW for ged-emacs-devel@m.gmane.org; Sun, 25 Sep 2011 05:58:34 +0200 Original-Received: from localhost ([::1]:55225 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R7frO-0007jt-7S for ged-emacs-devel@m.gmane.org; Sat, 24 Sep 2011 23:58:34 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R7frL-0007jM-Gx for emacs-devel@gnu.org; Sat, 24 Sep 2011 23:58:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R7frK-0007iw-6X for emacs-devel@gnu.org; Sat, 24 Sep 2011 23:58:31 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:46414) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R7frJ-0007hp-JI; Sat, 24 Sep 2011 23:58:30 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id p8P3wMNl026211; Sun, 25 Sep 2011 12:58:22 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id p8P3wLjw020768; Sun, 25 Sep 2011 12:58:21 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id p8P3wKgw000199; Sun, 25 Sep 2011 12:58:21 +0900 (JST) env-from (handa@m17n.org) In-Reply-To: <83wrcyrmnj.fsf@gnu.org> (message from Eli Zaretskii on Sat, 24 Sep 2011 18:21:52 +0300) X-detected-operating-system: by eggs.gnu.org: Solaris 9 X-Received-From: 150.29.246.133 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:144264 Archived-At: In article <83wrcyrmnj.fsf@gnu.org>, Eli Zaretskii writes: > I think you are missing some or all of the following, mentioned in the > file INSTALL: > * Complex Text Layout support libraries > Emacs needs the optional libraries "m17n-db", "libm17n-flt", "libotf" > to correctly display such complex scripts as Indic and Khmer. > On some systems, particularly GNU/Linux, these libraries may be > already present or available as additional packages. Note that if > there is a separate `dev' or `devel' package, for use at compilation > time rather than run time, you will need that as well as the > corresponding run time package; typically the dev package will contain > header files and a library archive. Otherwise, you can download and > build libraries from sources. > The sources of these libraries are available by anonymous CVS from > cvs.m17n.org. > % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n login > % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co m17n-db > % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co m17n-lib > % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/m17n co libotf > For m17n-lib, if you have problems with making the whole package > because you lack some other packages on which m17n-lib depends, try to > configure it with the option "--without-gui". > Handa-san, can you please tell which ones of these, if any, are needed > for Arabic shaping support? I think at least libotf is needed, but > I'm not sure. For Arabic shaping, you need all of them; i.e. m17n-db, m17n-lib, and libotf. --- handa@m17n.org