[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug#4347: Bug for .emacs.d?
From: |
Stefan Monnier |
Subject: |
Re: bug#4347: Bug for .emacs.d? |
Date: |
Sat, 12 Sep 2009 15:32:31 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) |
>> There's no question that the behavior changed. And clearly you do not
>> like it. But ... what's the harm?
>> Lots of programs create a ~/.foo directory at start.
> Just a question: is the creation of this empty directory (~/.emacs.d) the
> result of a design in the code for the next Emacs 23.2 or is it a unexpected
> result of that code?
It's not on-purpose, no. It's not exactly unexpected, tho. The issue
is pretty simple: Emacs packages often can use either ~/.<foo> (old
style) or ~/.emacs.d/<foo> (new style) files to store some customization
or state.
If neither of the two files exist, we prefer to use ~/.emacs.d/<foo>,
but at the time we make this choice, we usually don't know yet whether
the file will be written, and at the time the file is written, we
generally assume that the parent directory already exists.
So the ~/.emacs.d directory is created eagerly.
In other words, this behavior is clearly not a feature, but "fixing" it
is somewhat of a pain for very little gain.
Stefan
- Bug for .emacs.d?, Angelo Graziosi, 2009/09/04
- Message not available
- Message not available
- Message not available
- Message not available
- Re: bug#4347: Bug for .emacs.d?, Angelo Graziosi, 2009/09/12
- Re: bug#4347: Bug for .emacs.d?,
Stefan Monnier <=
- Re: bug#4347: Bug for .emacs.d?, Angelo Graziosi, 2009/09/12
- Re: bug#4347: Bug for .emacs.d?, Miles Bader, 2009/09/12
- message creates ~/Mail [was Re: bug#4347: Bug for .emacs.d?], Glenn Morris, 2009/09/12
- Re: message creates ~/Mail, Miles Bader, 2009/09/12
- Re: message creates ~/Mail, Reiner Steib, 2009/09/13
- Re: message creates ~/Mail, Miles Bader, 2009/09/13
- Re: message creates ~/Mail, Daniel Clemente, 2009/09/13
- Re: message creates ~/Mail, Glenn Morris, 2009/09/14
- Re: message creates ~/Mail, Stefan Monnier, 2009/09/13
- Re: bug#4347: Bug for .emacs.d?, Angelo Graziosi, 2009/09/13