From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20862 invoked from network); 7 Sep 2000 14:41:14 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 7 Sep 2000 14:41:14 -0000 Received: (qmail 27127 invoked by alias); 7 Sep 2000 14:41:03 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12772 Received: (qmail 27120 invoked from network); 7 Sep 2000 14:41:01 -0000 From: "Bart Schaefer" Message-Id: <1000907144038.ZM31169@candle.brasslantern.com> Date: Thu, 7 Sep 2000 14:40:38 +0000 In-Reply-To: <200009070838.KAA01743@beta.informatik.hu-berlin.de> Comments: In reply to Sven Wischnowsky "PATCH: RE: Trivial patches for FreeBSD" (Sep 7, 10:38am) References: <200009070838.KAA01743@beta.informatik.hu-berlin.de> X-Mailer: Z-Mail (5.0.0 30July97) To: Sven Wischnowsky , zsh-workers@sunsite.auc.dk Subject: Re: PATCH: RE: Trivial patches for FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Sep 7, 10:38am, Sven Wischnowsky wrote: } } Andrej Borsenkow wrote: } } > compadd "$@" - /boot/kernel/*.ko(N:t) /modules/*.ko(N:t) && ret=0 } } That sounds reasonable. I've changed in some other places, too (anyone } who uses _mailboxes please check my work there). Looks OK, but: Is there EVER a case where we want the completion system to fail with a "no match" error, or to return a glob pattern instead of an actual file name? Maybe _main_complete should setopt nullglob nocshnullglob and have done with it. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net