emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building current trunk


From: Juanma Barranquero
Subject: Re: Building current trunk
Date: Mon, 27 Oct 2008 14:44:20 +0100

On Mon, Oct 27, 2008 at 14:24, Angelo Graziosi <address@hidden> 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)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]