From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel Subject: Re: What is the purpose of "To bind the key M-DEL, use "\M\d", not M-DEL" Date: Thu, 04 Jan 2007 20:28:14 +0100 Message-ID: <459D554E.1020603@gmail.com> References: <459C5681.60801@gmail.com> <459D4B86.6040408@gmail.com> <86ejqa8ubs.fsf@rakim.cfhp.org> NNTP-Posting-Host: lo.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 1167938917 1389 80.91.229.12 (4 Jan 2007 19:28:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Jan 2007 19:28:37 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 04 20:28:35 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 1H2YGL-000494-Va for ged-emacs-devel@m.gmane.org; Thu, 04 Jan 2007 20:28:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2YGL-0001CL-FJ for ged-emacs-devel@m.gmane.org; Thu, 04 Jan 2007 14:28:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H2YGA-0001C6-EW for emacs-devel@gnu.org; Thu, 04 Jan 2007 14:28:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H2YG8-0001Bt-0u for emacs-devel@gnu.org; Thu, 04 Jan 2007 14:28:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2YG7-0001Bq-ST for emacs-devel@gnu.org; Thu, 04 Jan 2007 14:28:15 -0500 Original-Received: from [80.76.149.213] (helo=ch-smtp02.sth.basefarm.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1H2YG7-0006Tp-Bu for emacs-devel@gnu.org; Thu, 04 Jan 2007 14:28:15 -0500 Original-Received: from c83-254-145-24.bredband.comhem.se ([83.254.145.24]:63171 helo=[127.0.0.1]) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.63) (envelope-from ) id 1H2YG5-00037N-96; Thu, 04 Jan 2007 20:28:14 +0100 User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) Original-To: Edward O'Connor In-Reply-To: <86ejqa8ubs.fsf@rakim.cfhp.org> X-Antivirus: avast! (VPS 0701-0, 2007-01-03), Outbound message X-Antivirus-Status: Clean X-Scan-Result: No virus found in message 1H2YG5-00037N-96. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1H2YG5-00037N-96 819354de304f42c0905fab5943413023 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:64768 Archived-At: Edward O'Connor wrote: >> When I do >> >> C-h k Meta backspace >> >> on w32 the help buffer tells me >> >> M-DEL (translated from ) runs the command >> backward-kill-word >> which is an interactive compiled Lisp function in `simple.el'. >> It is bound to , M-DEL. >> >> Would it not be better if the error message we are talking about told >> me to bind [M-backspace] instead? >> > > Personally, I think this is a great argument for (kbd "M-DEL"). > > > Ted > Which actually works, yes. But isn't there a point in telling about M-backspace instead since M-DEL is made in the platform specific translation in function-key-map?