From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: chad Newsgroups: gmane.emacs.devel Subject: Re: SMIE Date: Thu, 10 Jul 2014 10:00:10 -0700 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1405011657 22556 80.91.229.3 (10 Jul 2014 17:00:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Jul 2014 17:00:57 +0000 (UTC) Cc: emacs To: Matt DeBoard Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 10 19:00:49 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 1X5HiB-0001PT-O6 for ged-emacs-devel@m.gmane.org; Thu, 10 Jul 2014 19:00:47 +0200 Original-Received: from localhost ([::1]:39099 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5HiB-00041B-D2 for ged-emacs-devel@m.gmane.org; Thu, 10 Jul 2014 13:00:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39614) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5Hhy-0003xM-OD for emacs-devel@gnu.org; Thu, 10 Jul 2014 13:00:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5Hhp-0006Dg-Pc for emacs-devel@gnu.org; Thu, 10 Jul 2014 13:00:34 -0400 Original-Received: from mail-pa0-f52.google.com ([209.85.220.52]:51306) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5Hhp-0006DR-Ip for emacs-devel@gnu.org; Thu, 10 Jul 2014 13:00:25 -0400 Original-Received: by mail-pa0-f52.google.com with SMTP id eu11so11272619pac.25 for ; Thu, 10 Jul 2014 10:00:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=jsL8Lke9eI3cGET1IO8tTKZLpAwZhy/2ZdjyH+MRvJo=; b=HN1J7vTbtBoRtDgn1vTTEgkZiknMx16Du2fZulLthCNtDCAWW4D3zOpc9AQdrgL8lJ dcH5BVqCs3T8aFKCanvfwJoaLok/1PTjXVSmq7XKsUVuE1p1hEM1Ka3XmTn2e32KHTTS iXq/xCeFr1DYXS/LRL7130f2u0ZZvazlxvjbmsN2I5wblZubK1cZ0oVrlBAxplowCKVY hqYD0/8zbkVkBVqevbBOGdixRU0arDPi0URXcsQEol1jak7b7BKc0bQ903lNDkH2wbOS JCP/Zq6WtsnlnVfqcz8SYrfFXM8BBHeHpAvHPXhFb7DgHefGR5yNBh7rivIlQ8SoPnJh PFjw== X-Received: by 10.68.171.37 with SMTP id ar5mr25600021pbc.61.1405011620005; Thu, 10 Jul 2014 10:00:20 -0700 (PDT) Original-Received: from [10.0.1.36] (174-21-5-91.tukw.qwest.net. [174.21.5.91]) by mx.google.com with ESMTPSA id s6sm33157972pdl.32.2014.07.10.10.00.17 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 10 Jul 2014 10:00:18 -0700 (PDT) In-Reply-To: X-Mailer: Apple Mail (2.1878.6) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.220.52 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:172935 Archived-At: 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