From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25511 invoked by alias); 30 Jun 2015 15:33:46 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 20288 Received: (qmail 25130 invoked from network); 30 Jun 2015 15:33:39 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.0 X-Authority-Analysis: v=2.1 cv=X+5rdgje c=1 sm=1 tr=0 a=w5Yuw6sC0Vi6GYoJVYwf8g==:117 a=w5Yuw6sC0Vi6GYoJVYwf8g==:17 a=MaMx-SQXg8kA:10 a=N659UExz7-8A:10 a=jhd6lgRfP0vjHsJVyjQA:9 a=pILNOxqGKmIA:10 Message-id: <5592AFC4.6020302@eastlink.ca> Date: Tue, 30 Jun 2015 08:03:32 -0700 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.5.0 MIME-version: 1.0 To: zsh-users@zsh.org Subject: Re: Pasting a line end doesn't work anymore References: <20150630111053.488283d3@pwslap01u.europe.root.pri> In-reply-to: <20150630111053.488283d3@pwslap01u.europe.root.pri> Content-type: text/plain; charset=windows-1252; format=flowed Content-transfer-encoding: 7bit On 06/30/2015 03:10 AM, Peter Stephenson wrote: > On Tue, 30 Jun 2015 11:32:18 +0200 > Helmut Jarausch wrote: >> after the last upgrade (GIT 27.06.2015) the following doesn't work anymore. >> >> If I paste some lines (including end-of-line) into an xterm the commands aren't executed unless >> I enter on my keyboard in addition. I've long since given up being astonished at how some things work, but am I to take from this that there is/was a time when you'd paste a line of text (with the end of line there by virtue of it being a line of text) into an xterm and it would execute? And this would be considered proper? >> > It is --- pasted text is treated just as text, not editor commands. > > However, I was thinking it needed something in README to explain what's > going on and point at the controls. > > pws >