bug-gnu-emacs
[Top][All Lists]
Advanced

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

Re: describe-key doesn't report keypad key names correctly


From: Kai Großjohann
Subject: Re: describe-key doesn't report keypad key names correctly
Date: 02 Jun 2001 16:44:14 +0200
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.104

On 02 Jun 2001, Dan Jacobson wrote:

> OK, if view-lossage can differentiate two different keys, why can't
> the rest of emacs?  [the key labeled "insert" and the key on the
> numeric keypad labeled "0 ins".]

<kp-insert> is mapped to <insert> at a low level.  view-lossage looks
below the low level, C-h c and C-h k don't.  But I think if you just
bind the key <kp-insert>, everything should work.  Have you tried
that?

Btw, something similar happens with <backspace> and DEL.  `C-h c
<backspace>' prints `DEL is bound...' on my system, whereas `C-h l'
reports `<backspace>', not `DEL'.

kai
-- 
~/.signature: No such file or directory



reply via email to

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