On Fedora Core 3, in an xterm
C-q C-left inserts ^[[1;5D
C-q S-left inserts ^[[1;2C
C-h k C-left says:
<C-left> runs the command backward-word
but
C-h k S-left says:
<left> runs the command backward-char
(the same is true for all the other arrow keys).
So it seems that C-left is correctly interpreted, but S-left is not.
In term/xterm.el both bindings are present:
(define-key map "\e[1;5D" [C-left])
(define-key map "\e[1;2D" [S-left])
Does this ring a bell to anybody?
Thanks!
--dan
_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug