From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16192 invoked from network); 11 Nov 2003 16:41:14 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 11 Nov 2003 16:41:14 -0000 Received: (qmail 27684 invoked by alias); 11 Nov 2003 16:41:00 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6764 Received: (qmail 27609 invoked from network); 11 Nov 2003 16:40:59 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 11 Nov 2003 16:40:59 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [193.109.254.211] by sunsite.dk (MessageWall 1.0.8) with SMTP; 11 Nov 2003 16:40:58 -0000 X-VirusChecked: Checked X-Env-Sender: okiddle@yahoo.co.uk X-Msg-Ref: server-13.tower-36.messagelabs.com!1068568857!1735533 X-StarScan-Version: 5.1.13; banners=-,-,- Received: (qmail 3351 invoked from network); 11 Nov 2003 16:40:57 -0000 Received: from iris.logica.co.uk (158.234.9.163) by server-13.tower-36.messagelabs.com with SMTP; 11 Nov 2003 16:40:57 -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 hABGeuAb021752 for ; Tue, 11 Nov 2003 16:40:56 GMT 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 hABGiOQ12096 for ; Tue, 11 Nov 2003 17:44:25 +0100 To: Zsh users X-VirusChecked: Checked X-StarScan-Version: 5.0.7; banners=.,-,- In-reply-to: <29014.1068567790@csr.com> From: Oliver Kiddle References: <29014.1068567790@csr.com> Subject: Re: Completion function for bitkeeper? Date: Tue, 11 Nov 2003 17:44:24 +0100 Message-ID: <12094.1068569064@gmcs3.local> Peter wrote: > Ah, that's probably what I mean. `_bar "$expl[@]"' passes down -J or -V > (any local expl inside _bar is irrelevant, of course) and I have to > decide whether to pass that down, or somehow replace bits of the > argument list. Yes. Can be a bit of a juggling act to deal with the options because it varies which you want to pass on, which to remove and which to replace etc. Oliver