From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19265 invoked by alias); 27 Jun 2015 18:35:44 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 20282 Received: (qmail 9335 invoked from network); 27 Jun 2015 18:35:42 -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_H3,RCVD_IN_MSPIKE_WL 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=YQhZhQmV64ucR6TuXVOrUqxqdWz5PbAHp8iVLKXeZ/U=; b=CPvvT3MWxJIH4NPBq8++YZQx1lK8TwJU5AWcZbEPcEoTmhHNIt7HtTLhlrtpW0JMYE xMi4m1gHXIrzIOtaBgNiPLgbx9w8DUUJEv9CB9EpcFqRpauHfVrNvE9f5U8ovxuRHB42 bBBdnlQtMUPGuncGAXO4tfoKTFDiL/9ORaN/kr2TgJFCepeteEKGAQOa0sE/LixxFKTC IiUqt/WRIR6ikrt1pDCt4JdLRjPGmKihr6Ttzcqy1ls5n1kSKeZluIP73qj7/TD0ph8L hNsWV6tMW4M15MFMX6Tk0bLeDjh9Ha/UIrqcZIJGuVTsHc588WZkGXxgEAjwDR53qvBT 43FA== X-Gm-Message-State: ALoCoQmqSa9xIcyRXtEl9SQEOqA0kbrsY4F7HZ44Lk3LVXwrxLuzZZNzARhg1ev51dpPd0LyO1nf X-Received: by 10.202.232.78 with SMTP id f75mr6603445oih.18.1435430139292; Sat, 27 Jun 2015 11:35:39 -0700 (PDT) From: Bart Schaefer Message-Id: <150627113525.ZM3645@torch.brasslantern.com> Date: Sat, 27 Jun 2015 11:35:25 -0700 In-Reply-To: <20150627174341.6cbc20de@ntlworld.com> Comments: In reply to Peter Stephenson "Re: Tab completion error after upgrade" (Jun 27, 5:43pm) References: <150626145238.ZM21872@torch.brasslantern.com> <20150627174341.6cbc20de@ntlworld.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-users@zsh.org Subject: Re: Tab completion error after upgrade MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jun 27, 5:43pm, Peter Stephenson wrote: } } So the simplest thing to do is just split the definitions. I believe } these deliberately don't use the trap builtin. Right; they deliberately DID use the trap builtin when I added them, but it was determined that some side-effects didn't propagate correctly if functions were not used. -- Barton E. Schaefer