On 9/19/19 4:35 AM, Tino Calancha wrote: > > This code starts Emacs on my Linux machine but it refuses to load my > .emacs file: > > M-: (load-file ".emacs") > Load error for /home/user_foo/.emacs: > (file-error Testing file Permission denied > /home/ec2-user/soft/emacs-master/src) Hmm, I'm not seeing the problem. As user_foo, what happens if you run this shell command? cat /home/user_foo/.emacs Also, what happens when you do this as user_foo? strace -o tr emacs -Q -batch -eval '(message "%s" (load-file ".emacs"))' Look at your "tr" file, and compare its system calls to mine (compressed and attached).