emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What is the purpose of "To bind the key M-DEL, use "\M\d", not M-DEL


From: Richard Stallman
Subject: Re: What is the purpose of "To bind the key M-DEL, use "\M\d", not M-DEL"
Date: Thu, 04 Jan 2007 12:58:09 -0500

    If you do

      (global-set-key [M-DEL] nil)

    you get the error in the subject line.

DEL is not a meaningful function key since function key symbols are
lower case.  So this has to be an error.

At the Lisp level it is better to teach Lisp programmers the correct
rules than to try to DWIM.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]