From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Bidirectional text and URLs Date: Wed, 03 Dec 2014 19:39:42 +0200 Message-ID: <83lhmo63a9.fsf@gnu.org> References: <87a93cngwv.fsf@uwakimon.sk.tsukuba.ac.jp> <837fyfml31.fsf@gnu.org> <874mtio7wh.fsf@uwakimon.sk.tsukuba.ac.jp> <83r3wml8kq.fsf@gnu.org> <83zjb9an0q.fsf@gnu.org> <831toka82r.fsf@gnu.org> <83oaro8km7.fsf@gnu.org> <83k32b6u5l.fsf@gnu.org> <83h9xf6rzs.fsf@gnu.org> <83wq6a5c1q.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1417628456 19445 80.91.229.3 (3 Dec 2014 17:40:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Dec 2014 17:40:56 +0000 (UTC) Cc: larsi@gnus.org, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 03 18:40:46 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XwDus-0001wI-GB for ged-emacs-devel@m.gmane.org; Wed, 03 Dec 2014 18:40:42 +0100 Original-Received: from localhost ([::1]:42703 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwDus-00064u-1I for ged-emacs-devel@m.gmane.org; Wed, 03 Dec 2014 12:40:42 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42366) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwDtq-00059e-DO for emacs-devel@gnu.org; Wed, 03 Dec 2014 12:39:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwDtk-0000ah-7a for emacs-devel@gnu.org; Wed, 03 Dec 2014 12:39:38 -0500 Original-Received: from mtaout26.012.net.il ([80.179.55.182]:49910) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwDtk-0000aQ-0I; Wed, 03 Dec 2014 12:39:32 -0500 Original-Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0NG000D00OPN2V00@mtaout26.012.net.il>; Wed, 03 Dec 2014 19:38:20 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NG0008LWOZWCC50@mtaout26.012.net.il>; Wed, 03 Dec 2014 19:38:20 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.182 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:178736 Archived-At: > Date: Wed, 03 Dec 2014 03:39:03 -0500 > From: Richard Stallman > CC: larsi@gnus.org, emacs-devel@gnu.org > > The second proposed interface would copy the text of a region, while > adding to it something to reproduce the bidi effect of its context. That was how I understood the first suggestion, so that's what I'm working on. It is easier to do that than invent a representation.