From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8921 invoked from network); 17 Jul 2000 10:24:56 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 17 Jul 2000 10:24:56 -0000 Received: (qmail 28438 invoked by alias); 17 Jul 2000 10:24:44 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12273 Received: (qmail 28430 invoked from network); 17 Jul 2000 10:24:41 -0000 To: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: _arguments (was Re: options are completed for non-option argument.) References: <200007170801.KAA05649@beta.informatik.hu-berlin.de> MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII From: Tanaka Akira Date: 17 Jul 2000 19:24:06 +0900 In-Reply-To: <200007170801.KAA05649@beta.informatik.hu-berlin.de> (Sven Wischnowsky's message of "Mon, 17 Jul 2000 10:01:26 +0200 (MET DST)") Message-ID: User-Agent: T-gnus/6.14.1 (based on Gnus v5.8.3) (revision 16) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) Emacs/20.6 (i686-pc-linux-gnu) MULE/4.0 (HANANOEN) In article <200007170801.KAA05649@beta.informatik.hu-berlin.de>, Sven Wischnowsky writes: > > Z(2):akr@flux% Src/zsh -f > > flux% bindkey -e; autoload -U compinit; compinit -D; compdef _tst tst > > flux% _tst () { _arguments '-e::*last:b:' } > > flux% tst -e > > _arguments:294: command not found: b > > The syntax is `-e:*last::message:action'. Oops. I understood my fault. -- Tanaka Akira