From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eduard Wiebe Newsgroups: gmane.emacs.devel Subject: Re: bidi, auto-composition-mode Date: Mon, 26 Apr 2010 16:36:35 +0200 Message-ID: <8639yiqo0c.fsf@nirvana.pusto.de> References: <86tyr5ets2.fsf@nirvana.pusto.de> <83633i2exx.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 1272302074 15614 80.91.229.12 (26 Apr 2010 17:14:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 26 Apr 2010 17:14:34 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 26 19:14:33 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 1O6RtA-0004Rx-GC for ged-emacs-devel@m.gmane.org; Mon, 26 Apr 2010 19:14:33 +0200 Original-Received: from localhost ([127.0.0.1]:48192 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6Rt8-0003cL-VE for ged-emacs-devel@m.gmane.org; Mon, 26 Apr 2010 13:14:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O6PQV-0001ld-DN for emacs-devel@gnu.org; Mon, 26 Apr 2010 10:36:47 -0400 Original-Received: from [140.186.70.92] (port=45847 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6PQU-0001lD-6k for emacs-devel@gnu.org; Mon, 26 Apr 2010 10:36:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6PQR-0003AE-Ur for emacs-devel@gnu.org; Mon, 26 Apr 2010 10:36:46 -0400 Original-Received: from wp093.webpack.hosteurope.de ([80.237.132.100]:60841) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6PQO-00039F-7L; Mon, 26 Apr 2010 10:36:40 -0400 Original-Received: from f055059095.adsl.alicedsl.de ([78.55.59.95] helo=nirvana.pusto.de); authenticated by wp093.webpack.hosteurope.de running ExIM with esmtpsa (TLSv1:DES-CBC3-SHA:168) id 1O6PQL-0004sJ-9K; Mon, 26 Apr 2010 16:36:37 +0200 Original-Received: from ew by nirvana.pusto.de with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1O6PQJ-00055x-Vo; Mon, 26 Apr 2010 16:36:36 +0200 In-Reply-To: <83633i2exx.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 23 Apr 2010 21:37:14 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (berkeley-unix) X-bounce-key: webpack.hosteurope.de;ew@pusto.de;1272292600;b1c8a252; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Mailman-Approved-At: Mon, 26 Apr 2010 13:14:25 -0400 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:124225 Archived-At: Eli Zaretskii writes: >> From: Eduard Wiebe >> Date: Tue, 20 Apr 2010 22:46:53 +0200 >>=20 >> I'm playing with the new bidi-feature, thanks Eli, and receive a >> strange result. When i insert following hebrew text: >>=20 >> =D7=91=D6=BC=D6=B8=D7=A8=D7=95=D7=9A=D6=B0 =D7=90=D6=B7=D7=AA=D6=BC=D6= =B8=D7=94 =D7=93' =D7=90=D6=B1=D7=9C=D7=A7=D6=B5=D7=99=D7=A0=D7=95=D6=BC = =D7=9E=D6=B6=D7=9C=D6=B6=D7=9A=D6=B0 =D7=94=D6=B8=D7=A2=D7=95=D6=B9=D7=9C= =D7=9D >>=20 >> and evaluate (setq-default bidi-display-reordering t) the display order >> indeed reversed but some characters are duplicated (s. attachment). > Sorry for delayed response. > If you resync with the development trunk, you will see (I hope) that > the duplicate characters are gone.=20 Indeed, Great. > The diacriticals are still not displayed correctly wrt the consonants, > because composing characters while reordering them still does not > work; that's on my TODO. I'm looking forward. --=20 Eduard Wiebe