Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: zsh-3.1.5-pws-5: mixing "old" and "new" completions?
- X-seq: zsh-workers 5064
- From: "Andrej Borsenkow" <borsenkow.msk@xxxxxx>
- To: "Sven Wischnowsky" <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>, <zsh-workers@xxxxxxxxxxxxxx>
- Subject: RE: zsh-3.1.5-pws-5: mixing "old" and "new" completions?
- Date: Wed, 27 Jan 1999 18:04:32 +0300
- Importance: Normal
- In-reply-to: <199901271225.NAA31324@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Oh, great man!
> `compcall' accepts no other option or argument, for now. It would
> be easy to make it accept arguments for the command line words to
> use, for the command name to use, etc. If this turns out to be
> interesting to have, I'll add it.
>
I won't be able to test it for some time, but this occured to me today:
compctl -T -K " __default"
function __default() {
compcall -T
}
/andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author