From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15763 invoked by alias); 29 Sep 2012 01:20:43 -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: 30705 Received: (qmail 12980 invoked from network); 29 Sep 2012 01:20:41 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,DOS_RCVD_IP_TWICE_B, SPF_HELO_PASS autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at lorien.comfychair.org designates 173.8.144.98 as permitted sender) Date: Fri, 28 Sep 2012 18:12:42 -0700 From: Danek Duvall To: Bart Schaefer Cc: Zsh workers Subject: Re: Completion collision, best way to fix Message-ID: <20120929011242.GF17010@lorien.comfychair.org> Mail-Followup-To: Danek Duvall , Bart Schaefer , Zsh workers References: <120928075936.ZM28235@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <120928075936.ZM28235@torch.brasslantern.com> User-Agent: Mutt/1.5.20 (2010-04-22) On Fri, Sep 28, 2012 at 07:59:36AM -0700, Bart Schaefer wrote: > In practice I'm not sure any of the distribution package maintainers > actually take the step of removing the "irrelevant" functions from the > tree; maybe some change the default fpath in /etc/zshrc or the like. Given that I'm the zsh integrator for Solaris ... Is there a way for the build process to put the "native" OS-specific directory ahead of the rest? If not, would a patch to do that be appreciated? I could take the easy way out and simply drop the BSD _pkg from the Solaris zsh package, but it'd be nice not to have to. Thanks, Danek