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

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

bug#38335: Emacs term: bracketed paste not supported


From: Gang Liang
Subject: bug#38335: Emacs term: bracketed paste not supported
Date: Fri, 22 Nov 2019 15:01:54 -0800

Bracketed paste is well supported in emacs, yet not in the term
buffer. The reason I assume is that the terminal buffers need to be
processed differently that special escape sequences need to be sent to
the underlying process, so the program running inside a term buffer
can tell the difference between manual typing and pasting.

Steps to reproduce the issue:

1. M-x term
2. run python (or any program which differentiates typing from pasting)
3. paste some codes with indentation into the python
4. verify the indentation is messed up





reply via email to

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