From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16174 invoked by alias); 11 May 2011 17:35:13 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 29235 Received: (qmail 9340 invoked from network); 11 May 2011 17:35:11 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.220.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=81zEM88W7OY1zxGLyYMdP7gwz1MHcx1B7Rd/Y5jbp/o=; b=b0FeAlYjhwizwjGlPWAcm8x50j7q07i2JH0RGLTM7ZFmLlQ8/IEV/aG7o6Pg5HBH1Y l7dS6CWflQrZW22C1Ap43l9C61YP5sWr0FrhPhFJW2mCvO5Eo8vEbCQ65nJuKsK2iEtv l6GrZm0woqZlX/AqxrhNQOZEcESmBaaorhS8E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=acXyLVWUaKxfwi0OK2Z+G16R2m79Pw9AUK4aT7KyjvMDDnoWqO+pIBMBmTKS62r/+B SDplRNFFZdWxpAK/1E/QEQJXjlYCw5MSnjU1d6UW1ojaUtP7azOb8XPYbxmmYUie44NI RySTApk/Y/UZd+b5VRYs4LdoUMfPl70Ce0YKM= MIME-Version: 1.0 In-Reply-To: <20110511182657.2d1d99ae@pwslap01u.europe.root.pri> References: <1305118971-25617-1-git-send-email-mikachu@gmail.com> <20110511172114.56080d04@pwslap01u.europe.root.pri> <20110511180748.18f4e67e@pwslap01u.europe.root.pri> <20110511182657.2d1d99ae@pwslap01u.europe.root.pri> Date: Wed, 11 May 2011 19:35:06 +0200 Message-ID: Subject: Re: PATCH: expanding parameters like echo/print builtins From: Mikael Magnusson To: Peter Stephenson Cc: zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 On 11 May 2011 19:26, Peter Stephenson wrote: > On Wed, 11 May 2011 19:19:51 +0200 > Mikael Magnusson wrote: >> (Should the order >> parameter expansion flags are applied in be documented somewhere?) > > It's documented in *immense* detail in the subsection "Rules" under > Parameter Expansion, but even the 23 existing rules don't cover > everything. Feel free to add another one. Actually, (V) is covered, at > rule 15, so maybe you just missed it. Actually this is a case of me being an idiot. I remember scrolling past it, but I always thought I was scrolling past the list given in the beginning of zshexpn giving the relation between history/alias/process/etc substitutions. -- Mikael Magnusson