From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6937 invoked by alias); 30 Jun 2015 16:39:52 -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: 20292 Received: (qmail 1941 invoked from network); 30 Jun 2015 16:39:50 -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.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H2 autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=+8Bfx7Q4w+rxl2Ey5F6PQU0Jj6tYjnfYIX7uCWWSsS8=; b=1AvG74fnljR6YejWWoc8IWriFMMRCuZ+pp16td3A0irJu4yOfSuB5mYkABiAERygXQ +hVq4cE4yfggwg0XIZDaWbY0rYFM7tDPwDNjzEjq4h9TkQmM46kZxik7OJzo0KUMIp7L y+E/uOFhtp/9JjuMDqYnDl6WHslukKbfenWozITwEbt9gT+W2XVf17ZMieo/lthsS6RI N+m25EDC8Mww4tmDNJ8ySH2W892B4pfsOOY3h8FLGjxSyC305xW3D0i6eAK0/Yvak0AJ f39SP8srqAI7uoflXbE4R45TXJlYOM4GnwP4YV4DJLR/CIHTDmTuaSgb9GYNiNr1aS2w 1Y9Q== MIME-Version: 1.0 X-Received: by 10.107.4.6 with SMTP id 6mr31997840ioe.49.1435682387148; Tue, 30 Jun 2015 09:39:47 -0700 (PDT) In-Reply-To: References: Date: Tue, 30 Jun 2015 18:39:47 +0200 Message-ID: Subject: Re: Pasting a line end doesn't work anymore From: Mikael Magnusson To: jarausch@igpm.rwth-aachen.de Cc: "Zsh Users' List" Content-Type: text/plain; charset=UTF-8 On Tue, Jun 30, 2015 at 11:32 AM, Helmut Jarausch wrote: > Hi, > > 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. > > Is this an intended change? I didn't change my installed xterm for quite a while. If you do indeed want to revert this change, the following in your .zshrc should do the trick: unset zle_bracketed_paste and it's harmless to have this in the rc for older zsh version too. -- Mikael Magnusson