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 14:44:20 +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 1225115096 14867 80.91.229.12 (27 Oct 2008 13:44:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Oct 2008 13:44:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Angelo Graziosi" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 27 14:45:58 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 1KuSPa-0004Ph-9X for ged-emacs-devel@m.gmane.org; Mon, 27 Oct 2008 14:45:38 +0100 Original-Received: from localhost ([127.0.0.1]:46158 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuSOT-0007rv-Pb for ged-emacs-devel@m.gmane.org; Mon, 27 Oct 2008 09:44:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KuSON-0007ps-Md for emacs-devel@gnu.org; Mon, 27 Oct 2008 09:44:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KuSOL-0007nd-Ke for emacs-devel@gnu.org; Mon, 27 Oct 2008 09:44:23 -0400 Original-Received: from [199.232.76.173] (port=39471 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuSOL-0007nT-ED for emacs-devel@gnu.org; Mon, 27 Oct 2008 09:44:21 -0400 Original-Received: from mail-gx0-f11.google.com ([209.85.217.11]:32932) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KuSOL-0006EY-83 for emacs-devel@gnu.org; Mon, 27 Oct 2008 09:44:21 -0400 Original-Received: by gxk4 with SMTP id 4so2776758gxk.18 for ; Mon, 27 Oct 2008 06:44:20 -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=7W0H8A0CLbBz7CJEZTSFHgcwzG7R3083dIcRpXccbyk=; b=bhJYK2Z3Mdmf2MGxZOLnKFQw/tO/1ssZbc4gCUrTCKdiOh+sbzq0cJBbGNCA/uP1ZD l08t0tIuaMXNZUp2YnIKat+C4plEwWUYFS8zMhisFsRjZ2e8Vgg9KLIDhBJw4W8rUOPt dyUqbcZAO+YWgf10Tt7OinzQ4f9EL+MhT8GM8= 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=M5ncmLwNX/Qe040/6tClEbffxdX2PDlBG5rlL880iYaUt9alyUvrKCS2QAEIt90I5h coHXVAzvtsSJEsAZNsXrIR2PYz7/mqj9QOHR6lBrXYqlSClnJQjJ/GjG5zO7wjSN8KQl JdF2Anv/rvwL63NaW5KaE/5xoxqp7gvCCK1Ic= Original-Received: by 10.100.140.1 with SMTP id n1mr5851418and.13.1225115060092; Mon, 27 Oct 2008 06:44:20 -0700 (PDT) Original-Received: by 10.100.13.13 with HTTP; Mon, 27 Oct 2008 06:44:20 -0700 (PDT) In-Reply-To: <4905C106.9000603@alice.it> 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:105044 Archived-At: On Mon, Oct 27, 2008 at 14:24, Angelo Graziosi wrote: > They are a few days that bootstrapping current trunk leaves an empty > directory '.emacs.d' in my HOME. There's a new function `locate-user-emacs-file' that can create .emacs.d, but it should *not* do it during bootstrap. > Is it to be expected? Not during bootstrapping, not. And, it does not create it for me. Please try the attached patch. Juanma Index: lisp/subr.el =================================================================== RCS file: /sources/emacs/emacs/lisp/subr.el,v retrieving revision 1.616 diff -u -2 -r1.616 subr.el --- lisp/subr.el 25 Oct 2008 09:17:44 -0000 1.616 +++ lisp/subr.el 27 Oct 2008 13:42:44 -0000 @@ -2171,4 +2171,5 @@ at-home (unless (or purify-flag ;; don't create dir while dumping + noninteractive (file-accessible-directory-p (directory-file-name user-emacs-directory)))