From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: arrow keys vs. C-f/b/n/p Date: Mon, 7 Jun 2010 21:24:08 +0200 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=UTF-8 X-Trace: dough.gmane.org 1275938684 15764 80.91.229.12 (7 Jun 2010 19:24:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 7 Jun 2010 19:24:44 +0000 (UTC) Cc: David Kastrup , emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 07 21:24:42 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 1OLhw6-0003dk-3n for ged-emacs-devel@m.gmane.org; Mon, 07 Jun 2010 21:24:38 +0200 Original-Received: from localhost ([127.0.0.1]:54628 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLhw5-0005ZU-0j for ged-emacs-devel@m.gmane.org; Mon, 07 Jun 2010 15:24:37 -0400 Original-Received: from [140.186.70.92] (port=51910 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLhvy-0005ZA-Ss for emacs-devel@gnu.org; Mon, 07 Jun 2010 15:24:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OLhvx-0000D2-OK for emacs-devel@gnu.org; Mon, 07 Jun 2010 15:24:30 -0400 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:47383) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OLhvx-0000Cg-K0; Mon, 07 Jun 2010 15:24:29 -0400 Original-Received: by fxm14 with SMTP id 14so2787334fxm.0 for ; Mon, 07 Jun 2010 12:24:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=zcipUz/+hGFJRSX5YvLienAPruIEXLbMlLQNibJEZjc=; b=wN0IIShTWk9viVNxhpZZ80NGOkpHPH7ZMn44RIEmxDSlR0RSu8BBbvN9sVJ9Jhlfe9 VlwsVY1nZo3JRnxctFaZTcGZLlLyAkKCXtXHQegmwEcH2Wrz4FjuCBAV2yj2xbBePDYh JTn8imHBDZkUcvtpBJ4zHKFpVr5/vvix/FevA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=uTFUDmxVsnZz6ftutx5d1mWw00XYBoXoYlW1cf365UZwNeql88a8BA1KSC4GCohOCF CBmo8Yghs/T62OETqjwpI9ievMqgZWTHF9rT8ndnhVno0G3v5US0TXl7RGjfe0/H7khN VIhoWSGZSg8MLuLhtoDn1z8QEdn0W4+0YPM9c= Original-Received: by 10.204.83.198 with SMTP id g6mr7082530bkl.104.1275938668341; Mon, 07 Jun 2010 12:24:28 -0700 (PDT) Original-Received: by 10.204.32.5 with HTTP; Mon, 7 Jun 2010 12:24:08 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:125606 Archived-At: On Mon, Jun 7, 2010 at 20:26, Andreas Schwab wrote: > 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"). Juanma