> I am using xterm-215 that emits escape sequences for some key
> combinations that did not emit any special sequence.

> For example C-. emits "\e[27;5;46~"

> Now if I do:

> emacs -q -nw
> M-: (define-key function-key-map "\e[27;5;46~" [(control ?\.)]) RET
> M-x global-set-key RET C-. RET indent-region RET

Sorry, I missed this second line on first reading.
But also I failed to notice that the first line is incorrect: the XEmacs
syntax [(control ?\.)] is only supported for the second arg of define-key,
not the third.
I'm wondering how it worked in Emacs-21.4.


        Stefan


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to