From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16347 invoked from network); 21 Oct 1999 11:28:59 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 21 Oct 1999 11:28:59 -0000 Received: (qmail 8557 invoked by alias); 21 Oct 1999 11:28:46 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8358 Received: (qmail 8550 invoked from network); 21 Oct 1999 11:28:45 -0000 To: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: _archie References: <199910211031.MAA04855@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 20:28:44 +0900 In-Reply-To: Sven Wischnowsky's message of "Thu, 21 Oct 1999 12:31:34 +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 <199910211031.MAA04855@beta.informatik.hu-berlin.de>, Sven Wischnowsky writes: > Aargh! Sorry. Thanks. But... 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 -O is27e1u11% archie -O offset Since the option spec for -O is specified as '-O[specifies offset]:offset:' in _archie, one space should be inserted by as: is27e1u11% archie -O ^cursor should be here. (2) flex -C is27e1u11% flex -C -> is27e1u11% flex -C--M (3) bison -ba is27e1u11% bison -ba no more arguments option -V -- show version -b -- specify output file prefix ... File names should be completed. (4) bison -Vba - is27e1u11% bison -Vba - option -V -- show version -b -- specify output file prefix ... Since -V is already specified in first argument, it shouldn't be listed. -- Tanaka Akira