-
Joined on
2025年08月12日
Hello, thanks for the poke. Currently, the main blocker is making the code to load native compiled user init files nicer. I do have a solution which is much nicer than what I currently have...
also, did some more looking at why the ~y worked, and seems that it works because shepherd itself loads (ice-9 format). This is unlikely to change, but I might replace the format with ~s,...
Looked at the patch and did some testing, and yeah I was correct. Both the rel and non-rel variants will return a .eln file name even if it doesn't exist, which will make it break if, for some...
by docs, I don't think comp-el-to-eln-filename will work well, because it seems like they add the .eln to the end no matter what. Also looking at the source code, only the non-rel variant...
This is hideous, yes, but if I only add an entry to EMACSNATIVELOADPATH and EMACSLOADPATH at runtime and use the basename of the file, then it doesn't load the native version of the files. ...
fixed loading of native compiled files