Remap self-insert-command to term-send-raw in
term-raw-map. (Bug#2386)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user