Closed jimeh closed 3 years ago
Recent builds seem to create zero-sized *.eln.tmp
files instead of *.eln
files, meaning their existence do no prevent Emacs from starting. But they can still get left behind in some situations, so I've updated the config snippet to trash both *.eln
and *.eln.tmp
files with a size of zero bytes.
I believe that this is not really an issue at all anymore, so I'm closing this issue.
Sometimes when quitting Emacs while native compilation is running, it will leave one or more
*.eln
files behind with a size of zero bytes. These files will prevent Emacs from launching until they're deleted either manually, or via the suggested configuration snippet above in the Configuration section.Currently I work around this issue by finding and deleting any
*.eln
files in my eln-cache directory at startup, along with also setting a custom eln-cache directory: