* native compilation sets user-init-file to .eln file
@ 2022-11-17 3:46 Juanma Barranquero
2022-11-17 6:57 ` Eli Zaretskii
0 siblings, 1 reply; 4+ messages in thread
From: Juanma Barranquero @ 2022-11-17 3:46 UTC (permalink / raw)
To: Emacs developers
[-- Attachment #1: Type: text/plain, Size: 595 bytes --]
# byte-compile your init.el, then
emacs # init.el is compiled to native code, and user-init-file =>
init.el
C-x C-c
emacs # user-init-file => points to init-*-*.eln
Which I imagine is unintended, as there are other places in the code (for
example, custom) that expect user-init-file to point to an .el.
Note: The above recipe is entirely reproducible in my system, as long as
running Emacs native-compiles init.el. I add this caveat because I suppose
there's some size/complexity threshold to trigger the native compilation (a
one-line init.el[c] is not native-compiled, for example).
[-- Attachment #2: Type: text/html, Size: 740 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: native compilation sets user-init-file to .eln file
2022-11-17 3:46 native compilation sets user-init-file to .eln file Juanma Barranquero
@ 2022-11-17 6:57 ` Eli Zaretskii
2022-11-17 7:08 ` Juanma Barranquero
0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2022-11-17 6:57 UTC (permalink / raw)
To: Juanma Barranquero; +Cc: emacs-devel
> From: Juanma Barranquero <lekktu@gmail.com>
> Date: Thu, 17 Nov 2022 04:46:49 +0100
>
> # byte-compile your init.el, then
> emacs # init.el is compiled to native code, and user-init-file => init.el
> C-x C-c
> emacs # user-init-file => points to init-*-*.eln
>
> Which I imagine is unintended, as there are other places in the code (for example, custom) that expect
> user-init-file to point to an .el.
>
> Note: The above recipe is entirely reproducible in my system, as long as running Emacs native-compiles
> init.el. I add this caveat because I suppose there's some size/complexity threshold to trigger the native
> compilation (a one-line init.el[c] is not native-compiled, for example).
Thanks, but please always report issues with how Emacs behaves as
bugs. That helps us to track these problems.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: native compilation sets user-init-file to .eln file
2022-11-17 6:57 ` Eli Zaretskii
@ 2022-11-17 7:08 ` Juanma Barranquero
2022-11-17 7:27 ` Stefan Kangas
0 siblings, 1 reply; 4+ messages in thread
From: Juanma Barranquero @ 2022-11-17 7:08 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: emacs-devel
[-- Attachment #1: Type: text/plain, Size: 113 bytes --]
Sometimes I'm unsure whether something's a bug, that's why I ask.
I'll use report-emacs-bug from now on. Sorry.
[-- Attachment #2: Type: text/html, Size: 226 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: native compilation sets user-init-file to .eln file
2022-11-17 7:08 ` Juanma Barranquero
@ 2022-11-17 7:27 ` Stefan Kangas
0 siblings, 0 replies; 4+ messages in thread
From: Stefan Kangas @ 2022-11-17 7:27 UTC (permalink / raw)
To: Juanma Barranquero, Eli Zaretskii; +Cc: emacs-devel
Juanma Barranquero <lekktu@gmail.com> writes:
> Sometimes I'm unsure whether something's a bug, that's why I ask.
I think even in those cases it is better to just report it as a bug, as
if _yes_ we can treat it as one directly, and if _no_ we can just close
it (perhaps with the tag notabug or wontfix).
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-11-17 7:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-17 3:46 native compilation sets user-init-file to .eln file Juanma Barranquero
2022-11-17 6:57 ` Eli Zaretskii
2022-11-17 7:08 ` Juanma Barranquero
2022-11-17 7:27 ` Stefan Kangas
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).