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

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

bug#42533: 28.0.50; srecode-utest-project test failing on macOS


From: Lars Ingebrigtsen
Subject: bug#42533: 28.0.50; srecode-utest-project test failing on macOS
Date: Tue, 18 Aug 2020 18:59:11 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Eric Ludlam <ericludlam@gmail.com> writes:

(Thank you for the explanation and debugging instructions.)

> The important bit is what files are listed (start of
> srecode-load-tables-for-mode) which should include the 2 app files,
> and later in the same function if any of those files fail to load.

If think indeed something is going wrong in that function.  On the Macos
system (where things fail), the files variable is:

(("/Users/larsi/src/emacs/trunk/etc/srecode/proj-test.srt" . srecode-template-m\
ode)
 ("/Users/larsi/src/emacs/trunk/etc/srecode/test.srt" . srecode-template-mode))

On Debian, there things work, it's:

(("/home/larsi/src/emacs/trunk/etc/srecode/test.srt" . srecode-template-mode)
 ("/home/larsi/src/emacs/trunk/etc/srecode/proj-test.srt" . 
srecode-template-mode))

So is this sorting sensitive?

Hm...  no, I tried reversing the sorting, and it still fails.  Well, I'll
keep on poking at this...  Thanks for the help.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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