From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3564 invoked by alias); 13 Jan 2016 01:27:57 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 37595 Received: (qmail 19008 invoked from network); 13 Jan 2016 01:27:55 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-0.4 required=5.0 tests=BAYES_00,FAKE_REPLY_C, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 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= X-Sasl-enc: szwW22G+PNPVBWwURBZALgskzsYYWjyzUdnnjG+ecIGu 1452647932 Date: Wed, 13 Jan 2016 01:18:50 +0000 From: Daniel Shahaf To: Sebastian Gniazdowski Cc: Zsh hackers list Subject: Re: backward-kill-shell-word widget Message-ID: <20160113011850.GC2736@tarsus.local2> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sebastian Gniazdowski wrote on Mon, Jan 11, 2016 at 09:05:55 +0100: > On 10 January 2016 at 21:19, Daniel Shahaf 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 > 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