Nicholas Vollmer

Results 282 comments of Nicholas Vollmer

Tidying up things on my end. Closing this issue, but feel free to use the patch if you like.

> Please don't close PRs that haven't been handled yet. Noted. I don't use the package any more, so the patch is offered "as is". I've unsubscribed from notifications for...

Actually, I get the same error when calling the transient command in an interactive session until I explicitly require project.el

@akirak: Silencing the byte compiler is not the proper fix here. Doing so will not prevent the following runtime error when trying to use makem's transient options to include/exclude files:...

Agreed. Even better would probably be to use the emacs-version variable.

Thank you for the detailed report. Unfortunately, this is not our repository. This is GNU's repository and the issue has been reported in the past: https://lists.gnu.org/r/emacs-devel/2020-05/msg02856.html The advice from that...

This is by design. What is the use case you're hoping for by calling straight-use-package multiple times for the same package?

The reason an error is thrown is because elisp byte-compiled using one version of Emacs is not guaranteed to work on another version.

Does the solution mentioned here work for your use-case?: https://github.com/raxod502/straight.el/issues/893

> I've tried to set the straight-recipes-emacsmirror-use-mirror to t but still that doesn't change anything This variable is for retrieving Emacsmirror packages via a mirror. It will not change how...