From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: bidi, auto-composition-mode Date: Wed, 21 Apr 2010 06:09:02 +0300 Message-ID: <83ljch4i41.fsf@gnu.org> References: <4BCE3216.40000@alice.it> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1271819353 924 80.91.229.12 (21 Apr 2010 03:09:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 21 Apr 2010 03:09:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 21 05:09:10 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 1O4QJK-0005MS-D1 for ged-emacs-devel@m.gmane.org; Wed, 21 Apr 2010 05:09:10 +0200 Original-Received: from localhost ([127.0.0.1]:55608 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4QJJ-0002Bo-Go for ged-emacs-devel@m.gmane.org; Tue, 20 Apr 2010 23:09:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O4QJC-00029F-Tk for emacs-devel@gnu.org; Tue, 20 Apr 2010 23:09:02 -0400 Original-Received: from [140.186.70.92] (port=57764 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4QJB-00026u-HN for emacs-devel@gnu.org; Tue, 20 Apr 2010 23:09:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O4QJ9-00034V-TK for emacs-devel@gnu.org; Tue, 20 Apr 2010 23:09:01 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:56215) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4QJ9-00034H-MS for emacs-devel@gnu.org; Tue, 20 Apr 2010 23:08:59 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0L1700900I0L5800@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Wed, 21 Apr 2010 06:08:54 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.127.237.174]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L17006I4I2UTWB0@a-mtaout23.012.net.il>; Wed, 21 Apr 2010 06:08:54 +0300 (IDT) In-reply-to: <4BCE3216.40000@alice.it> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:123952 Archived-At: > Date: Wed, 21 Apr 2010 01:00:38 +0200 > From: Angelo Graziosi > CC: Eli Zaretskii > > Eduard Wiebe wrote: > > I'm playing with the new bidi-feature, thanks Eli, and receive a > > strange result. > [...] > > the display order > > indeed reversed but some characters are duplicated (s. attachment). > > The same happens on Cygwin (GTK build of the trunk). > > Trying to write "This is a test", it writes, initially, two T instead of > one, so the result is > > This is a testT > ^^^ ??? The OP used Hebrew letters and auto-composed characters, but you used only ASCII, so this is a different problem. Please tell me what did you type to get this displayed flushed to the right and T doubled.