From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: What're the proper names for the backspace and delete keys in files.texi? Date: Tue, 17 Jan 2006 14:59:40 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1137534015 10225 80.91.229.2 (17 Jan 2006 21:40:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Jan 2006 21:40:15 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 17 22:40:11 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 1EyyYj-000078-3S for ged-emacs-devel@m.gmane.org; Tue, 17 Jan 2006 22:40:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eyyb4-0006Sk-7M for ged-emacs-devel@m.gmane.org; Tue, 17 Jan 2006 16:42:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Eyx4h-00017O-Do for emacs-devel@gnu.org; Tue, 17 Jan 2006 15:05:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Eyx4g-00016u-BB for emacs-devel@gnu.org; Tue, 17 Jan 2006 15:05:02 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eyx4f-00016k-VW for emacs-devel@gnu.org; Tue, 17 Jan 2006 15:05:02 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Eyx8P-0005PQ-MX for emacs-devel@gnu.org; Tue, 17 Jan 2006 15:08:53 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EywzU-0005M0-QZ; Tue, 17 Jan 2006 14:59:40 -0500 Original-To: Alan Mackenzie In-reply-to: (message from Alan Mackenzie on Tue, 17 Jan 2006 11:00:21 +0000 (GMT)) 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:49216 Archived-At: @key{DEL} is a _logical_ key, that key which happens to generate ASCII DEL (0x7f) when you press it. So the sentence "Emacs binds @key{DEL} to the command @code{delete-backward-char} by default." would be entirely appropriate. That's true, more or less--except that under X all keys are "logical" in this sense. Thus, `DEL' stands for ASCII code DEL. 'DELETE' stands for the symbol DELETE.