From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Fixing parallel byte-compilation Date: Sat, 11 Sep 2010 15:04:45 -0400 Message-ID: References: <80occ5xilc.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1284232019 20529 80.91.229.12 (11 Sep 2010 19:06:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 11 Sep 2010 19:06:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 11 21:06:58 2010 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.69) (envelope-from ) id 1OuVPc-00026t-EB for ged-emacs-devel@m.gmane.org; Sat, 11 Sep 2010 21:06:56 +0200 Original-Received: from localhost ([127.0.0.1]:53099 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OuVNW-0003J9-Dp for ged-emacs-devel@m.gmane.org; Sat, 11 Sep 2010 15:04:46 -0400 Original-Received: from [140.186.70.92] (port=45663 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OuVNQ-0003Iz-8k for emacs-devel@gnu.org; Sat, 11 Sep 2010 15:04:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OuVNP-0006tt-8v for emacs-devel@gnu.org; Sat, 11 Sep 2010 15:04:40 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:40466) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OuVNP-0006tp-6N for emacs-devel@gnu.org; Sat, 11 Sep 2010 15:04:39 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OuVNV-0004TE-Mr; Sat, 11 Sep 2010 15:04:45 -0400 X-Spook: Centro eavesdropping PGP LLNL CipherTAC-2000 kilo class X-Ran: J{Lb^O&in5q7(d~oN,W=%85Y8[O>&+OPgwJU#Xn;!2g(Ss."!60xXIcNZ511NhIRcsS&?S X-Hue: magenta X-Attribution: GM In-Reply-To: (Stefan Monnier's message of "Sat\, 11 Sep 2010 12\:58\:14 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:129994 Archived-At: Bah, just noticed it makes the build log rather ugly: Compiling org/org-freemind.el Wrote /path/to/lisp/org/org-freemind.elc8242rG9 Maybe I should disable the "Wrote file" message from write-region, and have byte-compile-file print it instead? It already prints any error message by hand.