-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with native compilation when using straight.el and use-package #1166
Comments
I'm also seeing this error. on GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.17.8) of 2023-06-25 using the Melpa 20200604.246 version of yasnippets. |
The error is from the yasnippet-snippets package. |
@SjB how did you debug this? Did you find a workaround? |
No workaround yet didn't have time. |
I guess not, I'm not using And this error also happens in my config, one in I think it's the new version Emacs leads to this. Using Emacs 29.0.92 works fine, but using the master branch broke. The only problem is to figure out which commit leads this... |
There is relevant information on the Emacs mailing list. It has been suggested that it is related to refactoring macroexpand in this commit e85ebb3d82466c5838e9c6836e6d8b5c8d0a7c33 |
I haven't debugged in detail yet, but rolling back to 8806bbbf2cdae00faacab9cec634072ce4e80b6f lets me use yasnippet again. |
This issue seems like related to this: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64292 After add |
Adding |
Shall we make a pull request adding it? |
I don't think it's as simple as just enabling it - there might be places in the code which rely on a dynamic (as opposed to lexical) scoping. The challenge would be to check there are no regressions after the switch. I see this comment mentions making the switch #926 (comment) |
As discussed in the emacs-devel mailing list, the issue got solved in dcd92090950929eeea3040fcac0294b7a4d839f0. |
Hello,
I'm having an issue with
yasnippet
when usingstraight.el
anduse-package
.Here's my setup:
Emacs version: 3a50773ab0071addba98249d26c309f5fb78bd74
yasnippet version: master
Package setup: Installed via straight.el and use-package
Here's the configuration I use to set up yasnippet:
When I run
emacs --debug-init
I get the following error:If I run some command afterward, I get this error:
How can this be solved? Thanks in advance.
The text was updated successfully, but these errors were encountered: