From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id e87d6bfc for ; Sat, 3 Aug 2019 18:58:50 +0000 (UTC) Received: (qmail 7589 invoked by alias); 3 Aug 2019 18:58:40 -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: List-Unsubscribe: X-Seq: 44638 Received: (qmail 8560 invoked by uid 1010); 3 Aug 2019 18:58:40 -0000 X-Qmail-Scanner-Diagnostics: from know-smtprelay-omc-4.server.virginmedia.net by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.101.2/25524. spamassassin: 3.4.2. Clear:RC:0(80.0.253.68):SA:0(-2.0/5.0):. Processed in 2.321005 secs); 03 Aug 2019 18:58:40 -0000 X-Envelope-From: p.w.stephenson@ntlworld.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _smtprelay.virginmedia.com designates 80.0.253.68 as permitted sender) X-Originating-IP: [86.16.88.158] X-Authenticated-User: p.w.stephenson@ntlworld.com X-Spam: 0 X-Authority: v=2.3 cv=dLqIZtRb c=1 sm=1 tr=0 a=MiHCjVqLJ44lE3bxSlffFQ==:117 a=MiHCjVqLJ44lE3bxSlffFQ==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=IkcTkHD0fZMA:10 a=HzMrNm7o88DbtqS8Em8A:9 a=QEXdDO2ut3YA:10 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ntlworld.com; s=meg.feb2017; t=1564858680; bh=6J1ButeLQytVIw9IEiKrb2SdAAc9DolBCBfAwUHtafE=; h=Subject:From:To:Date:In-Reply-To:References; b=3PfDc3TiUonSxrrN+LLtbbDos3K76LB2graRGJbnRntrq6q0SN0Z0963Eo6RO/JW6 MPnOQS8AuYwfppaqA3cGpX3qo9uJb/sC02Z7FRRo3xSy01KF+p79eZ/6ReJmnSzq36 QttVobNAIMXsvIHaicbZ1BWZ58qH/+U8WIU2O19kqvUA5R+AVzIDz0mE15k3x0lybG 6uDTNZVFZh45dLdD+yGbvz6jTM2vowKaIkILqb8+ippzEgTPMOOshosjBpWRExQqWQ UoTkVd3NBK2PPm8DRPhCmX8uI8NTy3312XMT7XPLat6LYFduhT3lg/gp/DTd89fvGs Ni5f7+nMvkPhw== Message-ID: <6e4c7deb91588b3af2cb17590bd7c041d2b3bfbb.camel@ntlworld.com> Subject: Re: PATCH: function copy From: Peter Stephenson To: zsh-workers@zsh.org Date: Sat, 03 Aug 2019 19:58:00 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfCbPD0Md9AtHU5I1ZOgaJzlH8co7s2cEu7fPXYejVkIg5a2V9O4a6k6jZc5/0qHnkmukIYjH2oUIy7dv3t3DTFYMpRAwIwRrAiRI4mfjgQFvFrbRhTRU ZQa9vSgkW2jVCA/mnrcYpjG8FU9D+gzL+ynnyAEnk7qcaHniGe9N5p2j On Mon, 2019-07-15 at 21:00 +0100, Peter Stephenson wrote: > I've had this lying around for a while, wondering if there's more to it, > but I can't think of it. > > The point is that it's very easy internally to provide an interface to > tweak standard functions to add arbitrary code before and after --- we > have most of the support for this internally, and just lack the means to > add a different name for a function, which this adds. Now I've finally got a few minutes... Didn't hear any arugments against committing this fairly self-contained patch mostly using existing features, so I'll do that. Obviously, I understand this isn't the be all and end all of the subject but it's all I have to contribute. pws