Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: backward-kill-shell-word widget
- X-seq: zsh-workers 37595
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- Subject: Re: backward-kill-shell-word widget
- Date: Wed, 13 Jan 2016 01:18:50 +0000
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:subject:to:x-sasl-enc:x-sasl-enc; s= mesmtp; bh=CXUAJH/xwkcYk6ht9tmSTR4ebYs=; b=zfEdWMT6eUDQxEicbF1Yg OauLA6+XQ/gbeNEoar0Q1EwL4+V3ibXJiidiuVXXrZL95f2Hp3O+3IPoPN2RoB37 1nhSjUdYzohJZ5ciEeH3yoRtq+KnFHf7tGnOZyVwCg8pMfg+DpP6u2N2k7DmT8gJ lmcnD3nzwzAl9PBKTmZVqg=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:subject:to:x-sasl-enc:x-sasl-enc; s= smtpout; bh=CXUAJH/xwkcYk6ht9tmSTR4ebYs=; b=iArVAJnISbD4rxqoZDzE M7aWfKnp2FQm0nPZOtS+MCG6f/ISJNEaqJPGI0xfIuFBPrB/+ugmq4tiNxm9BGAq XF+i43AueDtU2INk5MOSFFPwkRZw12E946DKLCzSk+z46gtrKtKvdvTkS6Q8A8XH 4cNt2/gdoQrIZoPxxBDwkmE=
- In-reply-to: <CAKc7PVAgH7YOD+Q0wo2iO0-tOGKbHNpuK=OCTs7WG_YJUbGyVg@mail.gmail.com> <CAKc7PVA2iY4rzcaCmt_Tt0huhQA7O5vyiQ3UWLk_OC=CiC=s1g@mail.gmail.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
Sebastian Gniazdowski wrote on Mon, Jan 11, 2016 at 09:05:55 +0100:
> On 10 January 2016 at 21:19, Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
> > Since that file does have my name on it, though, I'd like to have an
> > explicit license statement on it. I am releasing my version of that
> > function (the one I posted upthread) under the MIT license. Would you
> > please update the file's header to reflect the license the file is under?
>
> Thank you. I've updated the header, and also chosen to use just MIT
> for the whole project.
Thanks!
Sebastian Gniazdowski wrote on Tue, Jan 12, 2016 at 11:36:58 +0100:
> On 11 January 2016 at 09:05, Sebastian Gniazdowski
> <sgniazdowski@xxxxxxxxx> wrote:
> > I gave the example of Antigen code:
> >
> > local script_loc="$(ls "$location" | grep '\.plugin\.zsh$' | head -n1)
>
> Example code for zgen would be:
>
> for script (${location}/*\.plugin\.zsh(N)) -zgen-source "${script}"
>
> Noshortloops breaks zgen, and short loops are AFAIK harmful as they
> limit Zsh's detection of syntax errors.
I don't think this line of conversation is constructive.
If you are aware of bugs in zgen or antigen, report those bugs to the
respective projects. But please don't spam -workers@ with mails that
have no content other than enumeration of flaws in existing projects.
Just focus on improving your project.
Daniel
Messages sorted by:
Reverse Date,
Date,
Thread,
Author