Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Completion collision, best way to fix
- X-seq: zsh-workers 30706
- From: Baptiste Daroussin <baptiste.daroussin@xxxxxxxxx>
- To: Danek Duvall <duvall@xxxxxxxxxxxxxx>, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>, Zsh workers <zsh-workers@xxxxxxx>
- Subject: Re: Completion collision, best way to fix
- Date: Sat, 29 Sep 2012 03:39:24 +0200
- 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 :content-type; bh=K6y2JuH7LonQflVN3mcoAau7veFvIv4zCWMI8R+pjaM=; b=hqj7Hs/0x3thazXckJAAliy7p/SJqtgEs0OfaIcCnWpjj4fxhmq4UoeYKO/DhmA8Zd uY+EbVcIt+2zc74Yf/hvyj2dnyIibO/hPgCYnCaEThyRAgf2rSOtTSvwIbrmipsIYrqm uWaH0phQaagKFVcQkQIZKTBB78ee/xuKsIdTjIJlAs+zG30Zrsns4W0OxlcuSE488X0T bKIdQppTkJv8uGuT1MoQdLeCqsvdXrHWZ5no4WnZt9sUSTLjaPHHQWA/DxQFEOpOPsiv PiAdtuapq1x3PybBPFD2PBcV4c2BlEGjb0aJ/fgb3zdOUH15p9fGgvRUjIR8SXSQvPWo k8rw==
- In-reply-to: <20120929011242.GF17010@lorien.comfychair.org>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAPKC6oKvEWsP2U2iDzRWL9CnacEg2zxVJucenJD-4t8V+MNjpA@mail.gmail.com> <120928075936.ZM28235@torch.brasslantern.com> <20120929011242.GF17010@lorien.comfychair.org>
2012/9/29 Danek Duvall <duvall@xxxxxxxxxxxxxx>:
> 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
What we could do is to provide a Unix/_pkg
Which will do the #compdef pkg and call _pkg5 on Solaris and _pkgng on FreeBSD?
if you agree on that I'll do the work and send it to you for review
While you are here will you accept FreeBSD specific completion for
_zfs ? :D like the jail/unjail subcommand
regards,
Bapt
Messages sorted by:
Reverse Date,
Date,
Thread,
Author