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: Sun, 03 May 2015 21:28:32 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

>  RET [newline]                           ; pasted after this
>  ESC [ 2 0 0 [nil]
>  ~ [self-insert-command]

Hmm... I get

 RET [newline]
 ESC [ 2 0 0 ~ [xterm-paste]
 t e x t ESC [ 2 0 1 ~ RET [newline]

So, somehow your xterm is put into the mode that uses the "bracketed
paste" feature, yet Emacs seems to fail to parse that escape sequence properly.

What does (lookup-key input-decode-map "\e[200~") return?
What about (lookup-key input-decode-map "\e[200")
and (lookup-key input-decode-map "\e[20")?


        Stefan





reply via email to

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