emacs-devel
[Top][All Lists]
Advanced

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

Re: (define-key my-sparse-map [(left)] nil) => (left) entry in keymap


From: Lennart Borgman
Subject: Re: (define-key my-sparse-map [(left)] nil) => (left) entry in keymap
Date: Thu, 03 Nov 2005 02:58:54 +0100
User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)

Stefan Monnier wrote:

I believed that you could remove a key binding with (define-key keymap key
nil). However with a sparse keymap I instead get an entry that is just
(key). Is this a bug?

No,
Thanks, that helped ;-) -- now I see how it works: nil has the meaning "no binding at all, not even default".




reply via email to

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