From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: Emacs bzr memory footprint Date: Fri, 14 Oct 2011 16:02:50 -0500 Message-ID: References: <83fwix2osa.fsf@gnu.org> <834nzd2eil.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1318626181 19263 80.91.229.12 (14 Oct 2011 21:03:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 14 Oct 2011 21:03:01 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 14 23:02:57 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1REou9-0002U3-3Q for ged-emacs-devel@m.gmane.org; Fri, 14 Oct 2011 23:02:57 +0200 Original-Received: from localhost ([::1]:50740 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REou8-00086x-Jr for ged-emacs-devel@m.gmane.org; Fri, 14 Oct 2011 17:02:56 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:44435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REou6-00086e-6Q for emacs-devel@gnu.org; Fri, 14 Oct 2011 17:02:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REou5-0001I4-2g for emacs-devel@gnu.org; Fri, 14 Oct 2011 17:02:53 -0400 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:53381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REou4-0001Hv-VX for emacs-devel@gnu.org; Fri, 14 Oct 2011 17:02:53 -0400 Original-Received: by iagf6 with SMTP id f6so1968032iag.0 for ; Fri, 14 Oct 2011 14:02:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:references:user-agent:cancel-lock:date:in-reply-to :message-id:mime-version:content-type; bh=q7Ewr5oZ8kPO0M/hI9a2cx9FGhmqiD+9H+meUFyjERk=; b=lTs/blsvs+C3T4/6NUzVgBRz8YZq5hjkSH2ZBfT0hcOaHrWT33B4TICZkST3HirZ8C 1ulyWIM5Q30AQUI1PkxJoLQhfWUtJzhyHx9Ss/tPjk47/PjzrZWTs+CXs5qR+mDxAxXz l+BmpPOfvXDWNHc2StMG8qym3G7YWHBGlt83g= Original-Received: by 10.42.137.6 with SMTP id w6mr19554388ict.5.1318626172020; Fri, 14 Oct 2011 14:02:52 -0700 (PDT) Original-Received: from vulcan.localhost (c-98-215-105-167.hsd1.il.comcast.net. [98.215.105.167]) by mx.google.com with ESMTPS id ge16sm11240424ibb.2.2011.10.14.14.02.51 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 14 Oct 2011 14:02:51 -0700 (PDT) Original-Received: by vulcan.localhost (Postfix, from userid 501) id 3F6B956C7DCF; Fri, 14 Oct 2011 16:02:50 -0500 (CDT) User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.3 (darwin) Cancel-Lock: sha1:mFo/aS9KXm0TERNX+zu0fVU5WQs= In-Reply-To: (Stefan Monnier's message of "Thu, 13 Oct 2011 13:09:04 -0400") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 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:145231 Archived-At: >>>>> Stefan Monnier writes: >> I must admit that I prefer to have haskell-mode and erlang-mode be not part >> of Emacs' repo. > I'm not planning to add erlang-mode to Emacs, but to the GNU ELPA. In that same vein, Emacs Chess should go into the GNU ELPA, and not into Emacs proper. It's a large package, and not related to the general task of editing really in any way. Plus, it depends on pixmaps from XBoard (fortunately, also a GNU project) which weigh several megabytes by themselves. John