Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: Command completion
- X-seq: zsh-workers 11128
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "Sven Wischnowsky" <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>, <zsh-workers@xxxxxxxxxxxxxx>
- Subject: RE: Command completion
- Date: Wed, 3 May 2000 19:12:52 +0400
- Importance: Normal
- In-reply-to: <200005031458.QAA08833@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
>
> Ok, it would also be cool, somehow, if we could hide matches for one
> type when they are overridden by another type. But this would
> definitely require C-code support and I have no idea how to
> do that in
> a generic way.
I may be wrong, but we have strict preference order, don't we? So, if
both $functions[nslookup] and $commands[nslookup] exist, we need not
offer the latter?
And, as I said, I have the impression that in
> completely ambiguous cases I would like to see the list (no, I can't
> really explain why).
>
Hmm ...
bor@itsrm2% whence -av nslookup
nslookup is a shell function
nslookup is /usr/sbin/nslookup
??
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author