From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15720 invoked from network); 31 Oct 2008 09:08:49 -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; 31 Oct 2008 09:08:49 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 19478 invoked from network); 31 Oct 2008 09:08:43 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 31 Oct 2008 09:08:43 -0000 Received: (qmail 6815 invoked by alias); 31 Oct 2008 09:08:37 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25980 Received: (qmail 6798 invoked from network); 31 Oct 2008 09:08:36 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 31 Oct 2008 09:08:36 -0000 Received: from n4.bullet.ukl.yahoo.com (n4.bullet.ukl.yahoo.com [217.146.182.181]) by bifrost.dotsrc.org (Postfix) with SMTP id 89AEF80524C0 for ; Fri, 31 Oct 2008 10:08:20 +0100 (CET) Received: from [217.146.182.178] by n4.bullet.ukl.yahoo.com with NNFMP; 31 Oct 2008 09:08:20 -0000 Received: from [87.248.110.118] by t4.bullet.ukl.yahoo.com with NNFMP; 31 Oct 2008 09:08:20 -0000 Received: from [127.0.0.1] by omp223.mail.ukl.yahoo.com with NNFMP; 31 Oct 2008 09:08:20 -0000 X-Yahoo-Newman-Id: 360502.8630.bm@omp223.mail.ukl.yahoo.com Received: (qmail 17286 invoked from network); 31 Oct 2008 09:08:20 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.uk; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Received:In-reply-to:From:References:To:Subject:Date:Message-ID; b=MMtZGafq06qZxt36/1H2HGqBY6IGdWCDgLfgUieaIVfe3uPgYNEF7UAIgNiRrAFu70bcQp0JRiebb8fIf37lcXMgYYrwSXOieyLb010FGhlKLc3uNRP3lDJqPwIWUWza24V1w9zg6bOOzkLtdGUL37AcC1XlAfat251G4JUZOKg= ; Received: from unknown (HELO thecus) (okiddle@89.60.243.114 with plain) by smtp127.mail.ukl.yahoo.com with SMTP; 31 Oct 2008 09:08:19 -0000 X-YMail-OSG: KqaDKJUVM1mw47MGNzsZy4XbhnTijviljpCcgQOAki4PdiOh5Lx3YVxDHuqqzM0ZCC8FVjPQbfJO74RWhLptnAO6y.ABFYrm4swbPcvnqd8xw7C8q6s.5MV6mTTUixZuZrO2o3hnD68r44WiQGOAZXAfY54yYRsvc.2bN_c- X-Yahoo-Newman-Property: ymail-3 Received: from localhost ([127.0.0.1] helo=thecus) by thecus with esmtp (Exim 4.63) (envelope-from ) id 1KvpzO-0005s2-C4 for zsh-workers@sunsite.dk; Fri, 31 Oct 2008 10:08:18 +0100 In-reply-to: <20081030220046.2e94bcfc@pws-pc> From: Oliver Kiddle References: <24068.1225366130@thecus> <20081030220046.2e94bcfc@pws-pc> To: Zsh workers Subject: Re: completion matching problem with 4.3.8 Date: Fri, 31 Oct 2008 10:08:18 +0100 Message-ID: <22569.1225444098@thecus> X-Virus-Scanned: ClamAV 0.92.1/8546/Fri Oct 31 02:39:08 2008 on bifrost X-Virus-Status: Clean Peter Stephenson wrote: > (Well, took an hour and three quarter or so.) > > This *might* be the fix to the original bug. Thanks Peter. I've rebuilt on Solaris 10 now and it is working again. Oliver