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

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

bug#38495: Emacs ignores ~/.Xdefaults and ~/.Xdefaults-hostname


From: Colin Baxter
Subject: bug#38495: Emacs ignores ~/.Xdefaults and ~/.Xdefaults-hostname
Date: Thu, 05 Dec 2019 12:48:17 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Dear Andrea,
>>>>> Andrea Cardaci <cyrus.and@gmail.com> writes:

    > Hi Colin, Thanks for trying it out.

    > On Thu, 5 Dec 2019 at 13:11, Colin Baxter <m43cap@yandex.com> wrote:
    >> [pid 7771] open("/home/username/.Xdefaults", O_RDONLY) = 10 [pid
    >> 7771] open("/home/username/.Xdefaults-host", O_RDONLY) = -1
    >> ENOENT (No such file or directory) [pid 7771]
    >> open("/home/username/.Xdefaults", O_RDONLY) = 10 [pid 7771]
    >> open("/home/username/.Xdefaults/host", O_RDONLY) = -1 ENOTDIR
    >> (Not a directory)

    > Well, this is super weird, if I only place a .Xdefault file in my
    > home and run Emacs via strace I see:

    >> $ strace -f emacs |& grep Xdefaults [pid 31920] openat(AT_FDCWD,
    >> "/home/cyrus/.Xdefaults-hostname", O_RDONLY) = -1 ENOENT (No such
    >> file or directory) [pid 31920] openat(AT_FDCWD,
    >> "/home/cyrus/.Xdefaults/hostname", O_RDONLY) = -1 ENOTDIR (Not a
    >> directory)

    > Also marginally weird that we're seeing different syscalls (open
    > vs openat).

Good luck on finding a solution. I've reached the end of my sys
abilities.

Best wishes,





reply via email to

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