From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Welsh Duggan Newsgroups: gmane.emacs.devel Subject: Key Binding Commands Date: Fri, 01 Jul 2005 00:45:13 -0400 Message-ID: <87irzvqgme.fsf@cs.cmu.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1120193567 15617 80.91.229.2 (1 Jul 2005 04:52:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 1 Jul 2005 04:52:47 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 01 06:52:32 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DoDVj-0001u8-T2 for ged-emacs-devel@m.gmane.org; Fri, 01 Jul 2005 06:52:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DoDe7-0007ea-KT for ged-emacs-devel@m.gmane.org; Fri, 01 Jul 2005 01:00:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DoDbv-0006yX-CH for emacs-devel@gnu.org; Fri, 01 Jul 2005 00:58:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DoDbo-0006vg-4L for emacs-devel@gnu.org; Fri, 01 Jul 2005 00:58:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DoDbl-0006pG-Fx for emacs-devel@gnu.org; Fri, 01 Jul 2005 00:58:34 -0400 Original-Received: from [205.201.10.244] (helo=maru) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1DoDUA-000732-7J for emacs-devel@gnu.org; Fri, 01 Jul 2005 00:50:43 -0400 Original-Received: from md5i by maru with local (Exim 4.51) id 1DoDOu-0006Xi-Aq for emacs-devel@gnu.org; Fri, 01 Jul 2005 00:45:16 -0400 Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) 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:40004 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40004 In the "Key Binding Commands" node of the elisp manual, it uses DEFINITION to refer to the key binding. In "Changing Key Bindings", BINDING is used, with a pointer to "Key Lookup" for a list of meaningful binding types. It would be nice to have these named consistantly, and the reference to the meaningful types in both as well. -- Michael Welsh Duggan (md5i@cs.cmu.edu)