From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3640 invoked from network); 6 Mar 2009 17:18:21 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 6 Mar 2009 17:18:21 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 76612 invoked from network); 6 Mar 2009 17:18:10 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 6 Mar 2009 17:18:10 -0000 Received: (qmail 26946 invoked by alias); 6 Mar 2009 17:18:06 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26693 Received: (qmail 26931 invoked from network); 6 Mar 2009 17:18:06 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 6 Mar 2009 17:18:06 -0000 Received: from vms173009pub.verizon.net (vms173009pub.verizon.net [206.46.173.9]) by bifrost.dotsrc.org (Postfix) with ESMTP id 2737A80307FA for ; Fri, 6 Mar 2009 18:18:02 +0100 (CET) Received: from torch.brasslantern.com ([173.67.122.60]) by vms173009.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KG3009NJHDROEEB@vms173009.mailsrvcs.net> for zsh-workers@sunsite.dk; Fri, 06 Mar 2009 11:17:56 -0600 (CST) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id n26HHooi006200 for ; Fri, 06 Mar 2009 09:17:51 -0800 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id n26HHo7W006199 for zsh-workers@sunsite.dk; Fri, 06 Mar 2009 09:17:50 -0800 From: Bart Schaefer Message-id: <090306091750.ZM6198@torch.brasslantern.com> Date: Fri, 06 Mar 2009 09:17:50 -0800 In-reply-to: <200903060951.n269pdmT002060@news01.csr.com> Comments: In reply to Peter Stephenson "Re: expansion of environment variables" (Mar 6, 9:51am) References: <090305081548.ZM4603@torch.brasslantern.com> <20090305165400.3fd18bc6@news01> <090305092126.ZM4727@torch.brasslantern.com> <200903051746.n25HkB77026580@news01.csr.com> <090305205421.ZM5160@torch.brasslantern.com> <200903060951.n269pdmT002060@news01.csr.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@sunsite.dk Subject: Re: expansion of environment variables MIME-version: 1.0 Content-type: text/plain; charset=us-ascii X-Virus-Scanned: ClamAV 0.92.1/9079/Fri Mar 6 16:36:45 2009 on bifrost X-Virus-Status: Clean On Mar 6, 9:51am, Peter Stephenson wrote: } } Yep, I'd eventually come to that conclusion. I think compfiles is } generating files without doing any matching at this stage This leaves us with the question of what changed (and why) in the builtin (compctl) widgets that has caused the new behavior there.