From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25055 invoked from network); 15 Jan 2004 09:36:46 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 15 Jan 2004 09:36:46 -0000 Received: (qmail 4219 invoked by alias); 15 Jan 2004 09:36:39 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19373 Received: (qmail 4192 invoked from network); 15 Jan 2004 09:36:39 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 15 Jan 2004 09:36:39 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [193.109.254.211] by sunsite.dk (MessageWall 1.0.8) with SMTP; 15 Jan 2004 9:36:39 -0000 X-VirusChecked: Checked X-Env-Sender: okiddle@yahoo.co.uk X-Msg-Ref: server-18.tower-36.messagelabs.com!1074159397!3141348 X-StarScan-Version: 5.1.15; banners=-,-,- Received: (qmail 2838 invoked from network); 15 Jan 2004 09:36:37 -0000 Received: from iris.logica.co.uk (158.234.9.163) by server-18.tower-36.messagelabs.com with SMTP; 15 Jan 2004 09:36:37 -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 i0F9aauB009202 for ; Thu, 15 Jan 2004 09:36:37 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 i0F9fPI09709 for ; Thu, 15 Jan 2004 10:41:25 +0100 X-VirusChecked: Checked X-StarScan-Version: 5.0.7; banners=.,-,- In-reply-to: <1040115073351.ZM23865@candle.brasslantern.com> From: Oliver Kiddle References: <4579.1074099520@gmcs3.local> <1040115073351.ZM23865@candle.brasslantern.com> To: Zsh workers Subject: Re: PATCH: new completions Date: Thu, 15 Jan 2004 10:41:25 +0100 Message-ID: <9707.1074159685@gmcs3.local> Bart wrote: > } Index: Completion/Zsh/Command/_precommand > } =================================================================== > } -#compdef - nohup env eval time rusage noglob nocorrect exec > } +#compdef - nohup env eval time rusage noglob nocorrect exec catchsegv > > Does this really belong here? "catchsegv" is an external command, > not a builtin; it's certainly not a precommand modifier. As my excuse, I shall point out that that the same applies to rusage and there have been other similar commands such as nice that were here in the past (before getting their own function). And the name `_precommand' doesn't necessarily imply the modifier part of 'precommand modifier'. So if we add a copy of _precommand in Unix/Command what can it be called? Or is it better to just keep this in one place? Oliver