emacs-devel
[Top][All Lists]
Advanced

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

Re: Building current trunk


From: Angelo Graziosi
Subject: Re: Building current trunk
Date: Mon, 27 Oct 2008 16:14:30 +0100
User-agent: Thunderbird 2.0.0.17 (Windows/20080914)

Juanma Barranquero ha scritto:
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.

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 via email to

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