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: Glenn Morris
Subject: bug#20444: paste error in emacs -nw
Date: Wed, 06 May 2015 22:03:25 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Stefan Monnier wrote:

> (advice-add (quote xterm-register-default-colors) :before
>             (lambda (&rest _)
>               (message "x-r-d-c-1: %S"
>                        (lookup-key xterm-function-map
>                                    "\e[200~"))
>               (message "x-r-d-c-2: %S"
>                        (lookup-key (copy-keymap xterm-function-map)
>                                    "\e[200~"))
>               (message "x-r-d-c-3: %S"
>                        (lookup-key (keymap-parent input-decode-map)
>                                    "\e[200~"))
>               (message "x-r-d-c-4: %S"
>                        (lookup-key (let ((map (copy-keymap 
> xterm-function-map)))
>                                      (set-keymap-parent map (keymap-parent 
> input-decode-map))
>                                      map)
>                                    "\e[200~"))
>             ))


x-r-d-c-1: [xterm-paste]
x-r-d-c-2: [xterm-paste]
x-r-d-c-3: 5
x-r-d-c-4: [xterm-paste]


> PS: While you're at it, could you try the patch below, which shouldn't
> make any difference to your problem, but would be good anyway.

As you say, it doesn't make any difference.





reply via email to

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