From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23652 invoked by alias); 18 Jul 2015 17:17:38 -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: 35818 Received: (qmail 24872 invoked from network); 18 Jul 2015 17:17:35 -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_H2 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=xP9ySiN+0skUl5QIg94t0Z5iQ/VhO0L2Drx6kPRP6fU=; b=MS1bC/GFNWzigWNS4ZmLoDLSGvtlvRKrwCt4tGrDrMCQpbx1iUZwsN58/6g+mwhixf 5ZS+Y6XM5ZaRh9zBR3GXXhgTjtaSlX2mgR+O04INg26pAqKoPQmrhRWz7eWDFsi5v87n VTtDwhEdrgxGlAi45xowWNQh2ggnfB4GkBBZnhVaBdjO0hh/IHQMRCiKSK7+6mHdlYqE VWDSIr9zdPraB2iYfPNbIiDexVjrbBlaTdmLxDBFySMiNWF5EXjZuJargFgwTziz9ypP 8Bs5hS6oUQXyZIaITrls73eQ2/sgQCnUu23mryjee5AlxsJjeOJ6vyBSV+7FOvD/+gla GYeg== X-Gm-Message-State: ALoCoQl7AP0Z5XfCS3SuJCqPapUMPa86G4ilJrp0uExP0aci0BZ4twdnFCX3Gb932aja09IdSga6 X-Received: by 10.60.115.1 with SMTP id jk1mr19763858oeb.2.1437239849827; Sat, 18 Jul 2015 10:17:29 -0700 (PDT) From: Bart Schaefer Message-Id: <150718101725.ZM3963@torch.brasslantern.com> Date: Sat, 18 Jul 2015 10:17:25 -0700 In-Reply-To: <14646.1437186782@thecus.kiddle.eu> Comments: In reply to Oliver Kiddle "Re: bracketed paste" (Jul 18, 4:33am) References: <7277.1437023995@thecus.kiddle.eu> <14646.1437186782@thecus.kiddle.eu> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: bracketed paste MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jul 18, 4:33am, Oliver Kiddle wrote: } } Like Bart, I'd rather the text is not altered. Sometimes I really want } it verbatim and I can't write a widget to unalter it. Stripping just a } single final newline wouldn't bother me greatly, however and it would } mostly solve to concern I described above. There may be other solutions. I could live with having only a trailing newline removed. } (note that there seems to be a bug that we aren't doing unmeta() on } postedit so you might need the patch below for these). Ah, I thought that was intentional to assure that the postedit string was output verbatim. Are param values stored metafied? I don't see any unmeta() in the getsparam() call chain, which is used to retrieve the values of e.g. PROMPT_EOL_MARK, TMPPREFIX, EDITOR, HISTFILE, ... Do all of those need unmetafying too?