From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18363 invoked by alias); 10 Sep 2015 14:45:32 -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: 36467 Received: (qmail 2981 invoked from network); 10 Sep 2015 14:45:32 -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=l7VkKWg9nGC83zbAVq8uWOEBxu0Ze5Vk9i8j2Vna48Y=; b=b3uD5lzWvbRMjmmPN11hbzPhI+/6I24pAc4WS+QvYW1vFufYZAG1VRjDcQYi8jT6lk tlE7iFPxSNGzjvtiiFJaELzcTavPMLlDIF7qzZdSpiSKt6A7mDHv2/OebnzVy1DHnQfY VtCmDm1BCryTLgv03G+Rv4ZP2K73+hxYZ04fQubTjaq73twWap2DWSBzdMZokTYexLvn wKpAptz3bLCIqeMimcCTXfQaKpdjwNpE5FFLGcWy7E/vIiceKFLgSdf2kzWt3XTsXYDv 5qU+nJCu+PvcSpW3uZgqc6mcCOs+ANeIlVZGhDAnGNE5tKVZpqFiqH0F1kANeeAPwrf5 7cjg== X-Gm-Message-State: ALoCoQmSA2kCBWkuPV3xq5izQIPpbhjYl9iewNlulbACH0U9EBEkb1SuCw9e2RlnV/4/9AhtlMU6 X-Received: by 10.60.124.230 with SMTP id ml6mr32413595oeb.81.1441896329048; Thu, 10 Sep 2015 07:45:29 -0700 (PDT) From: Bart Schaefer Message-Id: <150910074525.ZM22010@torch.brasslantern.com> Date: Thu, 10 Sep 2015 07:45:25 -0700 In-Reply-To: <13644.1441708777@thecus.kiddle.eu> Comments: In reply to Oliver Kiddle "Re: bracketed paste - chopping trailing newlines" (Sep 8, 12:39pm) References: <20150829012452.GE30848@bosko.stateful.de> <150828220057.ZM14497@torch.brasslantern.com> <20150830202530.GF30848@bosko.stateful.de> <150901164827.ZM2480@torch.brasslantern.com> <20150903235936.GH30848@bosko.stateful.de> <20150906095224.GD1895@tarsus.local2> <4397.1441547465@thecus.kiddle.eu> <13644.1441708777@thecus.kiddle.eu> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: Zsh hackers list Subject: Re: bracketed paste - chopping trailing newlines MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Sep 8, 12:39pm, Oliver Kiddle wrote: } } Not getting magic-space in the middle of a paste is fairly apparent. The } same for intervening accept-lines because the prompt is not reprinted } for each line. So in these cases a user expecting old behaviour would } see that there has been a change and hopefully be pleasantly surprised } rather than confused. Unfortunately this also means that failure of url-quote-magic is also fairly apparent and is both an unpleasant surprise AND confusing, but we're already past that. } A trailing newline is not so apparent. It seems } like I'm just repeating myself on the rationale for the blank stripping; } wasn't the case made adequately back in 35794? I don't see rationale in that specific message and I re-read a few of the follow-ups without ever finding it explained all in one place, so maybe that is the problem. Or in Carsten's case, it was adequately explained but he simply disagrees.