Eli Zaretskii <
eliz@gnu.org> schrieb am Sa., 8. Okt. 2016 um 07:27 Uhr:
> From: Philipp Stephani <p.stephani2@gmail.com>
> Date: Fri, 07 Oct 2016 20:19:47 +0000
> Cc: 24639@debbugs.gnu.org
>
> > Maybe M-x term should temporarily bracketed paste mode when in char
> > mode.
>
> That's what I was trying to suggest. Does this have downsides?
>
> I wouldn't expect any. Bracketed paste mode is a bit faster, but running a bit slower is better than not working
> at all.
Then please push such a change to the emacs-25 branch.
Unfortunately it's not that simple: Bracketed paste more should only be disabled when a term buffer is active on an xterm and in char mode. So this will probably require an addition to window-configuration-change-hook or similar.