From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10423 invoked by alias); 26 May 2018 16:09:23 -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: List-Unsubscribe: X-Seq: 42856 Received: (qmail 22400 invoked by uid 1010); 26 May 2018 16:09:22 -0000 X-Qmail-Scanner-Diagnostics: from mail-wr0-f193.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.128.193):SA:0(-3.7/5.0):. Processed in 2.026126 secs); 26 May 2018 16:09:22 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_PASS,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: doron.behar@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to:user-agent; bh=aez9adWDWmVl2Ni4kkFkkEI4C3FvczcqKqf/n+xKniE=; b=QWvzmPhHhwusTmaHNcliu6UUNm563eHVcBRTmwBs2BZGtgvvw6qfIQOl32ViU4WYEG fxxxUa9XWN99rrAf737R+4keqPJ4K5lgp8IoV6Kz74aN1vHBgoURZXApRMv42GebuD9i Z7Bubb+Bv5p4sqe+BQlBAiVcCKB7a9BTmK04tCK7vEiMtXaE0oeWI9XDPYT0MZOEKI4t XMgnB5Xq+nS9l8LtHyOvv1FSg5nA2tNRWmoeMJunT0RRaZHbhfAlCSZGizl7OHeGPLKM VqIptMt5h53TIs8B586g8byoLklMlgJUDThKA4v1bFNEgcEbZ+9jxjkbgr9mGfPmi6KM wGgQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to:user-agent; bh=aez9adWDWmVl2Ni4kkFkkEI4C3FvczcqKqf/n+xKniE=; b=h9ENEopGcpTn/tiEObqhEUB0tciwd/uKh5oDmxe1NHf5PPGxLBrI6bghrnIX60OdHx qz7VesKM2h1VhSP2pq1EIJMRJhbGglqbBKosDzTZtNT3Td753zuC3gLkzsqziR7j9mZ+ NWAAQ9KWNNn4VLhRkkppFcoy8L9HBLZo+FQKUG0srHz2M7Sm4FwQiKW33DvH0o19HKs7 eNQoGCgNTLq7n1SJnre2y4taihGyQbAjnco50cvnspDuTY1V0mNo0o5FAwNZa5sj2NWD BW0CM1CyH/SW1na1eFiAuulB5J5iEld2L79rLTjsnD2ViA47mZbu3H4l+vU5zg9J47H1 vbUQ== X-Gm-Message-State: ALKqPweIgfdAFl7xvkv7nnlh4qirgDdGWhGj/tkV/cNWeaOvHMovRFcL Ab0ATFpol5lpyVKFGz2BSJHX/V7w X-Google-Smtp-Source: ADUXVKJr/ZaqR8MZMSQEIzDITpDqD9UqkySwOCQPHQllaRB4cYhyxfN6E+lyiSN4r7QtEVbXjB82jg== X-Received: by 2002:adf:bacd:: with SMTP id w13-v6mr2000158wrg.125.1527350957390; Sat, 26 May 2018 09:09:17 -0700 (PDT) Date: Sat, 26 May 2018 19:09:19 +0300 From: Doron Behar To: Eitan Adler Cc: zsh-workers@zsh.org Subject: Re: [PATCH 00/25] *** Add completion for luarocks *** Message-ID: <20180526160919.5tsma7lplolmvt2v@NUC.doronbehar.com> Mail-Followup-To: Eitan Adler , zsh-workers@zsh.org References: <20180526150634.15683-1-doron.behar@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180512 Pardon me, I'm not very used to sending patches to mailing lists, usually I use services like GitHub or GitLab. I'll squash the changes and send a single patch like the patch I sent for gpg completion. On Sat, May 26, 2018 at 08:37:00AM -0700, Eitan Adler wrote: > On 26 May 2018 at 08:06, wrote: > > From: Doron Behar > > > > After https://github.com/luarocks/luarocks/issues/412, I think luarocks > > deserves a completion function. I hope I've put it in the right > > location. > > Can you please resend as a single patch? I think you accidentally sent > your WIP patches so its hard to review. > > > > -- > Eitan Adler