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: Thu, 06 Nov 2014 18:04:51 +0100 Message-ID: <8761esb6q4.fsf@engster.org> References: <864mucgwth.fsf@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1415293527 2528 80.91.229.3 (6 Nov 2014 17:05:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Nov 2014 17:05:27 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 06 18:05:21 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 1XmQUq-0002Xb-Sh for ged-emacs-devel@m.gmane.org; Thu, 06 Nov 2014 18:05:21 +0100 Original-Received: from localhost ([::1]:55143 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmQUq-0005pD-EA for ged-emacs-devel@m.gmane.org; Thu, 06 Nov 2014 12:05:20 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmQUi-0005lK-FU for emacs-devel@gnu.org; Thu, 06 Nov 2014 12:05:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XmQUc-0006Ho-Cz for emacs-devel@gnu.org; Thu, 06 Nov 2014 12:05:12 -0500 Original-Received: from randomsample.de ([5.45.97.173]:52967) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmQUc-00066z-43 for emacs-devel@gnu.org; Thu, 06 Nov 2014 12:05:06 -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=GKxFa40i6FeyKj0mP9RAzi5hubG/nq3rAnWz32oKLnE=; b=PdtHCFdwttbnvI8eLzojdXR6KtK1V5FzeVz17WCyz4u5YONbnTSKUXI1FJ434Tx04w6jWXjsKHUij5OGTidisabRUcLg1/5bDMib3Jy48lH/L/9pZyCJOdB8B3cpNuRJ; 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 1XmQUT-0000wK-Vd; Thu, 06 Nov 2014 18:04:58 +0100 In-Reply-To: <864mucgwth.fsf@yandex.ru> (Dmitry Gutov's message of "Thu, 06 Nov 2014 17:42:18 +0200") User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.91 (gnu/linux) Mail-Followup-To: Dmitry Gutov , Stefan Monnier , 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:176461 Archived-At: Dmitry Gutov writes: > Stefan Monnier writes: > >> The most obvious such package is Org (whose Git code >> should move out of emacs.git and into elpa.git) > > CEDET also comes to mind as a great candidate, although it might be > harder to move. I think the Big Three are good candidates: Org, Gnus, and CEDET. They all live in their separate directories underneath lisp/, so moving them shouldn't be too hard. I had envisioned that after the move to Git, CEDET could be imported from a stable upstream branch as a subtree lisp/cedet, but I guess using GNU ELPA would be even better. -David