Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: _urls, _netscape, a seg fault and new completion thoughts
- X-seq: zsh-workers 8232
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: _urls, _netscape, a seg fault and new completion thoughts
- Date: Wed, 13 Oct 1999 16:22:29 +0200 (MET DST)
- In-reply-to: Sven Wischnowsky's message of Wed, 13 Oct 1999 16:17:14 +0200 (MET DST)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author