From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: What is the purpose of "To bind the key M-DEL, use "\M\d", not M-DEL" Date: Fri, 05 Jan 2007 21:54:47 -0500 Message-ID: References: <459C5681.60801@gmail.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1168052209 1633 80.91.229.12 (6 Jan 2007 02:56:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 6 Jan 2007 02:56:49 +0000 (UTC) Cc: lennart.borgman@gmail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 06 03:56:47 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H31jg-00080M-Ny for ged-emacs-devel@m.gmane.org; Sat, 06 Jan 2007 03:56:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H31jg-0007fv-6U for ged-emacs-devel@m.gmane.org; Fri, 05 Jan 2007 21:56:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H31iE-00076F-IG for emacs-devel@gnu.org; Fri, 05 Jan 2007 21:55:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H31iE-00075l-1F for emacs-devel@gnu.org; Fri, 05 Jan 2007 21:55:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H31iD-00075Z-PE for emacs-devel@gnu.org; Fri, 05 Jan 2007 21:55:13 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H31iB-0005uh-Mb; Fri, 05 Jan 2007 21:55:11 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1H31hn-0000K1-9l; Fri, 05 Jan 2007 21:54:47 -0500 Original-To: Stephen Leake In-reply-to: (message from Stephen Leake on Fri, 05 Jan 2007 02:18:02 -0500) 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:64852 Archived-At: (global-set-key [M-del] nil) works, and you seem to imply that is the correct syntax, or at least acceptable syntax. That would be correct syntax for rebinding a function key named `del'. But I don't think keyboards normally generate such a key. \M-\d is what you should use.