From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9852 invoked from network); 21 Aug 2000 06:04:27 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 21 Aug 2000 06:04:27 -0000 Received: (qmail 8425 invoked by alias); 21 Aug 2000 06:04:18 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12681 Received: (qmail 8418 invoked from network); 21 Aug 2000 06:04:18 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: "Oliver Kiddle" , Subject: RE: PATCH: _zmodload Date: Mon, 21 Aug 2000 10:04:13 +0400 Message-ID: <000001c00b35$a19fcab0$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.50.4133.2400 In-Reply-To: <200008181443.PAA95540@cm01.ess> > > Well here is the _arguments version and I've also tried to make use of > the $modules parameter where possible. Is my strategy of retricting the > arguments to _tags and then completing everything in the while _tags > loop okay? It seems to work and was the easiest way I could find to > handle _zmodload seeing as it has all the flags first. > This lists modules twice - once with extension and once without: bor@itsrm2% zmodload zsh/cap Completing module file cap cap.so* clone clone.so* compctl compctl.so* complete complete.so* complist complist.so* computil computil.so* deltochar deltochar.so* example example.so* files files.so* mapfile mapfile.so* mathfunc mathfunc.so* parameter parameter.so* rlimits rlimits.so* sched sched.so* stat stat.so* zftp zftp.so* zle zle.so* zleparameter zleparameter.so* zprof zprof.so* zpty zpty.so* zutil zutil.so* -andrej