From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Philipp Stephani
> From: Philipp <p.stephani2@gmail.com>
> Date: Fri, 07 Oct 2016 20:02:45 +0200
>
> emacs -nw -Q -f term
>
> RET to start the terminal.=C2=A0 Make sure it's in char mode.=C2= =A0 Select
> some text in another X window.=C2=A0 Go back to the Emacs term buffer,= press
> middle click, then press RET.
> Expected behavior: Selected text gets inserted and interpreted as shel= l
> command.
> Actual behavior in Emacs 24.3: Expected behavior.
> Actual behavior in Emacs built from master branch: Selected text gets<= br class=3D"gmail_msg"> > inserted, but not interpreted as shell command (i.e. nothing happens > after pressing RET).
>
> This appears to be a regression, possibly caused by
> bracketed-paste-mode.
Does it help to disable the bracketed-paste-mode in term.el?