bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#20444: paste error in emacs -nw


From: Stefan Monnier
Subject: bug#20444: paste error in emacs -nw
Date: Mon, 11 May 2015 11:31:51 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

>> apply the patch below, and then show me the content of *Messages*.
> There was no patch.

Oh, come on Glenn!  What kind of lame excuse is that!


        Stefan


diff --git a/lisp/term/xterm.el b/lisp/term/xterm.el
index 79699c6..0f3a2ab 100644
--- a/lisp/term/xterm.el
+++ b/lisp/term/xterm.el
@@ -700,6 +700,8 @@ We run the first FUNCTION whose STRING matches the input 
events."
       (set-keymap-parent map (keymap-parent local-function-key-map))
       (set-keymap-parent local-function-key-map map))
 
+    (message "before, i-d-m = %S" input-decode-map)
+
     (let ((map (copy-keymap xterm-function-map)))
 
       ;; Use inheritance to let the main keymap override those defaults.
@@ -708,6 +710,8 @@ We run the first FUNCTION whose STRING matches the input 
events."
       (set-keymap-parent map (keymap-parent input-decode-map))
       (set-keymap-parent input-decode-map map)))
 
+  (message "after, i-d-m = %S" input-decode-map)
+
   (xterm-register-default-colors)
   (tty-set-up-initial-frame-faces)
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]