From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15617 invoked from network); 21 Feb 2000 09:41:55 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 21 Feb 2000 09:41:55 -0000 Received: (qmail 1190 invoked by alias); 21 Feb 2000 09:41:48 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9808 Received: (qmail 1180 invoked from network); 21 Feb 2000 09:41:47 -0000 From: "Bart Schaefer" Message-Id: <1000221094142.ZM16568@candle.brasslantern.com> Date: Mon, 21 Feb 2000 09:41:42 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: Something else wrong with _multi_parts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Given something like names=( foo bar home/test /usr/tmp /tmp/foo ) _multi_parts / names Only (/usr/tmp /tmp/foo) make it into the `matches' array in _multi_parts. I would have expected to be offered (foo bar home /) as the initial set of completions. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com