From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25896 invoked from network); 4 Aug 2008 19:45:15 -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; 4 Aug 2008 19:45:15 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 99048 invoked from network); 4 Aug 2008 19:44:59 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 4 Aug 2008 19:44:59 -0000 Received: (qmail 6903 invoked by alias); 4 Aug 2008 19:44:37 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25387 Received: (qmail 6878 invoked from network); 4 Aug 2008 19:44:33 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 4 Aug 2008 19:44:33 -0000 Received: from mtaout03-winn.ispmail.ntl.com (mtaout03-winn.ispmail.ntl.com [81.103.221.49]) by bifrost.dotsrc.org (Postfix) with ESMTP id 69CFF80590E6 for ; Mon, 4 Aug 2008 21:44:26 +0200 (CEST) Received: from aamtaout02-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout03-winn.ispmail.ntl.com with ESMTP id <20080804194426.SJWK10791.mtaout03-winn.ispmail.ntl.com@aamtaout02-winn.ispmail.ntl.com> for ; Mon, 4 Aug 2008 20:44:26 +0100 Received: from pws-pc ([81.107.40.67]) by aamtaout02-winn.ispmail.ntl.com with ESMTP id <20080804194426.ZOKI19289.aamtaout02-winn.ispmail.ntl.com@pws-pc> for ; Mon, 4 Aug 2008 20:44:26 +0100 Date: Mon, 4 Aug 2008 20:44:22 +0100 From: Peter Stephenson To: zsh-workers@sunsite.dk Subject: Re: completion: highlight matching part Message-ID: <20080804204422.13f922db@pws-pc> In-Reply-To: <080803173321.ZM31527@torch.brasslantern.com> References: <20080801163301.GA3589@pepin.polanet.pl> <080802143558.ZM815@torch.brasslantern.com> <20080803111423.GA11247@pepin.polanet.pl> <080803103117.ZM26039@torch.brasslantern.com> <080803173321.ZM31527@torch.brasslantern.com> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.92.1/7938/Mon Aug 4 20:32:15 2008 on bifrost X-Virus-Status: Clean On Sun, 03 Aug 2008 17:33:21 -0700 Bart Schaefer wrote: > (1) Change complist.c:putfilecol() so that pattern tests come first, > then mode tests, and finally extension tests. I should think this is the right thing to do, isn't it? -- Peter Stephenson Web page now at http://homepage.ntlworld.com/p.w.stephenson/