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: Re: Finding packages to enable by default Date: Wed, 11 Dec 2013 09:09:57 -0500 Message-ID: References: <87mwkgb74k.fsf@yandex.ru> <52A02473.8090005@gmx.at> <87d2laq3e5.fsf@yandex.ru> <52A1890A.2010500@gmx.at> <871u1nca3g.fsf@yandex.ru> <87ob4ooxoa.fsf@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1386771020 17209 80.91.229.3 (11 Dec 2013 14:10:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Dec 2013 14:10:20 +0000 (UTC) Cc: Juanma Barranquero , Lars Magne Ingebrigtsen , emacs-devel To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 11 15:10:25 2013 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 1VqkUW-0006wT-PW for ged-emacs-devel@m.gmane.org; Wed, 11 Dec 2013 15:10:20 +0100 Original-Received: from localhost ([::1]:57390 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqkUW-00072g-AK for ged-emacs-devel@m.gmane.org; Wed, 11 Dec 2013 09:10:20 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqkUM-0006zh-TJ for emacs-devel@gnu.org; Wed, 11 Dec 2013 09:10:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqkUD-0000Z3-9h for emacs-devel@gnu.org; Wed, 11 Dec 2013 09:10:10 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:34975) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqkUD-0000Yt-4h for emacs-devel@gnu.org; Wed, 11 Dec 2013 09:10:01 -0500 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id rBBE9ubq002882; Wed, 11 Dec 2013 09:09:57 -0500 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 2FC54AE321; Wed, 11 Dec 2013 09:09:57 -0500 (EST) In-Reply-To: <87ob4ooxoa.fsf@yandex.ru> (Dmitry Gutov's message of "Wed, 11 Dec 2013 05:48:21 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4788=0 X-NAI-Spam-Version: 2.3.0.9362 : core <4788> : inlines <301> : streams <1089084> : uri <1620866> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 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:166292 Archived-At: >> That doesn't preclude merging js2-mode into Emacs (by making the parser >> optional). > That would just mean making js2-mode optional, i.e. bundling it, but > keeping js-mode as the default. Well, yes, make js2-mode as a kind of minor mode. I don't have a strong opinion whether it should be enabled or disabled by default. >> In any case, I think the way to do it, is to work on the >> tarball script so as to bundle some ELPA packages into the tarball. > Sounds fine to me. Personally, I'm hoping this would also allow to move > the bigger packages, such as Org and CEDET, outside of the Emacs tree. That's kind of the idea, yes. Stefan