From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6111 invoked from network); 17 Oct 2001 18:33:57 -0000 Received: from unknown (HELO sunsite.dk) (130.225.247.90) by ns1.primenet.com.au with SMTP; 17 Oct 2001 18:33:57 -0000 Received: (qmail 12016 invoked by alias); 17 Oct 2001 18:33:50 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 16079 Received: (qmail 12003 invoked from network); 17 Oct 2001 18:33:49 -0000 Sender: kiddleo@cav.logica.co.uk Message-ID: <3BCDCEF1.C103658D@yahoo.co.uk> Date: Wed, 17 Oct 2001 19:33:21 +0100 From: Oliver Kiddle X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.15 i686) X-Accept-Language: en MIME-Version: 1.0 To: zsh-workers@sunsite.dk Subject: bug in _describe Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Completion of conditions no longer works: % [[ - (eval):1: error in flags I'm fairly certain that this was introduced in 15415. Error comes from line 57 of _describe. It is not accounting for arrays specified as '( ... )' instead of actual array names. Oliver