all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs creates emacs.d/ as root when using sudo
@ 2019-07-01 18:01 Jeffrey Walton
  2019-07-02  4:21 ` Stefan Monnier
  2019-07-02  6:16 ` Teemu Likonen
  0 siblings, 2 replies; 9+ messages in thread
From: Jeffrey Walton @ 2019-07-01 18:01 UTC (permalink / raw)
  To: emacs-devel

Hi Everyone,

I think this is unexpected behavior:

    $ sudo apt-get install emacs-nox
    $ sudo emacs /etc/default/motd-news
    $ ls -Al ~ | grep emacs
    $ drwx------  2 root    root     4096 Jul  1 13:56 .emacs.d

Then, when I use emacs as non-sudo, I am nagged with:

    Warning (initialization): Unable to access `user-emacs-directory'
(~/.emacs.d/)

I think emacs should be creating files in user's $HOME as $SUDO_USER,
not root. Or, emacs should be creating .emacs.d/ in /root, not user's
$HOME.

Jeff



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

end of thread, other threads:[~2019-07-02 17:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-01 18:01 Emacs creates emacs.d/ as root when using sudo Jeffrey Walton
2019-07-02  4:21 ` Stefan Monnier
2019-07-02  6:34   ` Andreas Schwab
2019-07-02 15:02     ` Stefan Monnier
2019-07-02 15:27     ` Lars Ingebrigtsen
2019-07-02 16:29       ` Eli Zaretskii
2019-07-02 17:16         ` Lars Ingebrigtsen
2019-07-02 17:58           ` Stefan Monnier
2019-07-02  6:16 ` Teemu Likonen

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.