From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: phillip.lord@newcastle.ac.uk (Phillip Lord) Newsgroups: gmane.emacs.devel Subject: Re: Adding packages to ELPA Date: Mon, 22 Sep 2014 08:53:35 +0100 Message-ID: <87wq8wm6ps.fsf@newcastle.ac.uk> References: <87wq97i78i.fsf@earlgrey.lan> <87sijqxzr2.fsf@newcastle.ac.uk> <877g11c8wh.fsf@gmx.us> <83fvfo15z7.fsf@gnu.org> <8361gj20h7.fsf@gnu.org> <83zjdvzmd5.fsf@gnu.org> <85iokiffiq.fsf@stephe-leake.org> <83a95uz2is.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1411372462 5895 80.91.229.3 (22 Sep 2014 07:54:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Sep 2014 07:54:22 +0000 (UTC) Cc: Stephen Leake , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 22 09:54:15 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 1XVyRr-0001lI-3F for ged-emacs-devel@m.gmane.org; Mon, 22 Sep 2014 09:54:15 +0200 Original-Received: from localhost ([::1]:43174 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XVyRq-0003UD-ON for ged-emacs-devel@m.gmane.org; Mon, 22 Sep 2014 03:54:14 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XVyRZ-0003Td-9u for emacs-devel@gnu.org; Mon, 22 Sep 2014 03:54:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XVyRU-0006uX-FS for emacs-devel@gnu.org; Mon, 22 Sep 2014 03:53:57 -0400 Original-Received: from cheviot12.ncl.ac.uk ([128.240.234.12]:53315) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XVyRN-0006iv-KS; Mon, 22 Sep 2014 03:53:45 -0400 Original-Received: from smtpauth-vm.ncl.ac.uk ([10.8.233.129] helo=smtpauth.ncl.ac.uk) by cheviot12.ncl.ac.uk with esmtp (Exim 4.63) (envelope-from ) id 1XVyRE-0005J6-9k; Mon, 22 Sep 2014 08:53:36 +0100 Original-Received: from jangai.ncl.ac.uk ([10.66.67.223] helo=localhost) by smtpauth.ncl.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1XVyRD-0000hz-No; Mon, 22 Sep 2014 08:53:35 +0100 In-Reply-To: <83a95uz2is.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 20 Sep 2014 19:21:15 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 128.240.234.12 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:174637 Archived-At: Eli Zaretskii writes: >> This is obvious, so I must be misunderstanding what you are trying to >> say. Perhaps we have different definitions of "release"? > > What I meant is no one said you need to wait for an Emacs release to > release a package. The Emacs repository is a public one, like the > ELPA repository. So I don't see a difference, really. Unless I am misunderstanding what you mean by Emacs repo the difference is that the emacs repo has a developer front end (bzr or git) which ELPA has a user front end (package.el). Phil