From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11735 invoked from network); 23 Jul 1999 05:50:54 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 23 Jul 1999 05:50:54 -0000 Received: (qmail 21053 invoked by alias); 23 Jul 1999 05:50:47 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7254 Received: (qmail 20842 invoked from network); 23 Jul 1999 05:50:45 -0000 Message-ID: <37974CCF.9BFC3FF9@u.genie.co.uk> Date: Thu, 22 Jul 1999 17:54:39 +0100 From: Oliver Kiddle X-Mailer: Mozilla 4.61 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: _functions for "functions" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Bart Schaefer wrote: > I suppose this isn't strictly correct, since "functions" also takes +/-[tum], > but it seems silly not to complete anything at all for it. Exactly the same is applicable for aliases. The patch is hopefully right - I just edited Bart's. It might actually be better to do a separate compdef function which completes with an '=' suffix for the alias command. Oliver Kiddle Index: Completion/Builtins/_aliases =================================================================== --- _aliases 1999/03/29 22:35:28 1.2 +++ _aliases 1999/07/21 15:56:24 @@ -1,3 +1,3 @@ -#compdef unalias +#compdef alias unalias