all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Angelo Graziosi <angelo.graziosi@alice.it>
To: Juanma Barranquero <lekktu@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: Building current trunk
Date: Mon, 27 Oct 2008 16:14:30 +0100	[thread overview]
Message-ID: <4905DAD6.1050204@alice.it> (raw)
In-Reply-To: <f7ccd24b0810270644g70df8f9dx151f0d068d44e7f4@mail.gmail.com>

Juanma Barranquero ha scritto:
> On Mon, Oct 27, 2008 at 14:24, Angelo Graziosi <xxx.xxx@xxx.xxx> 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.

For me it happens also on GNU/Linux and I do always a clean bootstrap:
CVS checkout 'plus' bootstrap from scratch.

> 
> Please try the attached patch.

It seems to solve the problem!

Thanks,
    Angelo.

> 
> 
> 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)))





  reply	other threads:[~2008-10-27 15:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-27 13:24 Building current trunk Angelo Graziosi
2008-10-27 13:44 ` Juanma Barranquero
2008-10-27 15:14   ` Angelo Graziosi [this message]
2008-10-27 16:03   ` Glenn Morris
2008-10-27 16:34     ` Juanma Barranquero

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4905DAD6.1050204@alice.it \
    --to=angelo.graziosi@alice.it \
    --cc=emacs-devel@gnu.org \
    --cc=lekktu@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.