From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: S-backspace Date: Tue, 27 May 2003 08:44:35 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <8765nyaavu.fsf@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1054039896 8449 80.91.224.249 (27 May 2003 12:51:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 27 May 2003 12:51:36 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue May 27 14:51:32 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19KdvQ-0002Bm-00 for ; Tue, 27 May 2003 14:51:32 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19Ke97-0000ax-00 for ; Tue, 27 May 2003 15:05:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19KdwT-0002JN-96 for emacs-devel@quimby.gnus.org; Tue, 27 May 2003 08:52:37 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19Kdu2-0001jL-EC for emacs-devel@gnu.org; Tue, 27 May 2003 08:50:06 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19KdrU-0000bk-3f for emacs-devel@gnu.org; Tue, 27 May 2003 08:47:29 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Kdoh-0007fP-Ci for emacs-devel@gnu.org; Tue, 27 May 2003 08:44:35 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19Kdoh-0006x0-5A; Tue, 27 May 2003 08:44:35 -0400 Original-To: Alex Schroeder In-reply-to: <8765nyaavu.fsf@gnu.org> (message from Alex Schroeder on Mon, 26 May 2003 01:01:57 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14313 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14313 In the new CVS, runs the command kill-whole-line. I'm hitting it about twice a day by accident, confusing me. Can we reconsider this recent keybinding addition? Since two people have already complained, clearly we must remove this binding. What about . Given your habits, that might still give you problems when trying to kill an entirely capitalized word backward with , but that would seem to be a less frequent situation. Ok, let's try that one and see if there are any problems.