From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Carsten Mattner Newsgroups: gmane.emacs.devel Subject: Re: Emacs bzr memory footprint Date: Thu, 13 Oct 2011 18:55:29 +0200 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; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1318524954 10696 80.91.229.12 (13 Oct 2011 16:55:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 13 Oct 2011 16:55:54 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 13 18:55:49 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 1REOZR-00074G-71 for ged-emacs-devel@m.gmane.org; Thu, 13 Oct 2011 18:55:49 +0200 Original-Received: from localhost ([::1]:44831 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REOZQ-00046e-IS for ged-emacs-devel@m.gmane.org; Thu, 13 Oct 2011 12:55:48 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:50017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REOZL-00046U-0D for emacs-devel@gnu.org; Thu, 13 Oct 2011 12:55:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REOZF-0001N4-7z for emacs-devel@gnu.org; Thu, 13 Oct 2011 12:55:42 -0400 Original-Received: from mail-gx0-f169.google.com ([209.85.161.169]:63902) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REOZ9-0001Lm-6g; Thu, 13 Oct 2011 12:55:31 -0400 Original-Received: by ggdk5 with SMTP id k5so269106ggd.0 for ; Thu, 13 Oct 2011 09:55:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=YsTEazvsFKsN7+mnBi3fwqP1j9QiXu6p1RuieobW9NY=; b=TvgP+t/mn/IJ5j+u4lnNiWRMcrvGrkY8SEl6zy5zgOfnBNQKsx3Hgl1Zarxq3+nodi 4qNmcZIPBLyfYpnJmeKBwB0eAf2xMAYs3xQmoUvbQyqxVBvXE53qnmJZHSiGbgtFo+jJ 1okTLoPjmPHD+nHw3ZPvARZcIK8HuzEiFfBfs= Original-Received: by 10.223.92.152 with SMTP id r24mr7167637fam.19.1318524930088; Thu, 13 Oct 2011 09:55:30 -0700 (PDT) Original-Received: by 10.152.14.65 with HTTP; Thu, 13 Oct 2011 09:55:29 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.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:145149 Archived-At: On Thu, Oct 13, 2011 at 4:22 PM, Stefan Monnier wrote: > PS: BTW, since you use erlang-mode: could you get someone from the > =A0 =A0erlang-mode developers to contact me in order to include it in Ema= cs > =A0 =A0(I've tried several times but got no answer). I must admit that I prefer to have haskell-mode and erlang-mode be not part of Emacs' repo. I find it favorable to have an up-to-date custom-managed or package.el managed version. For example with cc-mode, if Alan didn't agree to update it soon in Emacs bzr, I was about to build and use a copy in ~/.emacs.d. In summary: we shouldn't try to add more big packages to Emacs, especially not such which see more frequent releases than Emacs. We have package support for a reason, don't we? I will contact the erlang-mode maintainer, just to let him know, though.