From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6057 invoked from network); 5 Aug 2008 10:31:03 -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; 5 Aug 2008 10:31:03 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 52850 invoked from network); 5 Aug 2008 10:30:40 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 5 Aug 2008 10:30:40 -0000 Received: (qmail 5228 invoked by alias); 5 Aug 2008 10:30:21 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25393 Received: (qmail 5201 invoked from network); 5 Aug 2008 10:30:16 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 5 Aug 2008 10:30:16 -0000 Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by bifrost.dotsrc.org (Postfix) with ESMTP id 97932805A42D for ; Tue, 5 Aug 2008 12:30:10 +0200 (CEST) Received: by wa-out-1112.google.com with SMTP id v27so1944916wah.21 for ; Tue, 05 Aug 2008 03:30:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=yThwq0Ap8+EulCbTmZVPKF3BiL2BxnGfWFKk/V2tJAk=; b=EtTMhaNUm5q/D5KQS2KUPvUj1QgET7saNq5x7FPsvYoh82rkJob42dMLUhaKNMCkZy bWbCfiJRiLPcF7oLokyYMJ5K+yrX20H8sencIahBqm0XGroOATUW6ODGuYBYljCwpfbJ koHlYhuoGAGMeBzd9cG8yA+tAmy5JjNX8j2kA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=fHqPRqmstaOc6WjeI8H3HNUMxWJcsWLTou5UAWR2euxglIRI/b3ViIudBU0bU09I1n CVU9izmVmg2Q0pE95nlBkvG1oI5d4aStiTODQKb8qw0hqhNevTekITiD+dc1a93awiHF 96FHmskV+sNqqwtulDXD6OdJyVA57wI98eLA0= Received: by 10.114.137.2 with SMTP id k2mr15364000wad.95.1217932209629; Tue, 05 Aug 2008 03:30:09 -0700 (PDT) Received: by 10.114.159.2 with HTTP; Tue, 5 Aug 2008 03:30:09 -0700 (PDT) Message-ID: <6cd6de210808050330g1189e79ei6499a693ca1c0e@mail.gmail.com> Date: Tue, 5 Aug 2008 06:30:09 -0400 From: "Rocky Bernstein" To: zsh-workers@sunsite.dk Subject: Re: completion: highlight matching part In-Reply-To: <200808050813.m758D8UK009568@news01.csr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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> <20080804204422.13f922db@pws-pc> <080804165426.ZM862@torch.brasslantern.com> <080804171611.ZM11739@torch.brasslantern.com> <200808050813.m758D8UK009568@news01.csr.com> X-Virus-Scanned: ClamAV 0.92.1/7941/Tue Aug 5 00:44:27 2008 on bifrost X-Virus-Status: Clean On Tue, Aug 5, 2008 at 4:13 AM, Peter Stephenson wrote: > Bart Schaefer wrote: >> On Aug 4, 4:54pm, Bart Schaefer wrote: >> } Subject: Re: completion: highlight matching part >> } >> } On Aug 4, 8:44pm, Peter Stephenson wrote: >> } } Subject: Re: completion: highlight matching part >> } } >> } } 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? >> } >> } I agree >> >> Here's the patch, mostly so you can proof my doc change. > > I can't see any problem. I think it's one of those things (like > DEBUG_BEFORE_CMD) where nobody knew it wasn't the best way of doing it > until they tried it. Interesting. You mean there isn't going to be an option to keep compatibility with prior versions of zsh? ;-) > > -- > Peter Stephenson Software Engineer > CSR PLC, Churchill House, Cambridge Business Park, Cowley Road > Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070 >