From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Mathias Dahl" Newsgroups: gmane.emacs.devel Subject: Re: [C-delete] - should it not be backward-kill-word Date: Wed, 5 Jul 2006 12:29:26 +0200 Message-ID: <7dbe73ed0607050329v76a1fb98xc89ed40bf4be9088@mail.gmail.com> References: <44AAE125.40907@student.lu.se> <44AB3D30.4020901@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 1152095390 8451 80.91.229.2 (5 Jul 2006 10:29:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 5 Jul 2006 10:29:50 +0000 (UTC) Cc: Lennart Borgman , Eli Zaretskii , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 05 12:29:48 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 1Fy4dY-0006wS-BP for ged-emacs-devel@m.gmane.org; Wed, 05 Jul 2006 12:29:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fy4dX-0007zc-Ls for ged-emacs-devel@m.gmane.org; Wed, 05 Jul 2006 06:29:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fy4dN-0007zN-Uu for emacs-devel@gnu.org; Wed, 05 Jul 2006 06:29:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fy4dM-0007z9-HA for emacs-devel@gnu.org; Wed, 05 Jul 2006 06:29:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fy4dM-0007z6-El for emacs-devel@gnu.org; Wed, 05 Jul 2006 06:29:28 -0400 Original-Received: from [66.249.92.169] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fy4rE-0002S5-Qq for emacs-devel@gnu.org; Wed, 05 Jul 2006 06:43:49 -0400 Original-Received: by ug-out-1314.google.com with SMTP id y2so1521705uge for ; Wed, 05 Jul 2006 03:29:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mpGw1LB6dh2hTsv7agKTnHHVjiCG1s1A3y6zHOqUmulAuTJFRflZLfVhBKUUckFJpHkDe+OIT5WBVJrGFcsiBP7okjU09DksI5Hu2PsVkO4KkOp9rTjb81cW9SCs+9WAwmNlwJBepOaCa80Qykh7h+heZaUsSvftO39C/6f0COE= Original-Received: by 10.66.224.19 with SMTP id w19mr5831665ugg; Wed, 05 Jul 2006 03:29:27 -0700 (PDT) Original-Received: by 10.48.248.13 with HTTP; Wed, 5 Jul 2006 03:29:26 -0700 (PDT) Original-To: "Miles Bader" In-Reply-To: Content-Disposition: inline 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:56553 Archived-At: > How odd ... those bindings seem obviously wrong, and indeed, are > apparently getting overridden by something, as the bindings actually in > _effect_ are correct -- using "emacs -Q", I see that: > > runs the command backward-kill-word > runs the command kill-word I get the same as you.