From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10101 invoked from network); 2 May 2000 09:18:26 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 2 May 2000 09:18:26 -0000 Received: (qmail 26859 invoked by alias); 2 May 2000 09:17:25 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11054 Received: (qmail 26775 invoked from network); 2 May 2000 09:17:19 -0000 To: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: completion docs References: <200005020811.KAA29433@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: 02 May 2000 18:17:58 +0900 In-Reply-To: <200005020811.KAA29433@beta.informatik.hu-berlin.de> (Sven Wischnowsky's message of "Tue, 2 May 2000 10:11:48 +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 <200005020811.KAA29433@beta.informatik.hu-berlin.de>, Sven Wischnowsky writes: > @@ -1705,12 +1710,12 @@ > > For example: > > -example(zstyle ':completion:*:complete:gunzip:*' tag-order \ > - arguments options) > +example(zstyle ':completion:*:complete:-command-:*' tag-order \ > + 'commands functions') > > -specifies that completion after tt(gunzip) should offer completions for > -both arguments and options immediately, instead of offering first > -arguments and then option as usual. > +specifies that completion in command position after tt(gunzip) should > +offer only completions for external commands and shell functions > +immediately. > > In addition to tag names, each string in the value may take one of the > following forms: gunzip? The example doesn't mention gunzip. Also note that, I think auto-descrive style mentioned in line 2911 is obsolete. -- Tanaka Akira