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 22:17:42 +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 1275941898 29330 80.91.229.12 (7 Jun 2010 20:18:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 7 Jun 2010 20:18:18 +0000 (UTC) Cc: David Kastrup , Andreas Schwab , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 07 22:18:14 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 1OLily-0005Nc-Gy for ged-emacs-devel@m.gmane.org; Mon, 07 Jun 2010 22:18:14 +0200 Original-Received: from localhost ([127.0.0.1]:33180 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLilx-0006By-Vl for ged-emacs-devel@m.gmane.org; Mon, 07 Jun 2010 16:18:14 -0400 Original-Received: from [140.186.70.92] (port=42275 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLils-00068I-2z for emacs-devel@gnu.org; Mon, 07 Jun 2010 16:18:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OLiln-0000EM-Kv for emacs-devel@gnu.org; Mon, 07 Jun 2010 16:18:07 -0400 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:53569) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OLiln-0000E2-GI; Mon, 07 Jun 2010 16:18:03 -0400 Original-Received: by fxm14 with SMTP id 14so2834006fxm.0 for ; Mon, 07 Jun 2010 13:18:02 -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=seX5CYqK8qhcN7AnjuHclBIous9BvDSpqtF6p7WQEJE=; b=P5/U42yDCo2mY+3oiGSPIUSNh11UJ008BcBlxUSPGrQ+4m8s7HBV7u0YeevuJxX5Dx nxjFa9bf69T04sdDXDBqncCyoyj4+PXknTSs5JcvS6YBVYs2z5BnN2h4KODysY35C5Zf IMNtgztnqOwYmQVUdG3KkkMOH+ZXysjdxJEuM= 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=JXaY5kIxqnjPnpy1zv4pRz9Y4zqwPvcVovjUc8Krs93+Ywk6/KMy0wFE3C9bVPuHvR A52ETTBmFl9Zvhrigzn7T2cBZUISh9A668nBw800jceQ+CS+Fpyz4BQUETdiZX7g9zlv jiVbjG2sPp4PBHIfCKUXMBqL0PFDdD/ZMxMrk= Original-Received: by 10.204.6.10 with SMTP id 10mr6936496bkx.191.1275941882136; Mon, 07 Jun 2010 13:18:02 -0700 (PDT) Original-Received: by 10.204.32.5 with HTTP; Mon, 7 Jun 2010 13:17:42 -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:125610 Archived-At: On Mon, Jun 7, 2010 at 21:57, Stefan Monnier wrote: > Have you tried to follow the "as can be seen in the arabic text in the > HELLO file" part for an example? Yes. But I'm clearly misunderstanding something. With etc/HELLO as is, if I move the cursor over the arabic line, both C-f and do the exact same thing. If I turn the text into R2L as Andreas suggested then, yes, I see the difference. But you talked about R2L text (the arabic words) within an L2R paragraph, not the other way around; or at least that's how I interpret it. So obviously my lousy English skills are failing me again. Juanma