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

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

bug#42827: 27.1; ~/Emacs file not read at init


From: Robert Pluim
Subject: bug#42827: 27.1; ~/Emacs file not read at init
Date: Wed, 12 Aug 2020 15:08:57 +0200

>>>>> On Wed, 12 Aug 2020 12:05:02 +0000, Tomasz Kowalski 
>>>>> <T.Kowalski@latrobe.edu.au> said:

    Tomasz> Hi there,
    Tomasz> Emacs ignores ~/Emacs file at startup. Below are the relevant lines 
    Tomasz> from strace:
    Tomasz> --------------------------------------------
    Tomasz> openat(AT_FDCWD, "/home/tomaszen_AU.utf8/Emacs", O_RDONLY) = -1 
ENOENT
    Tomasz> (No such file or directory)
    Tomasz> openat(AT_FDCWD, "/home/tomaszEmacs", O_RDONLY) = -1 ENOENT (No such
    Tomasz> file or directory)
    Tomasz> uname({sysname="Linux", nodename="schooner", ...}) = 0
    Tomasz> --------------------------------------------
    Tomasz> "/home/tomaszEmacs" should clearly be "/home/tomasz/Emacs" and
    Tomasz> "/home/tomaszen_AU.utf8/Emacs" should
    Tomasz> be "/home/tomasz/en_AU.utf8/Emacs"

    Tomasz> Forgotten / somewhere? 

Hmm. Any chance of catching that in gdb so we can see where itʼs being
called from?

Robert





reply via email to

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