emacs-devel
[Top][All Lists]
Advanced

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

Re: Raw keys in C-h k and C-h c


From: Richard Stallman
Subject: Re: Raw keys in C-h k and C-h c
Date: Sun, 10 Feb 2002 19:10:02 -0700 (MST)

    > E.g. if I bind the following function to both [f1 a] and [f1 b],
    > and enter f1 a f1 b, it reports ESC O P b (rather than ESC O P a):
    > 
    > (defun f1x (arg)
    >   (interactive "kEnter key: ")
    >   (message (key-description (this-single-command-raw-keys))))

I think it would be better to fix the code, but I don't have
time to do that myself.  For now, I will fix the doc strings
and the manual, which is easier.  If someone else wants to fix the
code, that is fine, but I think other things are more important.



reply via email to

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