Stefan <[EMAIL PROTECTED]> writes: > Doing it at top-level, means the change is applied when the file is > read, which is contrary to coding conventions.
There's a bug in tpu-edt.el where it defines keys in the global-map on loading (e.g. when doing M-x customize-group RET emulations RET): ;;; Define keymaps ;;; (define-key global-map "\e[" CSI-map) ; CSI map (define-key global-map "\eO" SS3-map) ; SS3 map -- Johan Bockgård _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel