From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11484 invoked from network); 20 Jul 2000 06:14:57 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 20 Jul 2000 06:14:57 -0000 Received: (qmail 24401 invoked by alias); 20 Jul 2000 06:14:44 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12320 Received: (qmail 24394 invoked from network); 20 Jul 2000 06:14:44 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: "Sven Wischnowsky" , Subject: RE: excessive memory usage? Date: Thu, 20 Jul 2000 10:14:32 +0400 Message-ID: <000001bff211$c55a52a0$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) In-reply-to: <200007191307.PAA10850@beta.informatik.hu-berlin.de> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 > > > > #compdef dict > > _arguments '*:dictword:_dictwords' > > If there isn't anything else in this file, then we don't need to use > _arguments. Because calling _arguments with only one `*:...' spec and > no options, no other arguments specs is the same as doing the action > from the `*:...' spec. Only slower. > But _arguments will setup proper context names, thus enabling use of per-argument styles. This alone warrants usage of _arguments IMHO. -andrej