From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8548 invoked from network); 21 May 2000 23:08:32 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 21 May 2000 23:08:32 -0000 Received: (qmail 27009 invoked by alias); 21 May 2000 23:08:24 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11481 Received: (qmail 27002 invoked from network); 21 May 2000 23:08:23 -0000 X-Authentication-Warning: cassini.us.mandrakesoft.com: chmou set sender to chmouel@mandrakesoft.com using -f To: zsh-workers@sunsite.auc.dk Subject: Bugs in _arguments ? From: Chmouel Boudjnah Date: 21 May 2000 15:27:59 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hi, Maybe i missed something but _arguments don't do his job, thing like : rpm -ba --[tab] should complete something like : _arguments -s \ '*-v[verbose mode]' \ '--rcfile:resource file:_files' \ '--ftpproxy:FTP proxy server:_hosts' \ '--ftpport:FTP port number:' \ --{short-circuit,clean,rmsource,sign,test} \ '--target:specify a build target:->target'\ '--buildroot:build root directory:_files -/' \ '--buildarch:architecture for which to build:' \ '--buildos:ositecture for which to build:' \ '--timecheck:time check (seconds):' "$tmp[1]" && ret=0 but zsh do nothing (like didn't see any --). Testing with last cvs version and a minmal .zshrc to load compinit. -- MandrakeSoft Inc http://www.mandrakesoft.com In travel. --Chmouel