bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#4347: Bug for .emacs.d?


From: Juanma Barranquero
Subject: bug#4347: Bug for .emacs.d?
Date: Fri, 11 Sep 2009 22:34:22 +0200

> Just so I understand better: is the problem that ~/.emacs.d is created
> at build-time, or that it's created at run-time?

Both, I'd say.

> IIUC it's done both times right now.  The build-time case is a bug
> (which I think should be fixed along the lines of the patch below)

I'll test it ASAP.

> but w.r.t the run-time case, I'm not convinced it's a bug.

I think it is. There's no way to prevent its creation:

  C:\temp> set HOME=C:\temp
  C:\temp> dir
                  0 bytes in 0 files and 0 dirs

  C:\temp> emacs -Q --eval "(setq user-emacs-directory \"C:/otherdir/\")"
  C:\temp> dir
  1/09/2009  22:29         <DIR>    .emacs.d
                   0 bytes in 0 files and 1 dir

while before, simply doing "emacs -Q" followed by C-x C-c wouldn't
create ~/.emacs.d/.

    Juanma





reply via email to

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