Hi, XEmacs.
I would like to put functions into function-key-map as the bindings of a
key sequence, something like:
(define-key function-key-map [?\e ?\[ ?1 ?}] 'kn-prefix-control)
, the intention being that on receiving the key sequence ESC [ 1 },
the control modifier will be added to the next key received.
This works fine on another editor. I'm not having luck with it in
XEmacs. The documentation for function-key-map doesn't mention
functions as bindings. If there isn't the possibility of functions
here, is there some other way to do what I want?
--
Alan Mackenzie (Nuremberg, Germany).
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta