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: dump (temacs) fails, core in alloc.c Date: Tue, 10 Nov 2009 09:01:07 -0500 Message-ID: References: <4AF85871.6060003@swipnet.se> <4AF8612F.6090309@swipnet.se> <200911091912.nA9JC42n000819@godzilla.ics.uci.edu> <83zl6vo57i.fsf@gnu.org> <200911092037.nA9Kbr9u001441@godzilla.ics.uci.edu> <200911092315.nA9NF8Ix002845@godzilla.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1257861706 24954 80.91.229.12 (10 Nov 2009 14:01:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Nov 2009 14:01:46 +0000 (UTC) Cc: Eli Zaretskii , jan.h.d@swipnet.se, emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 10 15:01:38 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N7rHs-00036X-BE for ged-emacs-devel@m.gmane.org; Tue, 10 Nov 2009 15:01:36 +0100 Original-Received: from localhost ([127.0.0.1]:43781 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7rHr-0002dT-MK for ged-emacs-devel@m.gmane.org; Tue, 10 Nov 2009 09:01:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N7rHb-0002c5-L0 for emacs-devel@gnu.org; Tue, 10 Nov 2009 09:01:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N7rHU-0002YY-UO for emacs-devel@gnu.org; Tue, 10 Nov 2009 09:01:16 -0500 Original-Received: from [199.232.76.173] (port=51639 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7rHT-0002YC-Ul for emacs-devel@gnu.org; Tue, 10 Nov 2009 09:01:12 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:56348 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N7rHS-0000gk-1C; Tue, 10 Nov 2009 09:01:10 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjkFAPUA+UpMCpsp/2dsb2JhbACBTtw9hD4EiRWCdg X-IronPort-AV: E=Sophos;i="4.44,716,1249272000"; d="scan'208";a="49020295" Original-Received: from 76-10-155-41.dsl.teksavvy.com (HELO pastel.home) ([76.10.155.41]) by ironport2-out.pppoe.ca with ESMTP; 10 Nov 2009 09:01:08 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id D9E9981B2; Tue, 10 Nov 2009 09:01:07 -0500 (EST) In-Reply-To: <200911092315.nA9NF8Ix002845@godzilla.ics.uci.edu> (Dan Nicolaescu's message of "Mon, 9 Nov 2009 15:15:08 -0800 (PST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:116799 Archived-At: >> Stefan "who uses a `make depend' scheme and hence gets those >> extra dependencies anyway" > That's TRTD, but ... > Will Stefan's "magic tree that implements all kinds of interesting > stuff" appear in BZR once we make the switch? That tree is not secret. If people want it, I can make it accessible publically, but really: there's a reason why those patches aren't in the trunk yet. Sometimes that reason is just that I haven't gotten to it yet, but for more important changes (e.g., "make depend", or multiple-inheritance in keymaps) the reason is that the implementation I have is not good enough for the trunk. Stefan