Skip to content

Package generated files, byte compile and (elisp-enable-lexical-binding) #547

@PDoakORNL

Description

@PDoakORNL

As of Emacs 31.xxx byte_compile.sh runs onto the rocks with any package that generates .el files and that doesn't add a lexical binding cookie to the generated file. prescient-save.el being an example. Often the fix is very simple a call to (elisp-enable-lexical-binding), but either needs to be done in the particular package called by radian-use-package or perhaps could be done at the radian level via an advice or something.

One would expect eventually all emacs packages will be fixed, but a workaround of the radian level would be great in the meantime.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions