From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Bundling GNU ELPA packages Date: Thu, 06 Nov 2014 10:20:03 -0500 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1415287268 19084 80.91.229.3 (6 Nov 2014 15:21:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Nov 2014 15:21:08 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 06 16:21:00 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 1XmOrm-0001RD-4l for ged-emacs-devel@m.gmane.org; Thu, 06 Nov 2014 16:20:54 +0100 Original-Received: from localhost ([::1]:54323 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmOrl-0003qu-F4 for ged-emacs-devel@m.gmane.org; Thu, 06 Nov 2014 10:20:53 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmOr6-0003er-Vk for emacs-devel@gnu.org; Thu, 06 Nov 2014 10:20:20 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XmOqz-0000AT-H9 for emacs-devel@gnu.org; Thu, 06 Nov 2014 10:20:12 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:52250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmOqz-00008y-Dl for emacs-devel@gnu.org; Thu, 06 Nov 2014 10:20:05 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvUMAOatTlRLd+sd/2dsb2JhbABcgw4Bg2GGfsN9h1MDBIEgFwEBfIRfciYYDYh4pzqkZJElhDUFi2SmPIFvgUcMgkMfgnoBAQE X-IPAS-Result: AvUMAOatTlRLd+sd/2dsb2JhbABcgw4Bg2GGfsN9h1MDBIEgFwEBfIRfciYYDYh4pzqkZJElhDUFi2SmPIFvgUcMgkMfgnoBAQE X-IronPort-AV: E=Sophos;i="5.04,797,1406606400"; d="scan'208";a="96108307" Original-Received: from 75-119-235-29.dsl.teksavvy.com (HELO ceviche.home) ([75.119.235.29]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 06 Nov 2014 10:20:03 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id C0E20660D4; Thu, 6 Nov 2014 10:20:03 -0500 (EST) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:176445 Archived-At: In Emacs-25.1, I'd like to start bundling some GNU ELPA packages into Emacs. The most obvious such package is Org (whose Git code should move out of emacs.git and into elpa.git), but others will be added, I'm sure (probably Company, for example). Who'd like to help? Stefan