From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19578 invoked from network); 13 Oct 1999 14:22:42 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 13 Oct 1999 14:22:42 -0000 Received: (qmail 9835 invoked by alias); 13 Oct 1999 14:22:36 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8232 Received: (qmail 9821 invoked from network); 13 Oct 1999 14:22:31 -0000 Date: Wed, 13 Oct 1999 16:22:29 +0200 (MET DST) Message-Id: <199910131422.QAA12946@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: Sven Wischnowsky's message of Wed, 13 Oct 1999 16:17:14 +0200 (MET DST) Subject: Re: PATCH: _urls, _netscape, a seg fault and new completion thoughts I wrote: > Then I changed the names of the arrays used by `_arguments' and > `_values' to `opt_args' and `val_args' so that they at least don't > collide with the parameters in the parameter module. I forgot to save one file before making the patch... I also forgot to say that this remove-compgen stuff isn't new. I think Bart was the first one who suggested doing everything with compadd (which didn't even exist at that time) plus ways to generate all the stuff we might want to complete. Bye Sven diff -u oldcompletion/User/_tiff Completion/User/_tiff --- oldcompletion/User/_tiff Wed Oct 13 16:18:25 1999 +++ Completion/User/_tiff Wed Oct 13 16:19:40 1999 @@ -20,7 +20,7 @@ local _in_tiff=yes local state line ret=1 -typeset -A options +typeset -A opt_args case "$words[1]" in tiff2bw) -- Sven Wischnowsky wischnow@informatik.hu-berlin.de