From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21107 invoked by alias); 10 Sep 2015 15:44:07 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 36472 Received: (qmail 21957 invoked from network); 10 Sep 2015 15:44:05 -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=-0.7 required=5.0 tests=BAYES_00,RCVD_NUMERIC_HELO, T_FSL_HELO_BARE_IP_2 autolearn=no autolearn_force=no version=3.4.0 X-Injected-Via-Gmane: http://gmane.org/ To: zsh-workers@zsh.org From: Yuri D'Elia Subject: Re: Pasting UTF-8 characters with bracketed-paste-magic seems broken in 5.1 Date: Thu, 10 Sep 2015 17:26:20 +0200 Message-ID: References: <20150906155751.GD3721@sym.noone.org> <20150910111751.GN3721@sym.noone.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 193.106.183.18 X-Enigmail-Draft-Status: N1110 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.1.0 In-Reply-To: <20150910111751.GN3721@sym.noone.org> On 10/09/15 13:17, Axel Beckert wrote: > Has nobody an idea what could cause this? I also get the same. It seems to be triggered by the undo processing in (while [[ -n $PASTED ]] && zle .read-command; do ...) block, although I don't have time to analyze what fails exactly.