From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4217 invoked from network); 22 May 2000 16:07:53 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 22 May 2000 16:07:53 -0000 Received: (qmail 15850 invoked by alias); 22 May 2000 16:07:44 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11510 Received: (qmail 15843 invoked from network); 22 May 2000 16:07:44 -0000 Message-ID: <39295B4D.1FA3A2B@u.genie.co.uk> Date: Mon, 22 May 2000 17:07:41 +0100 From: Oliver Kiddle X-Mailer: Mozilla 4.73 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Zsh workers Subject: _arguments bug Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit _arguments doesn't work if the first argument doesn't exclude any other arguments: _foo() { _arguments -C '-m[m]:m' } compdef _foo foo foo - This hangs until I press Ctrl-C. If I use '(-x)-m[m]:m' instead, it will work. This bug was not caused by any of this mornings patches as I was having problems last week: it was only today that I tried to trace a cause. Oliver