Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: _archie
- X-seq: zsh-workers 8354
- From: Tanaka Akira <akr@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: _archie
- Date: 21 Oct 1999 18:05:48 +0900
- In-reply-to: Sven Wischnowsky's message of "Thu, 21 Oct 1999 10:32:40 +0200 (MET DST)"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <199910210832.KAA32127@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
In article <199910210832.KAA32127@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx> writes:
> It completed files for me, so I've just added the `*.y' case. Maybe
> you tried it without 8340?
Yes. I received 8340 after I sent 8343.
Thanks. All reported problems are fixed. But...
Now, I use zsh with patches up to 8352.
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
(1) archie -N<TAB>
is27e1u11% archie -N<TAB><TAB>
->
is27e1u11% archie -N-D
flex -C<TAB> has same problem.
(2) bison -b <TAB>
is27e1u11% bison -b <TAB><TAB><TAB>
->
is27e1u11% bison -b V
(3) bison -vV<TAB>
is27e1u11% bison -vV<TAB>
It should complete other option letters.
(4) cvs -<TAB>
is27e1u11% cvs -<TAB>
is27e1u11% _tst () { _arguments -o '*::msg:_files' }
is27e1u11% tst -<TAB>
Although they complete nothing, they should complete options.
--
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author