Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: _archie
- X-seq: zsh-workers 8342
- From: Tanaka Akira <akr@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: _archie
- Date: 21 Oct 1999 01:15:03 +0900
- In-reply-to: Sven Wischnowsky's message of "Mon, 18 Oct 1999 11:16:58 +0200 (MET DST)"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <199910180916.LAA25903@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
In article <199910180916.LAA25903@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx> writes:
> Combination of `computil' not reporting that options are allowed at
> that position and a bit of stupidity in `_arguments'.
Thanks. First <TAB> works well now. But second <TAB> doesn't.
Z(2):akr@is27e1u11% Src/zsh -f
is27e1u11% bindkey -e; fpath=($PWD/Completion/*(/)); autoload -U compinit; compinit -D; compdef _tst tst
is27e1u11% compconf group_matches=yes message_format='%d' description_format='%d'
is27e1u11% compconf describe_options=yes describe_values=yes option_prefix=yes
is27e1u11% archie -<TAB><TAB>
string
option
-D -- debug level
-L -- list known servers and current default
-N -- specifies query niceness level (0-35765)
-O -- specifies offset
-V -- verbose mode
-a -- list matches as Alex filenames
-c -- case sensitive substring search
-e -- exact string match (default)
-h -- specifies server host
-l -- list one match per line
-m -- specifies maximum number of hits to return (default 95)
-o -- specifies file to store results in
-r -- regular expression search
-s -- case insensitive substring search
-t -- sort inverted by date
-v -- print version
I think second <TAB> should insert "D" to command line, but zsh
doesn't insert anything.
--
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author