Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 4.3.13 changes
- X-seq: zsh-workers 29785
- From: Nikolai Weibull <now@xxxxxxxx>
- To: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- Subject: Re: 4.3.13 changes
- Date: Sun, 18 Sep 2011 13:19:01 +0200
- Cc: "Zsh Hackers' List" <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=x3/nDN3WkTsF7o3Re1XtSJop1OxzBt8IEajaPQLsbJA=; b=SrIBRhdTrJ9l1ueHN+8AF0GEQJ8og1eCahWrDTCsolo/xBV+Gv/VwmtMaR6cHWfrHB 7p+cod/4BA7HqcohnAWZbkoof4ZKenUzwZDzCtF3A2n9/pk1M/9yvOlr2a2zvzWrNI4m Pylt+yn3S5qqIjJLd2cZKc3HbXI+vPmiscr9c=
- In-reply-to: <20110912205148.6d1317d6@pws-pc.ntlworld.com>
- 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: <20110722120838.09c2fd80@pwslap01u.europe.root.pri> <CADdV=Mt0-rH-wkbrHng9GiF+FGa4p9zz1-vdewn=48z1ZA-RmA@mail.gmail.com> <20110912205148.6d1317d6@pws-pc.ntlworld.com>
- Sender: nikolai.weibull@xxxxxxxxx
On Mon, Sep 12, 2011 at 21:51, Peter Stephenson
<p.w.stephenson@xxxxxxxxxxxx> wrote:
> On Fri, 22 Jul 2011 13:13:49 +0200
> Nikolai Weibull <now@xxxxxxxx> wrote:
>> Can you please have a look at the '*:: :->file' problem that I’m
>> having with _arguments (see _git-add in Completion/Unix/Command/_git)?
> I can't see any evidence not being able to complete options thereafter
> is deliberate. This is to do with the restrict_range() calls in
> ca_set_data(), I think. The :: causes the first argument to be
> ca_laststate.argbeg instead of ca_laststate.optbeg, which fits the
> descxription; I can't see any other intentional effect. It's possible
> there's some miscounting later, or something, but it looks obscure.
OK. I’ll simply leave it as is for now. If this gets fixed it gets
fixed. I don’t think it’s worth trying to work around it.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author