Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Can be newest completions used with e.g. 5.0.2, or 4.x
- X-seq: zsh-users 21618
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- Subject: Re: Can be newest completions used with e.g. 5.0.2, or 4.x
- Date: Mon, 6 Jun 2016 10:49:10 +0200
- Cc: Zsh Users <zsh-users@xxxxxxx>
- 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=W2zDflJvf++UsOhozWyuNA/2bVA4aMr5XIcLdyfiItU=; b=U/KkZdUgHkF6Y4OQXIvTUrJWDI5BqRV1pAcTHhrcprsbOTyEojn7gCKa5R1w0m8sU3 aBGIlGXVymiMvrH2YvUWbMFrsprc9ZZQhhqHw3b1ilFDYuQ7wPHfOKzU7cvKcDX0cAWO dTtI60bVt8ekyhB6+i4d7rIYD7A9SNXAy3Xdz+v/TvA7X56+ZBBBMAd8v+yIvH+0KXLR qTNLhWJ0oocXEkRnbjH+odGE/NTPh/hiyVKRWAo/1pul1KHt1sAtYAYyyI453wAAroos Bpl1/IrmJ22LNBlkuxiSiCGebpnVKs9phy/YC4PVmrKDUq1v0HMMIxJfCwUdcGZH2je4 sF3Q==
- In-reply-to: <20160606081635.GA2456@tarsus.local2>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVDmKDoGFgAyVyDAC9gfttQk9-YeUoKiV-Tff4NnkszXjA@mail.gmail.com> <20160606081635.GA2456@tarsus.local2>
On 6 June 2016 at 10:16, Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
> The ${(b)foo} syntax has been added.
Eh, I thought that things like typeset -a*=() will be easy to convert
to traditional syntax in name of robustness. Code that runs on any
version, like z-sy-h, that runs on 4.3.9. But (b) can be added in the
name of robustness too. Code that doesn't break in edge cases.
> The _cmdstring completion function has been added.
This can be simply copied to previous Zsh version?
> Some completion library functions have received bugfixes (_arguments) or
> new features (_describe).
That also can be copied.
> There might be new builtin parameters, but I don't recall one aimed at
> completion functions specifically.
That would be problematic.
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author