From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14633 invoked from network); 3 May 2000 07:07:26 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 3 May 2000 07:07:26 -0000 Received: (qmail 5495 invoked by alias); 3 May 2000 07:07:21 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11085 Received: (qmail 5432 invoked from network); 3 May 2000 07:07:16 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: "ZSH workers mailing list" Subject: Examples in _arguments description Date: Wed, 3 May 2000 11:07:01 +0400 Message-ID: <000101bfb4ce$2db6ca80$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 The following paragraph looks strange: Every spec may also contain a list of option names and argument numbers with which the option or argument described is mutually exclusive. Such a list is given in parentheses at the beginning, as in `(-two -three 1)-one:...' or `(-foo):...'. In the first example, the options `-two' and `-three' and the first argument will not be offered as possible completions if the option `-one' is on the line before the cursor. Also, the list may contain a single star as one of its elements to specify that the description for the rest arguments should not be used and it may contain a colon to specify that the descriptions for all normal (non-option-) arguments should not be used. The second example `(-foo):...' is not mentioned anywhere and looks a bit strange anyway. -andrej Have a nice DOS! B >>