From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: arrow keys vs. C-f/b/n/p Date: Mon, 07 Jun 2010 15:57:55 -0400 Message-ID: References: <87d3w2ncqs.fsf_-_@lola.goethe.zz> <874ohen792.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1275940693 23989 80.91.229.12 (7 Jun 2010 19:58:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 7 Jun 2010 19:58:13 +0000 (UTC) Cc: David Kastrup , Andreas Schwab , emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 07 21:58:09 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 1OLiSW-0005kM-NG for ged-emacs-devel@m.gmane.org; Mon, 07 Jun 2010 21:58:09 +0200 Original-Received: from localhost ([127.0.0.1]:53300 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLiSW-00073d-1k for ged-emacs-devel@m.gmane.org; Mon, 07 Jun 2010 15:58:08 -0400 Original-Received: from [140.186.70.92] (port=44957 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLiSN-00072S-NL for emacs-devel@gnu.org; Mon, 07 Jun 2010 15:58:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OLiSM-0005PS-FQ for emacs-devel@gnu.org; Mon, 07 Jun 2010 15:57:59 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:21284 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OLiSK-0005Ou-M1; Mon, 07 Jun 2010 15:57:56 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqMHAOvrDExFpYBi/2dsb2JhbACBKpxzcsBNhRcEjGc X-IronPort-AV: E=Sophos;i="4.53,380,1272859200"; d="scan'208";a="67536942" Original-Received: from 69-165-128-98.dsl.teksavvy.com (HELO pastel.home) ([69.165.128.98]) by ironport2-out.pppoe.ca with ESMTP; 07 Jun 2010 15:57:56 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id BD95E8175; Mon, 7 Jun 2010 15:57:55 -0400 (EDT) In-Reply-To: (Juanma Barranquero's message of "Mon, 7 Jun 2010 21:24:08 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:125608 Archived-At: >> Try (setq bidi-paragraph-direction 'right-to-left). > OK, I see the difference. I still don't see how it applies to what > Stefan said ("right-arrow will still move left when in an R2L piece of > text within an L2R paragraph"). Have you tried to follow the "as can be seen in the arabic text in the HELLO file" part for an example? Stefan