From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15159 invoked from network); 21 Oct 1999 09:06:08 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 21 Oct 1999 09:06:08 -0000 Received: (qmail 27251 invoked by alias); 21 Oct 1999 09:05:55 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8354 Received: (qmail 27244 invoked from network); 21 Oct 1999 09:05:54 -0000 To: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: _archie References: <199910210832.KAA32127@beta.informatik.hu-berlin.de> MIME-Version: 1.0 (generated by AKEMI 1.13.2 - =?ISO-2022-JP?B?Ig==?= =?ISO-2022-JP?B?GyRCQTA0Y0s8GyhCIg==?=) Content-Type: text/plain; charset=US-ASCII From: Tanaka Akira 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)" Message-ID: User-Agent: Chao-gnus/6.12.5 AKEMI/1.13.2 (=?ISO-2022-JP?B?GyRCQTAbKEI=?= =?ISO-2022-JP?B?GyRCNGNLPBsoQg==?=) FLAM-DOODLE/1.12.6 (=?ISO-2022-JP?B?GyRCM3cbKEI=?= 10R4.0/5.0) Emacs/20.4 (sparc-sun-solaris2.6) MULE/4.0 (HANANOEN) In article <199910210832.KAA32127@beta.informatik.hu-berlin.de>, Sven Wischnowsky 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 is27e1u11% archie -N -> is27e1u11% archie -N-D flex -C has same problem. (2) bison -b is27e1u11% bison -b -> is27e1u11% bison -b V (3) bison -vV is27e1u11% bison -vV It should complete other option letters. (4) cvs - is27e1u11% cvs - is27e1u11% _tst () { _arguments -o '*::msg:_files' } is27e1u11% tst - Although they complete nothing, they should complete options. -- Tanaka Akira