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 19:25:11 +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 1275931543 17198 80.91.229.12 (7 Jun 2010 17:25:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 7 Jun 2010 17:25:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 07 19:25:40 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 1OLg4x-0004fW-LY for ged-emacs-devel@m.gmane.org; Mon, 07 Jun 2010 19:25:39 +0200 Original-Received: from localhost ([127.0.0.1]:48483 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLg4x-00080m-3Z for ged-emacs-devel@m.gmane.org; Mon, 07 Jun 2010 13:25:39 -0400 Original-Received: from [140.186.70.92] (port=55762 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLg4r-00080f-Fg for emacs-devel@gnu.org; Mon, 07 Jun 2010 13:25:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OLg4q-0000VS-FW for emacs-devel@gnu.org; Mon, 07 Jun 2010 13:25:33 -0400 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:34429) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OLg4q-0000Uc-AH; Mon, 07 Jun 2010 13:25:32 -0400 Original-Received: by fxm14 with SMTP id 14so2681067fxm.0 for ; Mon, 07 Jun 2010 10:25:31 -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=zHOW+6cfxR1d8iTEgEoIzQbtMktRbnEEXrH7Tg7G6CQ=; b=P+f9VjD5SVpn3XNTeSeQQRs8JhBpW4Ygf2V2iOmewe+EEcGYk2a/sCMuAqJRRHSJOH fAeBZ4NRYNLWbdm9DkUVe6om/EVKmLeUlfAlURTUdWGNTH9yvukxrR9+wA6W5hyPJCZy WRCTlQDjy6eY/TN746ft14MNaxcD0BUhw2qtU= 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=A3L6q0hLTgFjfNmYjDXEVe9ISN14rfdVrNGWUvQpQrpAgA2rF9v8W/gzeLR7dvYQUU ovKfaAoSXnw+kRLpLx0/EhYe80lPG6orXFSo4ulZYMBTl83WCCYL/izMP1nJfiPDBMfn Q7mPbk2P1oE4dRshm3HHu1IdW+IIukVc7RvLU= Original-Received: by 10.204.83.71 with SMTP id e7mr6914148bkl.137.1275931531094; Mon, 07 Jun 2010 10:25:31 -0700 (PDT) Original-Received: by 10.204.32.5 with HTTP; Mon, 7 Jun 2010 10:25:11 -0700 (PDT) In-Reply-To: <874ohen792.fsf@lola.goethe.zz> 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:125597 Archived-At: On Mon, Jun 7, 2010 at 18:21, David Kastrup wrote: > There is no R2L paragraph in that file. What does this mean, then? > (i.e. right-arrow will > still move left when in an R2L piece of text within an L2R paragraph, as > can be seen in the arabic text in the HELLO file). Juanma