emacs-devel
[Top][All Lists]
Advanced

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

"special" keys understood by `kbd' (aka `read-kbd-macro', aka `edmacro-p


From: Miles Bader
Subject: "special" keys understood by `kbd' (aka `read-kbd-macro', aka `edmacro-parse-keys')
Date: Sat, 28 Oct 2000 21:49:28 +0900 (JST)

If the `kbd' function is given "RET" (or "<RET>") it returns "^M", since
`RET' is emacs' user-friendly name for carriage return.

It also does this for the following keys:

  "\\<\\(NUL\\|RET\\|LFD\\|ESC\\|SPC\\|DEL\\)$"

However, it *doesn't* do so for TAB (it just returns it as a function
key), which is odd, because the same file *prints* a tab as "TAB".

Is this an oversight, or is there some reason?

-Miles



reply via email to

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