From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matt DeBoard Newsgroups: gmane.emacs.devel Subject: Re: SMIE Date: Fri, 15 Aug 2014 21:34:16 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0153668acb9fbd0500b5fb4c X-Trace: ger.gmane.org 1408156529 16915 80.91.229.3 (16 Aug 2014 02:35:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 16 Aug 2014 02:35:29 +0000 (UTC) Cc: emacs To: chad Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 16 04:35:22 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XITpx-0004xZ-JS for ged-emacs-devel@m.gmane.org; Sat, 16 Aug 2014 04:35:21 +0200 Original-Received: from localhost ([::1]:34057 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XITpx-0003kG-5W for ged-emacs-devel@m.gmane.org; Fri, 15 Aug 2014 22:35:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42861) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XITpj-0003ik-Br for emacs-devel@gnu.org; Fri, 15 Aug 2014 22:35:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XITpi-0000SE-Dr for emacs-devel@gnu.org; Fri, 15 Aug 2014 22:35:07 -0400 Original-Received: from mail-ig0-x229.google.com ([2607:f8b0:4001:c05::229]:49245) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XITpi-0000FS-7s for emacs-devel@gnu.org; Fri, 15 Aug 2014 22:35:06 -0400 Original-Received: by mail-ig0-f169.google.com with SMTP id r2so3814209igi.4 for ; Fri, 15 Aug 2014 19:34:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=3fWBmB5Q2EKYRi0eoRxkLDK6/BEO891ez5jAYHXvmWI=; b=WH6DUHlGtvogtThJiVvSzN3YZr4Doit9jgfWg7S4Co582EFIV1AAoZotDhqOToG12V h+HIt5SdCGuwts2nHWhVL4OKbdtQO0+8+N76m5vbpQygkEJ2zkBDZZ56hjy42JcoSClk iYgMfw7rGqw6wBMlDZjjkU8uNBqWrqtxkMZI/8wbnvwqdfRUoNzqjYXDez7i5lkFoXHD 0lV+aCny7zJeM1yNvEyO1ESzqi2qgs6YuzffsUI04VRBHGo1djUBBSzHXaNtuEZzune5 jxNrhabqI2VWkgTDwVY3BntPvxTvPhokLz6BEgEHsqcgK6T7aBEU4rK8k0VTU6q8DKmm HQEQ== X-Received: by 10.50.80.45 with SMTP id o13mr71046049igx.7.1408156497057; Fri, 15 Aug 2014 19:34:57 -0700 (PDT) Original-Received: by 10.50.17.41 with HTTP; Fri, 15 Aug 2014 19:34:16 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c05::229 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:173699 Archived-At: --089e0153668acb9fbd0500b5fb4c Content-Type: text/plain; charset=UTF-8 Sorry for the thread necromancy. What do I need to do for inclusion in GNU ELPA? On Thu, Jul 10, 2014 at 12:00 PM, chad wrote: > On 09 Jul 2014, at 20:59, Matt DeBoard wrote: > > > As regarding inclusion in GNU ELPA, I'm just a caretaker for the > > project on behalf of the Elixir-lang people, but as it's already in > > MELPA I'm sure it's fine. > > I would go a step further than Stefan and say that MELPA is basically the > archetype of not-fine in this domain: finding a package in MELPA means, > basically "someone, somewhere, wrote some code that might do something, in > some of the versions I've had at some point". Finding a package in GNU ELPA > (or a handful of other elpa repositories) adds things like "this version > should actually do what's written on the tin" to potentially-interesting > properties like "copyrights already assigned" and "can be fixed by > interested emacs maintainers". > > I hope that helps, > ~Chad > > --089e0153668acb9fbd0500b5fb4c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Sorry for the thread necromancy. What do I need to do for = inclusion in GNU ELPA?


On Thu, Jul 10, 2014 at 12:00 PM, chad &= lt;yandros@gmail.com= > wrote:
On 09 Jul 2014, at 20:59, Ma= tt DeBoard <matt.deboard@gmail= .com> wrote:

> As regarding inclusion in GNU ELPA, I'm just a caretaker for the > project on behalf of the Elixir-lang people, but as it's already i= n
> MELPA I'm sure it's fine.

I would go a step further than Stefan and say that MELPA is basically= the archetype of not-fine in this domain: finding a package in MELPA means= , basically "someone, somewhere, wrote some code that might do somethi= ng, in some of the versions I've had at some point". Finding a pac= kage in GNU ELPA (or a handful of other elpa repositories) adds things like= "this version should actually do what's written on the tin" = to potentially-interesting properties like "copyrights already assigne= d" and "can be fixed by interested emacs maintainers".

I hope that helps,
~Chad


--089e0153668acb9fbd0500b5fb4c--