Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Fish-like autosuggestions
- X-seq: zsh-workers 31938
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: "Zsh Hackers' List" <zsh-workers@xxxxxxx>
- Subject: Re: Fish-like autosuggestions
- Date: Wed, 6 Nov 2013 16:11:34 -0800
- In-reply-to: <20131106213344.3e9bea64@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: <CAAq2XdpaRKOnDe1LBafsq+Ln6wU0_9RL71exrOEyboi1PWcx3w@mail.gmail.com> <131030092555.ZM8077@torch.brasslantern.com> <CAAq2Xdos6Xdt-XunRuWToDkoaubwztRP8tesPyByU8CWc3FR=Q@mail.gmail.com> <131105075700.ZM18043@torch.brasslantern.com> <20131105161858.543037da@pwslap01u.europe.root.pri> <131105114640.ZM18224@torch.brasslantern.com> <131105124000.ZM18277@torch.brasslantern.com> <20131106200715.6e549a6e@pws-pc.ntlworld.com> <20131106213344.3e9bea64@pws-pc.ntlworld.com>
On Wed, Nov 6, 2013 at 1:33 PM, Peter Stephenson
<p.w.stephenson@xxxxxxxxxxxx> wrote:
> I've fixed a bug here --- zlecallhook() prepended the thingy name to the
> argument list, but execzlefunc() prepended the function name, too.
> I don't think both can be right --- that gives $0 as the function name,
> $1 as the thingy name, and normal arguments starting at $2.
I've always considered it a bug that we used the name "Thingy" in the
first place.
Nevertheless, I agree with this change. It's pretty unusual for
widgets to examine their argument list anyway.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author