From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19024 invoked from network); 17 Sep 2003 15:41:55 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 17 Sep 2003 15:41:55 -0000 Received: (qmail 25448 invoked by alias); 17 Sep 2003 15:39:55 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6597 Received: (qmail 25437 invoked from network); 17 Sep 2003 15:39:54 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 17 Sep 2003 15:39:54 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [193.109.254.211] by sunsite.dk (MessageWall 1.0.8) with SMTP; 17 Sep 2003 15:39:50 -0000 X-VirusChecked: Checked X-Env-Sender: okiddle@yahoo.co.uk X-Msg-Ref: server-12.tower-36.messagelabs.com!1063813189!608702 X-StarScan-Version: 5.0.7; banners=-,-,- Received: (qmail 28505 invoked from network); 17 Sep 2003 15:39:49 -0000 Received: from iris.logica.co.uk (158.234.9.163) by server-12.tower-36.messagelabs.com with SMTP; 17 Sep 2003 15:39:49 -0000 Received: from gmcs3.local ([158.234.142.61]) by iris.logica.co.uk (8.12.3/8.12.3/Debian -4) with ESMTP id h8HFdngj031362 for ; Wed, 17 Sep 2003 16:39:49 +0100 Received: from gmcs3.local (localhost [127.0.0.1]) by gmcs3.local (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id h8HFF4b21213 for ; Wed, 17 Sep 2003 17:15:05 +0200 To: Zsh-users List X-VirusChecked: Checked X-StarScan-Version: 5.0.7; banners=.,-,- In-reply-to: <1030917144318.ZM1455@candle.brasslantern.com> From: Oliver Kiddle References: <20030914103053.GA827@strindberg.student.uu.se> <18061.1063784444@gmcs3.local> <1030917144318.ZM1455@candle.brasslantern.com> Subject: Re: Case-insensitive completion Date: Wed, 17 Sep 2003 17:15:04 +0200 Message-ID: <21211.1063811704@gmcs3.local> Bart wrote: > > Are completers always called with no arguments? Or should that be > > _cscomplete() { > _complete $* > return 1 > } They are always called with no arguments. _approximate actually accepts a -a option to specify the number of errors. It isn't used by anything yet. Might be useful from an _correct like wrapper I suppose. Oliver