From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8051 invoked from network); 20 Oct 1999 20:49:23 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 20 Oct 1999 20:49:23 -0000 Received: (qmail 6116 invoked by alias); 20 Oct 1999 20:33:43 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8342 Received: (qmail 23781 invoked from network); 20 Oct 1999 16:15:14 -0000 To: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: _archie References: <199910180916.LAA25903@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 01:15:03 +0900 In-Reply-To: Sven Wischnowsky's message of "Mon, 18 Oct 1999 11:16:58 +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 <199910180916.LAA25903@beta.informatik.hu-berlin.de>, Sven Wischnowsky writes: > Combination of `computil' not reporting that options are allowed at > that position and a bit of stupidity in `_arguments'. Thanks. First works well now. But second 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 - 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 should insert "D" to command line, but zsh doesn't insert anything. -- Tanaka Akira