From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Building current trunk Date: Mon, 27 Oct 2008 17:34:55 +0100 Message-ID: References: <4905C106.9000603@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1225125328 32171 80.91.229.12 (27 Oct 2008 16:35:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Oct 2008 16:35:28 +0000 (UTC) Cc: emacs-devel@gnu.org, Angelo Graziosi To: "Glenn Morris" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 27 17:36: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 1KuV4e-0006jf-Ra for ged-emacs-devel@m.gmane.org; Mon, 27 Oct 2008 17:36:13 +0100 Original-Received: from localhost ([127.0.0.1]:47147 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuV3Y-00019R-O6 for ged-emacs-devel@m.gmane.org; Mon, 27 Oct 2008 12:35:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KuV3U-00018s-S7 for emacs-devel@gnu.org; Mon, 27 Oct 2008 12:35:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KuV3S-00018L-WF for emacs-devel@gnu.org; Mon, 27 Oct 2008 12:35:00 -0400 Original-Received: from [199.232.76.173] (port=52277 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuV3S-00018I-Qk for emacs-devel@gnu.org; Mon, 27 Oct 2008 12:34:58 -0400 Original-Received: from mail-gx0-f11.google.com ([209.85.217.11]:57183) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KuV3S-0006CV-U0 for emacs-devel@gnu.org; Mon, 27 Oct 2008 12:34:59 -0400 Original-Received: by gxk4 with SMTP id 4so3118581gxk.18 for ; Mon, 27 Oct 2008 09:34:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=hT5rVEPLiQ65j1/VI0zGcQJqIlLZ8ZYKgoEFw6EXr1M=; b=OHRsBHgQ2BGT9/xchsZcAqkIO7R19M1YdJh5fihH+L9KWnko4nWBkMPYr9a42gjF5S PjIRmOoFDAlgJFKNGoGJ4xtMLu21szARYpYPxSHJDKjCfBeJk1ovLrMT84ery91pFapt 9jXD8oPbSQGpFUfpjVJWQ/PARis4fOINhaT78= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=gDkEPNtQVv2J3tose2Tuo2iqVh9612ibOoTe/GT4UlTixeiE//HW9HMq6I5efGWQbY NOKzNFl++XCIJN1FpG6kgO4zSvVtxyvMlukFcfCmrMB0wTIENqpVAEnZK51UmkA17hj2 pBw2oKf/68C6Slq56GjrONgQeK/kkhAut//gY= Original-Received: by 10.100.31.10 with SMTP id e10mr6054291ane.83.1225125295906; Mon, 27 Oct 2008 09:34:55 -0700 (PDT) Original-Received: by 10.100.13.13 with HTTP; Mon, 27 Oct 2008 09:34:55 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:105048 Archived-At: On Mon, Oct 27, 2008 at 17:03, Glenn Morris wrote: > Just to comment that purify-flag is nil in bootstrap-emacs - see the > start of loadup.el - which may explain all this. Ah, you're right. I'm still puzzled why does it create .emacs.d on GNU/Linux and not on Windows. Juanma