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: Stefan Monnier
Subject: bug#4347: Bug for .emacs.d?
Date: Sun, 13 Sep 2009 10:04:10 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

> So, instead to have:

> ~/.emacs
> ~/.emacs.desktop
> ~/.emacs.desktop.lock
> ...

> we could have:

> ~/.emacs.d/.emacs
> ~/.emacs.d/.emacs.desktop
> ~/.emacs.d/.emacs.desktop.lock
> ~/.emacs.d/mail
> ...

> In this way we could have a more clean HOME!!!

That's the intention.  Currently the strategy is to keep using the old
name if the file already exists, and to use the new name otherwise.

The strategy is not completely consistent in how to do it, because most
files in ~/.emacs.d are files which in $HOME should be hidden, but in
~/.emacs.d they don't have any reason to be hidden any more (nor to
include "emacs" in their name), so often the file in ~/.emacs.d doesn't
have the same name as in ~.  In the case of desktop.el, OTOH you can
indeed move ~/.emacs.desktop to ~/.emacs.d.


        Stefan





reply via email to

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