From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.devel Subject: Re: Bundling GNU ELPA packages Date: Fri, 07 Nov 2014 07:52:32 +0100 Message-ID: <87ioira4en.fsf@engster.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1415343193 24924 80.91.229.3 (7 Nov 2014 06:53:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Nov 2014 06:53:13 +0000 (UTC) Cc: Lars Magne Ingebrigtsen , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 07 07:53:07 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 1XmdPv-000571-0U for ged-emacs-devel@m.gmane.org; Fri, 07 Nov 2014 07:53:07 +0100 Original-Received: from localhost ([::1]:58542 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmdPu-00065M-Gx for ged-emacs-devel@m.gmane.org; Fri, 07 Nov 2014 01:53:06 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37184) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmdPb-000619-OG for emacs-devel@gnu.org; Fri, 07 Nov 2014 01:52:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XmdPV-0006NS-LA for emacs-devel@gnu.org; Fri, 07 Nov 2014 01:52:47 -0500 Original-Received: from randomsample.de ([5.45.97.173]:53550) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmdPV-0006NG-CC for emacs-devel@gnu.org; Fri, 07 Nov 2014 01:52:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=fTStDe8LC//7JW6QWZ1xSIZOZa+1wBmOEvpdQ7T1Mi4=; b=dE5pQZ1W8jmYVQTsyAlPgaBrQ1tNGS5x6DyZdGenbwXd3NypdURlFPY0m5xu+lLar/fYB0ESdU5U1k9c/Mf7Et4Ma6DCX5/Ew4+Y9KN2KKFPixfHPedh9EP730ePuRsQ; Original-Received: from ip2504b377.dynamic.kabel-deutschland.de ([37.4.179.119] helo=spaten) by randomsample.de with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1XmdPR-0008OE-CE; Fri, 07 Nov 2014 07:52:37 +0100 In-Reply-To: (Stefan Monnier's message of "Thu, 06 Nov 2014 23:11:43 -0500") User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.91 (gnu/linux) Mail-Followup-To: Stefan Monnier , Lars Magne Ingebrigtsen , emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 5.45.97.173 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:176505 Archived-At: Stefan Monnier writes: >> I think you're not quite communicating what the purpose here is. > > Currently the purpose is to move Org to elpa.git and to add company to > Emacs without moving it to emacs.git. > > Once that is supported, maybe some other packages will want to do like > Org, but it's a separate discussion and there's no hurry for that one. I second Lars' confusion here, and you didn't really answer his question: if we "bundle a package from ELPA", it is *always* available, isn't it? So how's that a problem if a package is also used by other code in Emacs? -David