bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#37445: 27.0.50; Permission denied after make install


From: Paul Eggert
Subject: bug#37445: 27.0.50; Permission denied after make install
Date: Thu, 19 Sep 2019 10:41:22 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.0

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).

Attachment: tr.gz
Description: application/gzip


reply via email to

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