From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11175 invoked from network); 4 Aug 2008 23:55:16 -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 23:55:16 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 73600 invoked from network); 4 Aug 2008 23:54:57 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 4 Aug 2008 23:54:57 -0000 Received: (qmail 16235 invoked by alias); 4 Aug 2008 23:54:50 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25388 Received: (qmail 16215 invoked from network); 4 Aug 2008 23:54:48 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 4 Aug 2008 23:54:48 -0000 Received: from vms044pub.verizon.net (vms044pub.verizon.net [206.46.252.44]) by bifrost.dotsrc.org (Postfix) with ESMTP id C40D380590E6 for ; Tue, 5 Aug 2008 01:54:45 +0200 (CEST) Received: from torch.brasslantern.com ([96.238.214.225]) by vms044.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0K5300CR7P2RSFM1@vms044.mailsrvcs.net> for zsh-workers@sunsite.dk; Mon, 04 Aug 2008 18:54:28 -0500 (CDT) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id m74NsQXH000864 for ; Mon, 04 Aug 2008 16:54:27 -0700 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id m74NsQW5000863 for zsh-workers@sunsite.dk; Mon, 04 Aug 2008 16:54:26 -0700 Date: Mon, 04 Aug 2008 16:54:26 -0700 From: Bart Schaefer Subject: Re: completion: highlight matching part In-reply-to: <20080804204422.13f922db@pws-pc> To: zsh-workers@sunsite.dk Message-id: <080804165426.ZM862@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii 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> Comments: In reply to Peter Stephenson "Re: completion: highlight matching part" (Aug 4, 8:44pm) X-Virus-Scanned: ClamAV 0.92.1/7941/Tue Aug 5 00:44:27 2008 on bifrost X-Virus-Status: Clean 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, but wanted to mention the other options because this is arguably the most distant from what zsh used to do (before workers/25006).