+2009-02-19 Andreas Schwab <schwab@suse.de>
+
+ * term.el: Remap self-insert-command to term-send-raw in
+ term-raw-map. (Bug#2386)
+
2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/lisp.el (end-of-defun): Consider the ".*\n" after the end of
(unless (or (eq i ?O) (eq i 91))
(define-key esc-map (make-string 1 i) 'term-send-raw-meta))
(setq i (1+ i)))
+ (define-key map [remap self-insert-command] 'term-send-raw)
(define-key map "\e" esc-map)
(setq term-raw-map map)
(setq term-raw-escape-map