Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: Questions/comments on completion code that arise from PWS's zsh guide
- X-seq: zsh-workers 9896
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "Sven Wischnowsky" <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>, <zsh-workers@xxxxxxxxxxxxxx>
- Subject: RE: Questions/comments on completion code that arise from PWS's zsh guide
- Date: Mon, 28 Feb 2000 12:47:17 +0300
- Importance: Normal
- In-reply-to: <200002280936.KAA02281@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
>
> Maybe we should change _telnet, it's really broken for me because it
> doesn't even guess that my telnet supports -l. I think we should
> change the default specs to _arguments. Or are there any telnets
> without a -l option? Tanaka?
>
Yes, it is broken because it assumes too much about telnet :-) What is -l
anyway?
bor@itsrm2:~%> telnet -h
telnet: Illegal option -- h
Usage: telnet [-7][-8] host [port]
That is the common denominator you can expect (not sure even about -7/-8
options). Anything else should ideally :)) be either autodected or
user-settable.
That applies (sigh) to too many completion functions currently.
/andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author