From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: C-d deleting region considered harmful Date: Sun, 19 Sep 2010 20:16:14 -0400 Message-ID: References: <87eicrx1ls.fsf@catnip.gol.com> <83lj6zz9o0.fsf@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: dough.gmane.org 1284941787 25361 80.91.229.12 (20 Sep 2010 00:16:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 20 Sep 2010 00:16:27 +0000 (UTC) Cc: eliz@gnu.org, miles@gnu.org, drew.adams@oracle.com, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 20 02:16:24 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 1OxU3T-0006Uc-Rt for ged-emacs-devel@m.gmane.org; Mon, 20 Sep 2010 02:16:24 +0200 Original-Received: from localhost ([127.0.0.1]:38921 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OxU3T-0003HP-3F for ged-emacs-devel@m.gmane.org; Sun, 19 Sep 2010 20:16:23 -0400 Original-Received: from [140.186.70.92] (port=41454 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OxU3M-0003Gy-N6 for emacs-devel@gnu.org; Sun, 19 Sep 2010 20:16:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OxU3L-0007D4-Il for emacs-devel@gnu.org; Sun, 19 Sep 2010 20:16:16 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:44414) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OxU3L-0007D0-H2 for emacs-devel@gnu.org; Sun, 19 Sep 2010 20:16:15 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OxU3K-0003qv-Oe; Sun, 19 Sep 2010 20:16:14 -0400 In-reply-to: (message from Stefan Monnier on Sat, 18 Sep 2010 18:04:12 +0200) 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:130512 Archived-At: Thanks. But we're discussing here what to do with C-d: for `delete' we already decided that it should delete an active region (by default). Whether you agree with this `delete' behavior is irrelevant. It won't bother anyone for `delete' to delete the region. Making `backspace' do so is the change that will bother lots of users.