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

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

bug#38072: when `byte-compile-file' finds out that a file is `no-byte-co


From: Paul Pogonyshev
Subject: bug#38072: when `byte-compile-file' finds out that a file is `no-byte-compile', it ignores `load' parameter
Date: Tue, 5 Nov 2019 21:58:55 +0100

After (byte-compile-file "..." t) one normally expects that the file
is loaded, all its functions and variables are visible etc.  However,
if file contains local variable `no-byte-compile', not only
compilation is cancelled, `byte-compile-file' also doesn't load the
file.

Expected: if `byte-compile-file' cancels byte-compilation and `load'
is non-nil, it should load the uncompiled source instead.

Paul





reply via email to

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