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: Tue, 8 Jun 2010 00:40:16 +0200 Message-ID: References: <87d3w2ncqs.fsf_-_@lola.goethe.zz> <874ohen792.fsf@lola.goethe.zz> <37661.130.55.118.19.1275949975.squirrel@webmail.lanl.gov> 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 1275950448 27667 80.91.229.12 (7 Jun 2010 22:40:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 7 Jun 2010 22:40:48 +0000 (UTC) Cc: David Kastrup , Andreas Schwab , Stefan Monnier , emacs-devel@gnu.org To: herring@lanl.gov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 08 00:40:46 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 1OLkzu-0003rT-D2 for ged-emacs-devel@m.gmane.org; Tue, 08 Jun 2010 00:40:46 +0200 Original-Received: from localhost ([127.0.0.1]:60408 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLkzt-0001SB-I8 for ged-emacs-devel@m.gmane.org; Mon, 07 Jun 2010 18:40:45 -0400 Original-Received: from [140.186.70.92] (port=48856 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLkzm-0001S2-L2 for emacs-devel@gnu.org; Mon, 07 Jun 2010 18:40:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OLkzl-0003rW-Ih for emacs-devel@gnu.org; Mon, 07 Jun 2010 18:40:38 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:35581) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OLkzl-0003rP-CU; Mon, 07 Jun 2010 18:40:37 -0400 Original-Received: by bwz1 with SMTP id 1so1275929bwz.0 for ; Mon, 07 Jun 2010 15:40:36 -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 :content-transfer-encoding; bh=QUYIaUVJijvynctRMPL7spytsiLaolQTOxNcu97ZbPY=; b=LZO00OBkjlk95ysXXWywVjf4U5/zIPd2vw2Z/uEFxw73fjFSiKgocrQ9znSie2WBAF hbQqq5BBzpulV00EEDnEmx26aB4R8uby1ODd0o7h2VqkinLRnle+/PX9KzI4RpwReYc6 m2oG+x6uFsapuVAdHUI2l0SPA0OJvNDAGfpT0= 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:content-transfer-encoding; b=eqcIgLVQBZ0FjhT9nZ/u/uoVrcaw+Is/Kt6TGrgmSdpj9KOOX6+B+uaU6VxOWCr89F IioYJonc1G+e9sWV8f6YIYos/A/eNkE7e0z/j6Ep29AzTlxMDANvbrWjFHk1IOzReg+B Km+Ds5cmN5SzvTNwHdQcjfo4t+fPLwqITlSXc= Original-Received: by 10.204.8.220 with SMTP id i28mr7271212bki.204.1275950436121; Mon, 07 Jun 2010 15:40:36 -0700 (PDT) Original-Received: by 10.204.32.5 with HTTP; Mon, 7 Jun 2010 15:40:16 -0700 (PDT) In-Reply-To: <37661.130.55.118.19.1275949975.squirrel@webmail.lanl.gov> 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:125618 Archived-At: On Tue, Jun 8, 2010 at 00:32, Davis Herring wrote: > That's just the point. =C2=A0, as it stands, is only aware of the > direction of the paragraph, not of the text, so it moves forward in > logical order in an L2R paragraph even when that means moving leftward on > the screen. Ah, OK. So what I was observing (no difference between C-f and in L2R paragraphs) is the wrong behavior. I was indeed misunderstanding. Thanks, Juanma