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: [CVS] f7, f8 bound.. Date: Sat, 07 Sep 2002 06:28:59 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: <20020903130247.GA6318@gnu.org> <20020903173120.GA29981@gnu.org> <87ptvttnyo.fsf@emacswiki.org> <200209061736.g86HaDi00352@rum.cs.yale.edu> <20020906222113.GC7270@gnu.org> <5xelc662nj.fsf@kfs2.cua.dk> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1031394907 28469 127.0.0.1 (7 Sep 2002 10:35:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 7 Sep 2002 10:35:07 +0000 (UTC) Cc: miles@gnu.org, monnier+gnu/emacs@rum.cs.yale.edu, abraham@dina.kvl.dk, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17ncvi-0007P2-00 for ; Sat, 07 Sep 2002 12:35:06 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17ndUd-00054j-00 for ; Sat, 07 Sep 2002 13:11:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17ncvg-00061r-00; Sat, 07 Sep 2002 06:35:04 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17ncpx-0005IJ-00 for emacs-devel@gnu.org; Sat, 07 Sep 2002 06:29:09 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17ncpp-0005F0-00 for emacs-devel@gnu.org; Sat, 07 Sep 2002 06:29:06 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17ncpo-0005Ee-00 for emacs-devel@gnu.org; Sat, 07 Sep 2002 06:29:00 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 17ncpn-00085V-00; Sat, 07 Sep 2002 06:28:59 -0400 Original-To: storm@cua.dk In-Reply-To: <5xelc662nj.fsf@kfs2.cua.dk> (storm@cua.dk) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:7674 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:7674 But what's does it mean to delete a key binding? Is it the same as adding a keybinding with command = nil, effectively removing any binding of the key ? Yes. Or should it restore a default key binding from bindings.el ? No, that binding is (probably) what you deleted. Or is it a combination of the two - if the current key binding is set from custom, deleting means: remove the custom binding and restore the default binding; otherwise, remove the default binding. The first is deleting a customization; the second is adding a customization to delete a binding. Those are completely different operations.