From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12963 invoked by alias); 11 Sep 2015 22:42:16 -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: 36498 Received: (qmail 12226 invoked from network); 11 Sep 2015 22:42:15 -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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=egB9TVCOamu0VOUIntu7DwvIswSuGuuC7fs8Y4LUrfU=; b=UB2Op8bvuMUHWL7JnC1qf9LcCim1JdX8UkDZEZK+ZR1f4DEVol+e4cglXTEto3Bwsl vgKVXOtRjPrggow1q9emSrfePt5zVp/TmAOO2EbuWsglBBrfDNAwlSw7lSPVWbsw5/t7 szZ7irAq4ZONN6NbssjbYm0ZeDoxMsiqyxhkjLM9SuOWj8h1jzmOl4FBq6GBH1GHTquT XOqyPMG/faAD2bM0DxHFrdGijyryTQjpeVgRB97RXd5QxzwuMzkJSANl2x5qgMc1VaMl JB5kHp31ciqCk5hdjxHAhVEUEwuGgyFA9wutPazxF9OF0QajkPhXLZ5KL72bxeQ0Xjju cKyw== X-Gm-Message-State: ALoCoQnQ2+rTkbrwD38m94kOOnrxG/Em79rQCL9ek5QUnQqnzkVeamnhxlY2NfqIXPD+s32p0Xhc X-Received: by 10.60.176.37 with SMTP id cf5mr1020595oec.19.1442011330158; Fri, 11 Sep 2015 15:42:10 -0700 (PDT) From: Bart Schaefer Message-Id: <150911154207.ZM8630@torch.brasslantern.com> Date: Fri, 11 Sep 2015 15:42:07 -0700 In-Reply-To: <20150911212920.2b2433fa@ntlworld.com> Comments: In reply to Peter Stephenson "PATCH: read full multibyte string a bit more sooner" (Sep 11, 9:29pm) References: <20150911212920.2b2433fa@ntlworld.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: Zsh hackers list Subject: Re: PATCH: read full multibyte string a bit more sooner MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Sep 11, 9:29pm, Peter Stephenson wrote: } Subject: PATCH: read full multibyte string a bit more sooner } } I'll commit it now the release is out of the way but it'll need some } shaking down. This breaks for me with bracketed-paste-magic when pasting the multibyte strings from Test/D07multibyte, specifically "More metafied characters in prompt expansion" test that has several different languages. I even tried reverting to the previous bracketed-paste-magic that does not have the [[:INCOMPLETE:]] loop, and it fails in the same way. I'm not entirely certain, but I think the value in $KEYS is wrong, it no longer works to use PASTED=${PASTED#$KEYS} (nor the $mbchar variation) so the read-command loop never stops.