GNU bug report logs -
#47298
Emacs creates HOME if it does not exist
Previous Next
Reported by: Glenn Morris <rgm <at> gnu.org>
Date: Sun, 21 Mar 2021 17:42:02 UTC
Severity: minor
Found in version 27.1
Fixed in version 29.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Package: emacs
Version: 27.1
Severity: minor
Assuming /tmp/foo does not exist:
HOME=/tmp/foo emacs-26.3
Emacs starts, but displays a warning:
Warning (initialization): Unable to create `user-emacs-directory' (~/.emacs.d/).
Any data that would normally be written there may be lost!
If you never want to see this message again,
customize the variable `user-emacs-directory-warning'.
Error (initialization): User someuser has no home directory
With Emacs 27.1, HOME is silently created.
(Only interactively; this does not happen in batch mode.)
I assume a4144af909, which added the PARENTS argument to the
make-directory call in locate-user-emacs-file, causes this.
IMO the Emacs 26.3 behaviour is correct, and Emacs should not be
creating HOME if it does not exist. One may want to set a non-existent
HOME eg for testing.
This bug report was last modified 2 years and 333 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.