From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bidi,gmane.emacs.devel Subject: Re: Mixed L2R and R2L paragraphs and horizontal scroll Date: Thu, 04 Feb 2010 21:33:55 +0200 Message-ID: <834olwhk2k.fsf@gnu.org> References: <83tyu3iu6b.fsf@gnu.org> <201002011400.o11E0jMQ007420@beta.mvs.co.il> <83vdeghfqg.fsf@gnu.org> <201002012205.o11M5Sci011809@beta.mvs.co.il> <83k4uvh09o.fsf@gnu.org> <201002031310.o13DAqXd019253@beta.mvs.co.il> <83eil2gn7i.fsf@gnu.org> <87y6j9kn8y.fsf@lola.goethe.zz> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1265312051 6801 80.91.229.12 (4 Feb 2010 19:34:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Feb 2010 19:34:11 +0000 (UTC) Cc: emacs-bidi@gnu.org, emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-bidi-bounces+gnu-emacs-bidi=m.gmane.org@gnu.org Thu Feb 04 20:34:08 2010 Return-path: Envelope-to: gnu-emacs-bidi@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 1Nd7Sp-0002Cb-AX for gnu-emacs-bidi@m.gmane.org; Thu, 04 Feb 2010 20:34:07 +0100 Original-Received: from localhost ([127.0.0.1]:40175 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nd7So-0001kw-MQ for gnu-emacs-bidi@m.gmane.org; Thu, 04 Feb 2010 14:34:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nd7Sj-0001jo-FY for emacs-bidi@gnu.org; Thu, 04 Feb 2010 14:34:01 -0500 Original-Received: from [199.232.76.173] (port=34189 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nd7Si-0001if-EN for emacs-bidi@gnu.org; Thu, 04 Feb 2010 14:34:00 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nd7Sh-0004aa-T8 for emacs-bidi@gnu.org; Thu, 04 Feb 2010 14:34:00 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:64209) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nd7Sg-0004aL-A0; Thu, 04 Feb 2010 14:33:58 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0KXC00M000X3EE00@a-mtaout22.012.net.il>; Thu, 04 Feb 2010 21:33:57 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.70.67.249]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KXC00CZK10JCGJ0@a-mtaout22.012.net.il>; Thu, 04 Feb 2010 21:33:57 +0200 (IST) In-reply-to: <87y6j9kn8y.fsf@lola.goethe.zz> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-bidi@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion of Emacs support for multi-directional text." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-bidi-bounces+gnu-emacs-bidi=m.gmane.org@gnu.org Errors-To: emacs-bidi-bounces+gnu-emacs-bidi=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bidi:520 gmane.emacs.devel:120916 Archived-At: > From: David Kastrup > Date: Thu, 04 Feb 2010 16:57:01 +0100 > Cc: emacs-bidi@gnu.org > > Please note also that the keybindings C-x < and C-x > use mnemonics > based on graphical direction. We could invert the meaning in a buffer that forces R2L direction on all its paragraphs. We could also invert the meaning if point is on an R2L line. But the problem what to do with the lines of the other directionality still needs a solution. If someone can suggest a better one, I'm all ears. After all, that's why I started this thread.