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: Building current trunk Date: Mon, 27 Oct 2008 12:03:49 -0400 Message-ID: References: <4905C106.9000603@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1225123648 25469 80.91.229.12 (27 Oct 2008 16:07:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Oct 2008 16:07:28 +0000 (UTC) Cc: emacs-devel@gnu.org, Angelo Graziosi To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 27 17:08:26 2008 connect(): Connection refused 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 1KuUdM-0004qu-7H for ged-emacs-devel@m.gmane.org; Mon, 27 Oct 2008 17:08:00 +0100 Original-Received: from localhost ([127.0.0.1]:53962 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuUcF-0005Gz-Ro for ged-emacs-devel@m.gmane.org; Mon, 27 Oct 2008 12:06:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KuUc5-0005FD-HL for emacs-devel@gnu.org; Mon, 27 Oct 2008 12:06:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KuUc3-0005Eg-W3 for emacs-devel@gnu.org; Mon, 27 Oct 2008 12:06:41 -0400 Original-Received: from [199.232.76.173] (port=38546 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuUc3-0005EZ-QA for emacs-devel@gnu.org; Mon, 27 Oct 2008 12:06:39 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:41172) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KuUc3-0005aF-CP for emacs-devel@gnu.org; Mon, 27 Oct 2008 12:06:39 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KuUZJ-0004Aw-P3; Mon, 27 Oct 2008 12:03:49 -0400 X-Spook: Sears Tower digicash Abbas PGP president Islam X-Ran: 2*K68}].APWS.CS>Va^:GG?&kF!J=XCV>|0sO[pO7~oD7}sTl0hS@(olM>8K_)}f0gz1KK X-Hue: red X-Attribution: GM In-Reply-To: (Juanma Barranquero's message of "Mon, 27 Oct 2008 14:44:20 +0100") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:105047 Archived-At: "Juanma Barranquero" wrote: > (unless (or purify-flag ;; don't create dir while dumping > + noninteractive > (file-accessible-directory-p > (directory-file-name user-emacs-directory))) Just to comment that purify-flag is nil in bootstrap-emacs - see the start of loadup.el - which may explain all this.