From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26569 invoked from network); 15 Oct 1999 15:06:44 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 15 Oct 1999 15:06:44 -0000 Received: (qmail 17873 invoked by alias); 15 Oct 1999 15:06:37 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8288 Received: (qmail 17866 invoked from network); 15 Oct 1999 15:06:37 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer thoth.mch.sni.de) From: "Andrej Borsenkow" To: "ZSH workers mailing list" Subject: Problems with _arguments Date: Fri, 15 Oct 1999 19:06:35 +0400 Message-ID: <001201bf171e$df3f2b60$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.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal This little completion stopped to work. I suspect new computil module ... Anything as simple as sudo umo (implying umount) or sudo ls S (where S* exists 'course) #compdef sudo _arguments \ '-V[show version]' \ '-l[list commands]' \ '-h[show help]' \ '-v[validate timestamp file]' \ '-k[remove timestamp file]' \ '-b[run command in background]' \ '-r:Kerberos realm:' \ '-p:prompt:' \ '-u:user name:_users' \ '-s[run SHELL]' \ '-H[set HOME environment variable]' \ '*::complete command and/or arguments:_normal' /andrej