From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10277 invoked from network); 15 Jan 2004 07:34:02 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 15 Jan 2004 07:34:02 -0000 Received: (qmail 3159 invoked by alias); 15 Jan 2004 07:33:54 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19370 Received: (qmail 3122 invoked from network); 15 Jan 2004 07:33:54 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 15 Jan 2004 07:33:54 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [4.11.8.53] by sunsite.dk (MessageWall 1.0.8) with SMTP; 15 Jan 2004 7:33:53 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id i0F7Xqc23866 for zsh-workers@sunsite.dk; Wed, 14 Jan 2004 23:33:52 -0800 X-Authentication-Warning: candle.brasslantern.com: schaefer set sender to schaefer@closedmail.com using -f From: Bart Schaefer Message-Id: <1040115073351.ZM23865@candle.brasslantern.com> Date: Thu, 15 Jan 2004 07:33:51 +0000 In-Reply-To: <4579.1074099520@gmcs3.local> Comments: In reply to Oliver Kiddle "PATCH: new completions" (Jan 14, 5:58pm) References: <4579.1074099520@gmcs3.local> X-Mailer: Z-Mail (5.0.0 30July97) To: Zsh workers Subject: Re: PATCH: new completions MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jan 14, 5:58pm, Oliver Kiddle wrote: } } Just a couple of new completion functions. } } 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.