From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28787 invoked by alias); 25 Jul 2016 11:25:02 -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: 38946 Received: (qmail 28873 invoked from network); 25 Jul 2016 11:25:02 -0000 X-Qmail-Scanner-Diagnostics: from mail-qk0-f173.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.220.173):SA:0(0.0/5.0):. Processed in 0.119957 secs); 25 Jul 2016 11:25:02 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=FREEMAIL_FROM,SPF_PASS, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: mikachu@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.220.173 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=JSeXATXK7QOqKKx8U1v/z1FoVA2b+96K8fHoehD1LkI=; b=UMJeSzQFVf5vCxd6SnGY2COTu9zn0+5DnT51m7Ie8HQ6jZb+qq/8hCks8u9OEMwAkF o4I0gmzzL5fVYvAQZ8MBL8ECjH6a7Sdv2reOLpwFVYyJNNEaLmC9hSO6LZLuQNjSTLFs zWHpGq08Bm+gDhN+oGP9DXHccPU8DlQoAVW8fd4Dw9zmKfL//9ffJ0p22F9lGnWVFVq5 Uf8SPdVkC1ZFaB7cBfvp7jf6cv46RFEav9h/ob3yZyre6+Iu/dviautp/uScyxcJ54ub Dr3cKuTbGAX/X9cBQWUHQiI7J1kcX+cClsW+OEba05GH4QWFLqBdc7eDvv64C2ZcI62q /meg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=JSeXATXK7QOqKKx8U1v/z1FoVA2b+96K8fHoehD1LkI=; b=PjJRGwKttSPyHahgxyGkw03z7F//onUh70A0cjHesvHqkxQN+XnG7rOBzFxYKvu1x1 IeINp/j9Ggbu919pBALxYUxfOjaoe7PySS61iEbbXIXvzMpMgf0QDMyIkQPCq0bevUpL xOmWojqe3K0NFMj933stsvT5EZm9eTcirYt1OQGxJ6MbFTPCTccDkauF6kxMKA1jO+Lq vXPETrCwTubdWiJwqXXD806yk2NgI/WDW8taBjLria6YbClos0qCj/ddguI3w3FH0PuU aV/UU41AmtPesd18hBsYTKfXXscAvIyU7bfjktXHBUPOniXF8hCHMTS/RxtNuoPPG5Tc h1Dg== X-Gm-Message-State: AEkoous1Sa7xSViiAMfd/IQWRRaTH6ENG2LqD4lp2Q1eeXS+JnCnvGELuAULNKUcjUvEUwEmj3U4oeL/gmBM7A== X-Received: by 10.55.40.70 with SMTP id o67mr15055391qkh.130.1469445895821; Mon, 25 Jul 2016 04:24:55 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20160725121339.06ed2ef1@pwslap01u.europe.root.pri> References: <20160725121339.06ed2ef1@pwslap01u.europe.root.pri> From: Mikael Magnusson Date: Mon, 25 Jul 2016 13:24:55 +0200 Message-ID: Subject: Re: PATCH: updated :a tweak To: Peter Stephenson Cc: "Zsh Hackers' List" Content-Type: text/plain; charset=UTF-8 On Mon, Jul 25, 2016 at 1:13 PM, Peter Stephenson wrote: > This combines the latest tweaks... > > pws > > diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo > index 0ed320b..02177cb 100644 > --- a/Doc/Zsh/expn.yo > +++ b/Doc/Zsh/expn.yo > @@ -222,9 +222,13 @@ Turn a file name into an absolute path: prepends the current directory, > if necessary; remove `tt(.)' path segments; and remove `tt(..)' path segments > and the segments that immediately precede them. > > -This transformation is agnostic of the filesystem: `tt(/foo/bar/../baz)' shall > -always be transformed to `tt(/foo/baz)', regardless of whether `tt(/foo)' > -exists or what kind of object (dir, file, symlink, etc.) it is. > +This transformation is agnostic about what is in the filesystem, i.e. is > +on the logical, not the phyiscal directory. It takes place in the same physical -- Mikael Magnusson