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: Build-time dependencies Date: Tue, 10 Jun 2008 14:54:04 -0400 Message-ID: References: <20080606155915.GA3953@muc.de> <20080606203541.GA1741@muc.de> <20080607095024.GC1812@muc.de> <20080607200821.GI1812@muc.de> <878wxefl1l.fsf@catnip.gol.com> <66ej76peqb.fsf@fencepost.gnu.org> <864p81rvze.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1213124090 3785 80.91.229.12 (10 Jun 2008 18:54:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Jun 2008 18:54:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 10 20:55:33 2008 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 1K68zm-0003bA-Rx for ged-emacs-devel@m.gmane.org; Tue, 10 Jun 2008 20:55:03 +0200 Original-Received: from localhost ([127.0.0.1]:39423 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K68yz-0003OL-F0 for ged-emacs-devel@m.gmane.org; Tue, 10 Jun 2008 14:54:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K68yt-0003NW-28 for emacs-devel@gnu.org; Tue, 10 Jun 2008 14:54:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K68ys-0003N7-3M for emacs-devel@gnu.org; Tue, 10 Jun 2008 14:54:06 -0400 Original-Received: from [199.232.76.173] (port=33406 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K68ys-0003N2-0M for emacs-devel@gnu.org; Tue, 10 Jun 2008 14:54:06 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:17585 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K68yr-0000mO-GM for emacs-devel@gnu.org; Tue, 10 Jun 2008 14:54:05 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgwFALRqTkhMCpcZ/2dsb2JhbACBW7AP X-IronPort-AV: E=Sophos;i="4.27,618,1204520400"; d="scan'208";a="22374498" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 10 Jun 2008 14:54:05 -0400 Original-Received: from pastel.home ([76.10.151.25]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id QYM03105; Tue, 10 Jun 2008 14:54:05 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id E49BE82F1; Tue, 10 Jun 2008 14:54:04 -0400 (EDT) In-Reply-To: <864p81rvze.fsf@lifelogs.com> (Ted Zlatanov's message of "Tue, 10 Jun 2008 13:22:13 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: 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:98883 Archived-At: GM> It will be great if one of [the smart people] indeed implements a GM> smarter recompile. > Is SCons a possibility? I looked at it 3 months ago and really liked > it, but it's supposed to be slow for large projects and uses Python. It > would probably work all right for Emacs. It doesn't look like it would help much with the Elisp side of recompiling, which is the tricky part. Stefan