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: Re: Bidirectional editing in Emacs -- main design decisions Date: Sun, 11 Oct 2009 23:11:12 +0200 Message-ID: <837hv1k55b.fsf@gnu.org> References: <83bpkgl113.fsf@gnu.org> <834oq8kx5c.fsf@gnu.org> <83tyy7jx7c.fsf@gnu.org> <838wfhk7uh.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1255295388 971 80.91.229.12 (11 Oct 2009 21:09:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 11 Oct 2009 21:09:48 +0000 (UTC) To: rms@gnu.org, emacs-bidi@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-bidi-bounces+gnu-emacs-bidi=m.gmane.org@gnu.org Sun Oct 11 23:09:37 2009 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.50) id 1Mx5fd-00017R-0v for gnu-emacs-bidi@m.gmane.org; Sun, 11 Oct 2009 23:09:37 +0200 Original-Received: from localhost ([127.0.0.1]:58161 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mx5fc-00063S-CI for gnu-emacs-bidi@m.gmane.org; Sun, 11 Oct 2009 17:09:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mx5fP-0005zv-JQ for emacs-bidi@gnu.org; Sun, 11 Oct 2009 17:09:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mx5fO-0005xm-OQ for emacs-bidi@gnu.org; Sun, 11 Oct 2009 17:09:23 -0400 Original-Received: from [199.232.76.173] (port=50516 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mx5fO-0005xV-GD; Sun, 11 Oct 2009 17:09:22 -0400 Original-Received: from mtaout5.012.net.il ([84.95.2.13]:42383) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mx5fL-00042H-Lw; Sun, 11 Oct 2009 17:09:19 -0400 Original-Received: from conversion-daemon.i_mtaout5.012.net.il by i_mtaout5.012.net.il (HyperSendmail v2004.12) id <0KRD00500BGWCL00@i_mtaout5.012.net.il>; Sun, 11 Oct 2009 23:09:16 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.70.84.229]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KRD00858C3FIR80@i_mtaout5.012.net.il>; Sun, 11 Oct 2009 23:09:15 +0200 (IST) In-reply-to: <838wfhk7uh.fsf@gnu.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 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:426 gmane.emacs.devel:116087 Archived-At: > Date: Sun, 11 Oct 2009 22:12:54 +0200 > From: Eli Zaretskii > Cc: emacs-bidi@gnu.org, emacs-devel@gnu.org > > Maybe it will be not hard -- once I make move-to-column, > current-column, and the rest of indent.c work with bidirectional > text. Right now, it's badly broken Broken for a buffer with bidirectional text, I should have said. It works okay with unidirectional left-to-right text, of course.