unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Building current trunk
@ 2008-10-27 13:24 Angelo Graziosi
  2008-10-27 13:44 ` Juanma Barranquero
  0 siblings, 1 reply; 5+ messages in thread
From: Angelo Graziosi @ 2008-10-27 13:24 UTC (permalink / raw)
  To: emacs-devel

They are a few days that bootstrapping current trunk leaves an empty
directory '.emacs.d' in my HOME.

This happens both on Cygwin and GNU/Linux Kubuntu 8.04.1.

Is it to be expected?

(Note that in my .emacs I have (setq auto-save-list-file-prefix nil))


Cheers,
    Angelo.




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Building current trunk
  2008-10-27 13:24 Building current trunk Angelo Graziosi
@ 2008-10-27 13:44 ` Juanma Barranquero
  2008-10-27 15:14   ` Angelo Graziosi
  2008-10-27 16:03   ` Glenn Morris
  0 siblings, 2 replies; 5+ messages in thread
From: Juanma Barranquero @ 2008-10-27 13:44 UTC (permalink / raw)
  To: Angelo Graziosi; +Cc: emacs-devel

On Mon, Oct 27, 2008 at 14:24, Angelo Graziosi <angelo.graziosi@alice.it> 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)))




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Building current trunk
  2008-10-27 13:44 ` Juanma Barranquero
@ 2008-10-27 15:14   ` Angelo Graziosi
  2008-10-27 16:03   ` Glenn Morris
  1 sibling, 0 replies; 5+ messages in thread
From: Angelo Graziosi @ 2008-10-27 15:14 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: emacs-devel

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





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Building current trunk
  2008-10-27 13:44 ` Juanma Barranquero
  2008-10-27 15:14   ` Angelo Graziosi
@ 2008-10-27 16:03   ` Glenn Morris
  2008-10-27 16:34     ` Juanma Barranquero
  1 sibling, 1 reply; 5+ messages in thread
From: Glenn Morris @ 2008-10-27 16:03 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: emacs-devel, Angelo Graziosi

"Juanma Barranquero" wrote:

>         (unless (or purify-flag ;; don't create dir while dumping
> +		   noninteractive
>  		   (file-accessible-directory-p
>  		    (directory-file-name user-emacs-directory)))

Just to comment that purify-flag is nil in bootstrap-emacs - see the
start of loadup.el - which may explain all this.




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Building current trunk
  2008-10-27 16:03   ` Glenn Morris
@ 2008-10-27 16:34     ` Juanma Barranquero
  0 siblings, 0 replies; 5+ messages in thread
From: Juanma Barranquero @ 2008-10-27 16:34 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel, Angelo Graziosi

On Mon, Oct 27, 2008 at 17:03, Glenn Morris <rgm@gnu.org> 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




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-10-27 16:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-27 13:24 Building current trunk Angelo Graziosi
2008-10-27 13:44 ` Juanma Barranquero
2008-10-27 15:14   ` Angelo Graziosi
2008-10-27 16:03   ` Glenn Morris
2008-10-27 16:34     ` Juanma Barranquero

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).