From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22993 invoked from network); 11 Feb 2006 18:07:03 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.0 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 11 Feb 2006 18:07:03 -0000 Received: (qmail 23488 invoked from network); 11 Feb 2006 18:06:57 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 11 Feb 2006 18:06:57 -0000 Received: (qmail 2127 invoked by alias); 11 Feb 2006 18:06:50 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22227 Received: (qmail 2116 invoked from network); 11 Feb 2006 18:06:49 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 11 Feb 2006 18:06:49 -0000 Received: (qmail 22962 invoked from network); 11 Feb 2006 18:06:49 -0000 Received: from ns9.hostinglmi.net (213.194.149.146) by a.mx.sunsite.dk with SMTP; 11 Feb 2006 18:06:47 -0000 Received: from 212.red-80-35-44.staticip.rima-tde.net ([80.35.44.212]:38205 helo=localhost) by ns9.hostinglmi.net with esmtpa (Exim 4.52) id 1F7z90-0007IJ-L7 for zsh-workers@sunsite.dk; Sat, 11 Feb 2006 19:06:50 +0100 Date: Sat, 11 Feb 2006 19:07:52 +0100 From: DervishD To: Zsh Workers Subject: Re: [SOLVED] Libtool/zsh quoting problem: a zsh... bug? Message-ID: <20060211180752.GB23945@DervishD> Mail-Followup-To: Zsh Workers References: <20060209233201.GA5875@fargo> <200602111321.48602.arvidjaar@newmail.ru> <20060211110630.GA13442@DervishD> <200602111528.42007.arvidjaar@newmail.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200602111528.42007.arvidjaar@newmail.ru> User-Agent: Mutt/1.4.2.1i Organization: DervishD X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ns9.hostinglmi.net X-AntiAbuse: Original Domain - sunsite.dk X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - dervishd.net X-Source: X-Source-Args: X-Source-Dir: Hi Andrey :) * Andrey Borzenkov dixit: > You do not need to Cc me, I am reading list every now and then :) In fact I'm Cc'ing the list, not you O:) Well, I just told "reply" to Mutt, and your address end up in the To and the list address in the Cc headers. I've fixed it with this message :) > > Could you please point me to where the standard says that the > > splitting shouldn't be done after that particular expansion? I've > > been searching with no success :((( The only thing I've found is that > > when a parameter expansion occurs in double quotes, field splitting > > shall not be done in the result, except for "@". > > combined with semantic of ${var+word}: > > > "$@" never does word splitting; and ${var+word} is replaced with result of > _expansion_ of word. Word in this case is "$@" ... OK, I did read it bad: I missed that "separate field" part... Thanks for the explanation :))) So, effectively, zsh is wrong here. It should do field separation, as dictated by the standard, but each parameter must go to a separate field... Raúl Núñez de Arenas Coronado -- Linux Registered User 88736 | http://www.dervishd.net http://www.pleyades.net & http://www.gotesdelluna.net It's my PC and I'll cry if I want to... RAmen!