From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22779 invoked from network); 12 Feb 2006 20:29:09 -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; 12 Feb 2006 20:29:09 -0000 Received: (qmail 62403 invoked from network); 12 Feb 2006 20:29:04 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 12 Feb 2006 20:29:04 -0000 Received: (qmail 6261 invoked by alias); 12 Feb 2006 20:29:02 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22246 Received: (qmail 6251 invoked from network); 12 Feb 2006 20:29:01 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 12 Feb 2006 20:29:01 -0000 Received: (qmail 62055 invoked from network); 12 Feb 2006 20:29:01 -0000 Received: from mta08-winn.ispmail.ntl.com (81.103.221.48) by a.mx.sunsite.dk with SMTP; 12 Feb 2006 20:29:01 -0000 Received: from aamta09-winn.ispmail.ntl.com ([81.103.221.35]) by mta08-winn.ispmail.ntl.com with ESMTP id <20060212202900.TCET23581.mta08-winn.ispmail.ntl.com@aamta09-winn.ispmail.ntl.com> for ; Sun, 12 Feb 2006 20:29:00 +0000 Received: from pwslaptop.csr.com ([81.105.238.64]) by aamta09-winn.ispmail.ntl.com with ESMTP id <20060212202900.SFYV1154.aamta09-winn.ispmail.ntl.com@pwslaptop.csr.com> for ; Sun, 12 Feb 2006 20:29:00 +0000 Received: from pwslaptop.csr.com (pwslaptop.csr.com [127.0.0.1]) by pwslaptop.csr.com (8.13.4/8.13.4) with ESMTP id k1CKStgV003683 for ; Sun, 12 Feb 2006 20:28:55 GMT Received: from pwslaptop.csr.com (pws@localhost) by pwslaptop.csr.com (8.13.4/8.13.4/Submit) with ESMTP id k1CKStN4003680 for ; Sun, 12 Feb 2006 20:28:55 GMT Message-Id: <200602122028.k1CKStN4003680@pwslaptop.csr.com> X-Authentication-Warning: pwslaptop.csr.com: pws owned process doing -bs From: Peter Stephenson To: Zsh-workers Subject: Re: [SOLVED] Libtool/zsh quoting problem: a zsh... bug? In-Reply-To: Your message of "Sat, 11 Feb 2006 20:50:47 PST." <20060212045047.GA5001@dot.blorf.net> Date: Sun, 12 Feb 2006 20:28:55 +0000 Wayne Davison wrote: > One kluge idea for bourne-shell emulation mode: automatically add an > invisible global alias for ${1+"@"} (i.e. don't list it if the user asks > for a list of aliases). We'd also want to make sure that we allow the > user to turn it into a visible global alias if they manually add one. > This would just serve to improve our bourne-shell emulation without > trying to fix the underlying problem. I'm sure it would have to be invisible... an extra global alias no one is expecting is neither here nor there, as far as I can see, but a random invisible change in syntax (applying only to a single form of many possible variants) is. -- Peter Stephenson Web page still at http://www.pwstephenson.fsnet.co.uk/