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

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

Re: Pasting texts into terminal emacs buffer


From: Kevin Shell
Subject: Re: Pasting texts into terminal emacs buffer
Date: Sun, 20 Sep 2020 22:32:59 +0800
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.2.2


Eli Zaretskii 於 2020/9/20 21:54 寫道:
From: Kevin Shell <kshell@gmx.com>
Date: Sun, 20 Sep 2020 21:26:16 +0800

then the emacs echo area output : Beginning of buffer

No texts are paste into emacs buffer.
Does this happen with "emacs -Q"?

And what is the value of your TERM environment variable?
Oh, I can paste with "emacs -Q -nw"。

My TERM value is xterm-256color.
Emacs should support pasting with this value of TERM.

Does it mean site config file cause this issue?(global-set-key (kbd "M-[") 
'scroll-down-line)
Either the site config, or one of your customizations, yes.


Hello again.

I have found the issue.

The problem is my config line:

 (global-set-key (kbd "M-[") 'scroll-down-line)

but I don't understand why it relates to texts pasting?




reply via email to

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