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: Fixing parallel byte-compilation Date: Sun, 12 Sep 2010 11:50:34 +0200 Message-ID: References: <80occ5xilc.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1284285071 6600 80.91.229.12 (12 Sep 2010 09:51:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 12 Sep 2010 09:51:11 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 12 11:51:10 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 1OujD9-0000lP-3z for ged-emacs-devel@m.gmane.org; Sun, 12 Sep 2010 11:51:09 +0200 Original-Received: from localhost ([127.0.0.1]:35755 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OujD3-0007AG-3X for ged-emacs-devel@m.gmane.org; Sun, 12 Sep 2010 05:50:53 -0400 Original-Received: from [140.186.70.92] (port=59056 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OujCt-000796-0h for emacs-devel@gnu.org; Sun, 12 Sep 2010 05:50:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OujCq-0006Sz-JM for emacs-devel@gnu.org; Sun, 12 Sep 2010 05:50:42 -0400 Original-Received: from impaqm5.telefonica.net ([213.4.138.5]:38800) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OujCq-0006ST-9a for emacs-devel@gnu.org; Sun, 12 Sep 2010 05:50:40 -0400 Original-Received: from IMPmailhost4.adm.correo ([10.20.102.125]) by IMPaqm5.telefonica.net with bizsmtp id 5lFb1f00S2iL0W23RlqdGq; Sun, 12 Sep 2010 11:50:37 +0200 Original-Received: from ceviche.home ([83.61.39.212]) by IMPmailhost4.adm.correo with BIZ IMP id 5lqa1f00F4aeRwb1klqbnG; Sun, 12 Sep 2010 11:50:37 +0200 X-Brightmail-Tracker: AAAAAA== X-TE-authinfo: authemail="monnier$movistar.es" |auth_email="monnier@movistar.es" X-TE-AcuTerraCos: auth_cuTerraCos="cosuitnetc01" Original-Received: by ceviche.home (Postfix, from userid 20848) id AF65A660D2; Sun, 12 Sep 2010 11:50:34 +0200 (CEST) In-Reply-To: (Glenn Morris's message of "Sat, 11 Sep 2010 15:04:45 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.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:130005 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? Yup, Stefan