From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6990 invoked from network); 8 Mar 2000 13:33:35 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 8 Mar 2000 13:33:35 -0000 Received: (qmail 11738 invoked by alias); 8 Mar 2000 13:33:25 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10007 Received: (qmail 11725 invoked from network); 8 Mar 2000 13:33:24 -0000 Message-ID: <38C656A0.B495A8C7@u.genie.co.uk> Date: Wed, 08 Mar 2000 13:33:21 +0000 From: Oliver Kiddle X-Mailer: Mozilla 4.7 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Zsh workers Subject: Problem with completion of array indices Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit This is with an unpatched 3.1.6-dev-19: cd $fpath[1 1 -- /usr/local/share/zsh/site-functions 10 11 12 13 14 So where are the directories corresponding to 10, 11, 12, 13 and 14. As far as I can tell, it isn't caused by anything in _subscript so it might be something in compadd. Oliver