zsh-workers
 help / color / mirror / code / Atom feed
From: Sven Wischnowsky <wischnow@informatik.hu-berlin.de>
To: zsh-workers@sunsite.auc.dk
Subject: Re: PATCH: _urls, _netscape, a seg fault and new completion thoughts
Date: Wed, 13 Oct 1999 16:22:29 +0200 (MET DST)	[thread overview]
Message-ID: <199910131422.QAA12946@beta.informatik.hu-berlin.de> (raw)
In-Reply-To: Sven Wischnowsky's message of Wed, 13 Oct 1999 16:17:14 +0200 (MET DST)


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


             reply	other threads:[~1999-10-13 14:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-10-13 14:22 Sven Wischnowsky [this message]
  -- strict thread matches above, loose matches on Subject: below --
1999-10-14  6:43 Sven Wischnowsky
1999-10-13 14:17 Sven Wischnowsky
1999-10-13 15:34 ` Oliver Kiddle
1999-10-13 16:09   ` Bart Schaefer
1999-10-13 16:37     ` Bart Schaefer
1999-10-13 12:11 Oliver Kiddle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199910131422.QAA12946@beta.informatik.hu-berlin.de \
    --to=wischnow@informatik.hu-berlin.de \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).