From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24611 invoked by alias); 21 Jul 2015 23:08:59 -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: 35846 Received: (qmail 28410 invoked from network); 21 Jul 2015 23:08:57 -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=ybhpM3aeoVTslRgnsEErhxGAzL5cO3Im28yRNEpoyXU=; b=JDJGOYs3yjN/EXBKetOYHhjWlyPtWF/m5jJXq2hBlxAQ9rdh91qGM7+4Vav9WdnDt+ 63CQmzJd+uhVQzJEop9/R8gHKj3Qy4LJzl0U1Ry95gluYmVUrkzkcRCTdWKiAMn+YLR0 fI3CI6IM7Acf80pFwtAL/xgmnPAEFu3iBg3BcCmoIfNwcPTz+/eoT5iIlvzAwmwqGXDe MNcslDBvlyhJOw5Y2j6ZUY10uG49CtE9+dG4fSHXAjBub5TW/e/3+aY0BHJ/QfsXfvXt FAa4A+jkd2ta03q5vXl3JTvT76CrQRFqTp6uvG9yB3Kku4GrlKIbSbNtkS/rDLLb1Odv qOjA== X-Gm-Message-State: ALoCoQnph5Uce0QB2NSkIgrOrYw8F5w8fwvEwl0fKOyerN0yEy6EGYgNzX/0eW8u+N5B1Ll+F1p8 X-Received: by 10.202.186.132 with SMTP id k126mr32575027oif.60.1437520136193; Tue, 21 Jul 2015 16:08:56 -0700 (PDT) From: Bart Schaefer Message-Id: <150721160853.ZM15484@torch.brasslantern.com> Date: Tue, 21 Jul 2015 16:08:53 -0700 In-Reply-To: <20150721210701.457212d9@ntlworld.com> Comments: In reply to Peter Stephenson "Re: Unmetafy of getsparam()" (Jul 21, 9:07pm) References: <7277.1437023995@thecus.kiddle.eu> <14646.1437186782@thecus.kiddle.eu> <150718101725.ZM3963@torch.brasslantern.com> <18322.1437262124@thecus.kiddle.eu> <150719011354.ZM18370@torch.brasslantern.com> <20150721210701.457212d9@ntlworld.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: Unmetafy of getsparam() MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jul 21, 9:07pm, Peter Stephenson wrote: } Subject: Re: Unmetafy of getsparam() } } On Sun, 19 Jul 2015 01:13:54 -0700 } Bart Schaefer wrote: } > Here's a patch that attempts to clean up [un]metafication of non-special } > parameter values used internally to the shell. Well, some of them. } } Seems to make sense. You can commit it now. (Oops...) Oops, indeed. Someone should probably test using a character that needs metafication in ZLE_REMOVE_SUFFIX_CHARS and/or ZLE_SPACE_SUFFIX_CHARS.