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

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

bug#45462: 28.0.50; [feature/native-comp] trailing backslashes in comp-e


From: Mauricio Collares
Subject: bug#45462: 28.0.50; [feature/native-comp] trailing backslashes in comp-eln-load-path are required but shouldn't
Date: Thu, 14 Jan 2021 10:56:22 -0300
User-agent: mu4e 1.4.13; emacs 28.0.50

Andrea Corallo <akrl@sdf.org> writes:
> Hi Mauricio,
>
> ee53560c8c should fix this, please have a try.
>
> Thanks for reporting.
>
>   Andrea

Hi Andrea,

As I mentioned before, previous tests worked fine. However, while
debugging #45854, I saw this problem again today. A minimized testcase:

* file1.el:

(require 'file2)
(provide 'file1)

* file2.el:

(advice-add 'top-level :before 'identity)
(provide 'file2)

Then the command

emacs --batch -Q --eval "(add-to-list 'load-path \"~\")" --eval "(setq 
comp-eln-load-path '(\"~/eln\"))" -f batch-native-compile ~/file1.el

compiles file1 to ~/eln/28.0.50-host-arch/ (as expected) but compiles
the trampoline to ~/eln28.0.50-host-arch/.

Best,
Mauricio





reply via email to

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