From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3886 invoked by alias); 13 Sep 2015 04:03:18 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 20551 Received: (qmail 29967 invoked from network); 13 Sep 2015 04:03:16 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 X-Authority-Analysis: v=2.1 cv=X+5rdgje c=1 sm=1 tr=0 a=jE+ovs97kTJM1dD6JNRapQ==:117 a=jE+ovs97kTJM1dD6JNRapQ==:17 a=IkcTkHD0fZMA:10 a=kxg_JwjaK7_wkozoVucA:9 a=QEXdDO2ut3YA:10 Message-id: <55F4EE78.70804@eastlink.ca> Date: Sat, 12 Sep 2015 20:33:12 -0700 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-version: 1.0 To: zsh-users@zsh.org Subject: Re: Announce of Zsh Navigation Tools References: <55F465E6.1040405@eastlink.ca> <2125131442086868@web14o.yandex.ru> <55F4930A.40608@eastlink.ca> <150912151040.ZM12254@torch.brasslantern.com> <55F4AF59.70606@eastlink.ca> <150912164339.ZM26555@torch.brasslantern.com> <55F4C61E.50703@eastlink.ca> In-reply-to: Content-type: text/plain; charset=utf-8; format=flowed Content-transfer-encoding: 7bit On 09/12/2015 07:36 PM, Bart Schaefer wrote: > > ... one might imagine some shorthand '/usr/share/zsh/functions/**/' > One might, but then the handling of $fpath would be inconsistent with > $path, $module_path, $manpath, etc.; and more importantly, the order > of entries in the array is signficant in case the same file name (with > different implementation) appears in more than one directory. > Quite so. However tiresome it is to read the variable, I can see that a precise order would need to be defined. I had thought that the above idea would apply to any variable that references files and directories but I see that that wouldn't be a good idea. A bad idea demolished is a particularly effective lesson. I learned quite a bit today.