From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12864 invoked from network); 23 Dec 1999 15:57:24 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 23 Dec 1999 15:57:24 -0000 Received: (qmail 7984 invoked by alias); 23 Dec 1999 15:57:18 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9146 Received: (qmail 7977 invoked from network); 23 Dec 1999 15:57:18 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: "ZSH workers mailing list" Subject: RE: cd completion does not work in CVS version (unsafe word splitting in _alternative). Date: Thu, 23 Dec 1999 18:57:16 +0300 Message-ID: <001d01bf4d5e$62590910$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 In-Reply-To: <001b01bf4d56$278c3710$21c9ca95@mow.siemens.ru> > ${(e)action[1]} "$subopts[@]" "$expl[@]" "${(@e)~action[2,-1]}" Sorry, this was already edited (but does not work for the same reason). The correct is, 'course, ${(e)action[1]} "$subopts[@]" "$expl[@]" ${(e)~action[2,-1]} /andrej