Remap self-insert-command to term-send-raw in

term-raw-map.  (Bug#2386)
This commit is contained in:
Andreas Schwab
2009-02-19 17:15:58 +00:00
parent f2a8252af4
commit 083d6104ef
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
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

View File

@@ -895,6 +895,7 @@ is buffer-local.")
(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