From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: [C-delete] - should it not be backward-kill-word Date: Wed, 05 Jul 2006 06:16:48 +0200 Message-ID: <44AB3D30.4020901@student.lu.se> References: <44AAE125.40907@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1152073031 11800 80.91.229.2 (5 Jul 2006 04:17:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 5 Jul 2006 04:17:11 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 05 06:17:09 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fxyoz-0004z6-4D for ged-emacs-devel@m.gmane.org; Wed, 05 Jul 2006 06:17:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fxyoy-0002ID-Fm for ged-emacs-devel@m.gmane.org; Wed, 05 Jul 2006 00:17:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fxyon-0002GQ-Ag for emacs-devel@gnu.org; Wed, 05 Jul 2006 00:16:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fxyol-0002FT-Vj for emacs-devel@gnu.org; Wed, 05 Jul 2006 00:16:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fxyol-0002FE-Mz for emacs-devel@gnu.org; Wed, 05 Jul 2006 00:16:51 -0400 Original-Received: from [81.228.8.83] (helo=pne-smtpout1-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fxz2Y-0006u9-Tt; Wed, 05 Jul 2006 00:31:07 -0400 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout1-sn2.hy.skanova.net (7.2.075) id 44A2E86F0014C8CB; Wed, 5 Jul 2006 06:16:48 +0200 User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) Original-To: Eli Zaretskii In-Reply-To: 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:56547 Archived-At: Eli Zaretskii wrote: >> Date: Tue, 04 Jul 2006 23:44:05 +0200 >> From: Lennart Borgman >> >> On w32 it looks like it is instead kill-word. [C-backspace] is wrong the >> other way. >> > > ??? Do you mean you want C-delete to delete _backwards_? > > `delete' is not DEL; the latter is what `backspace' does on a Windows > keyboard. `delete' deletes forward; I think users will crucify us if > we make it delete backwards. > I do not want it, but these two lines in bindings.el seems to want it: (global-set-key [C-delete] 'backward-kill-word) (global-set-key [C-backspace] 'kill-word)