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: Composing Hebrew diacriticals Date: Wed, 12 May 2010 17:04:09 +0900 Message-ID: References: <83mxwlw2c0.fsf@gnu.org> <83eihojc1z.fsf@gnu.org> <83pr12pfw6.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1273655745 514 80.91.229.12 (12 May 2010 09:15:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 12 May 2010 09:15:45 +0000 (UTC) Cc: yair.f.lists@gmail.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 12 11:15:44 2010 connect(): No such file or directory 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 1OC82Y-0007UE-5K for ged-emacs-devel@m.gmane.org; Wed, 12 May 2010 11:15:43 +0200 Original-Received: from localhost ([127.0.0.1]:39621 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OC82S-0001ME-PQ for ged-emacs-devel@m.gmane.org; Wed, 12 May 2010 05:15:36 -0400 Original-Received: from [140.186.70.92] (port=34692 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OC7n9-0002de-Pp for emacs-devel@gnu.org; Wed, 12 May 2010 04:59:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OC6vv-0007Nz-Me for emacs-devel@gnu.org; Wed, 12 May 2010 04:04:54 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:35534) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OC6vU-0007JB-4N; Wed, 12 May 2010 04:04:20 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id o4C84AHa021491; Wed, 12 May 2010 17:04:10 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id o4C84A3d016930; Wed, 12 May 2010 17:04:10 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id o4C849jQ027112; Wed, 12 May 2010 17:04:09 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1OC6vJ-0005OL-Fs; Wed, 12 May 2010 17:04:09 +0900 In-Reply-To: <83pr12pfw6.fsf@gnu.org> (message from Eli Zaretskii on Tue, 11 May 2010 19:22:33 +0300) 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:124718 Archived-At: In article <83pr12pfw6.fsf@gnu.org>, Eli Zaretskii writes: > > Could you please check the rendering (position of > > diacriticals, etc.)? > Looks okay to me. Thanks! Thank you for the check. Now at least rendering with bidi and composition is working. But, I found that cursor positioning sometimes failed even for a text that doesn't involve composition. For instance, when I have this text in a buffer or bidi-display-reordering t, ---------- A =D7=90 B. =D7=91=D7=92 ---------- and point is at (i.e. before) "A", typing C-e moves point to "=D7=92". This happens with the vanilla trunk code. --- Kenichi Handa handa@m17n.org