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: C-d deleting region considered harmful Date: Sun, 19 Sep 2010 10:06:35 -0400 Message-ID: References: <87eicrx1ls.fsf@catnip.gol.com> <4C94E03D.8090002@gmail.com><87fwx699pc.fsf@catnip.gol.com> <4C951FCC.1@gmail.com> <87pqwa6yc4.fsf@lola.goethe.zz> <53C6E29ED9A04D7E8DF9DACF94F0FD1E@us.oracle.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1284905204 23683 80.91.229.12 (19 Sep 2010 14:06:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 19 Sep 2010 14:06:44 +0000 (UTC) Cc: dak@gnu.org, emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 19 16:06:43 2010 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 1OxKXS-0001Ql-P1 for ged-emacs-devel@m.gmane.org; Sun, 19 Sep 2010 16:06:42 +0200 Original-Received: from localhost ([127.0.0.1]:52511 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OxKXS-0005K3-AC for ged-emacs-devel@m.gmane.org; Sun, 19 Sep 2010 10:06:42 -0400 Original-Received: from [140.186.70.92] (port=33904 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OxKXN-0005Jx-Dg for emacs-devel@gnu.org; Sun, 19 Sep 2010 10:06:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OxKXM-0000Dx-6V for emacs-devel@gnu.org; Sun, 19 Sep 2010 10:06:37 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:60053) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OxKXM-0000Dt-5E for emacs-devel@gnu.org; Sun, 19 Sep 2010 10:06:36 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OxKXL-0007pS-KZ; Sun, 19 Sep 2010 10:06:35 -0400 In-reply-to: <53C6E29ED9A04D7E8DF9DACF94F0FD1E@us.oracle.com> (drew.adams@oracle.com) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:130485 Archived-At: > From: "Drew Adams" > Date: Sun, 19 Sep 2010 05:40:12 -0700 > Cc: > > The cursor is a graphic indication of the text insertion position, aka point. > The position is unambiguous, no matter how the cursor might indicate that > position. Of course, this nice theory completely breaks down with bidirectional text, at the directionality change boundaries.