From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.bidi,gmane.emacs.devel Subject: Re: Re: Arabic support Date: Wed, 22 Sep 2010 12:54:26 +0900 Message-ID: References: <1859140447.883981283872081603.JavaMail.root@zimbra3-e1.priv.proxad.net> <83eicy5epd.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285127685 23789 80.91.229.12 (22 Sep 2010 03:54:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 22 Sep 2010 03:54:45 +0000 (UTC) Cc: emacs-devel@gnu.org, emacs-bidi@gnu.org To: Kenichi Handa Original-X-From: emacs-bidi-bounces+gnu-emacs-bidi=m.gmane.org@gnu.org Wed Sep 22 05:54:43 2010 Return-path: Envelope-to: gnu-emacs-bidi@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 1OyGPq-0000uY-U5 for gnu-emacs-bidi@m.gmane.org; Wed, 22 Sep 2010 05:54:43 +0200 Original-Received: from localhost ([127.0.0.1]:58311 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OyGPq-0002Uz-D3 for gnu-emacs-bidi@m.gmane.org; Tue, 21 Sep 2010 23:54:42 -0400 Original-Received: from [140.186.70.92] (port=41871 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OyGPo-0002UB-3V for emacs-bidi@gnu.org; Tue, 21 Sep 2010 23:54:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OyGPn-0005bf-2A for emacs-bidi@gnu.org; Tue, 21 Sep 2010 23:54:39 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:38927) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OyGPk-0005bH-SV; Tue, 21 Sep 2010 23:54:37 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id o8M3sRRj029142; Wed, 22 Sep 2010 12:54:27 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id o8M3sRbt004745; Wed, 22 Sep 2010 12:54:27 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id o8M3sQDD018933; Wed, 22 Sep 2010 12:54:26 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.71) (envelope-from ) id 1OyGPa-0000Hq-Nk; Wed, 22 Sep 2010 12:54:26 +0900 In-Reply-To: (message from Kenichi Handa on Thu, 16 Sep 2010 11:07:18 +0900) X-detected-operating-system: by eggs.gnu.org: Solaris 9 X-BeenThere: emacs-bidi@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion of Emacs support for multi-directional text." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-bidi-bounces+gnu-emacs-bidi=m.gmane.org@gnu.org Errors-To: emacs-bidi-bounces+gnu-emacs-bidi=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bidi:830 gmane.emacs.devel:130595 Archived-At: In article , Kenichi Handa writes: > In article <83eicy5epd.fsf@gnu.org>, Eli Zaretskii writes: > > It's probably some bad interaction between compositions and the > > handling of faces in the bidirectional display. > I found that the problem is that the current composition for > Arabic requires that a whole word must be composed. So, if > there's a face change within a word, Arabic composition > function is given just a partial word, and that results in > the incorrect Arabic shaping. This is a difficult problem, > and I need a time to find a solution. I've just installed a fix to trunk. --- Kenichi Handa handa@m17n.org