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: Mon, 11 May 2015 13:19:50 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

I was just going to guess that the answer was "5",
but it turns out it isn't...

Stefan Monnier wrote:

> --- 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)


This bit didn't run. It turns out that I have COLORTERM=rxvt set in my
environment. So I end up in the other branch, that's based on
xterm-alternatives-map rather than xterm-function-map.

Maybe this is a local problem. I'm still using the venerable aterm,
which sets COLORTERM=rxvt. When I start an xterm from that, it inherits
that setting and does not replace it with anything.

(But perhaps xterm-paste also needs to be in xterm-alternatives-map?)





reply via email to

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