(key-description [67108896]) => "C-SPC"
    (key-description "\C- ") => "C-@"

    > Emacs users learn quickly to read "^@" as "control @", and they also
    > learn that this is equivalent to "control SPC", but [67108896] is hard
    > to read and digest.

    Keys are just integers in Emacs.  There is nothing that makes any integer
    special wrt to keys.

It would be feasible to define a custom type that would
display these vectors or strings of integers in a way
that is convenient when they are really key sequences.
It could be called `key-sequence'.

I don't plan to do this myself.


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to