-
Notifications
You must be signed in to change notification settings - Fork 467
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
Error: byte-code: Recursive load #439
Comments
Just stumbled upon the same issue! |
Mm odd I can't see the same issue, how are you loading yasnippet? |
Could it be possibly related to moving from one version to Emacs to another maybe? |
Nothing special.
I have removed (require 'yasnippet-snippets) from snippets/bibtex-mode/.yas-setup.el to fix this. Then a few days later i realized that i upgraded the package, so all changes have gone. However there are not any issues anymore. So i cannot reproduced it now. |
Same issue, running Emacs v. 28.2 on Ubuntu, trying to get yasnippet up and running on a new machine. I'm not sure if this is useful or relevant to anyone, but I thought I might as well write up what I've learnt just in case it's helpful. I installed both yasnippet and yasnippet-snippets via melpa. The relevant section of my init.el reads:
and concludes with either
or
I have tried with both python-mode-hook and LaTeX-mode-hook. Upon editing the code and evaluating the relevant lines and/or the whole buffer, I get the following error message:
with the two listed files repeating several times over. Following @hitswint's suggestion, I removed For what it's worth, I took a peek in some of the other mode "yas-setup.elc" files, and none of the ones I checked had |
When i load the yasnippet, emacs warns "byte-code: Recursive load".
After some investigation, it seems to fix the problem by removing
from "yasnippet-snippets/snippets/bibtex-mode/.yas-setup.el".
The text was updated successfully, but these errors were encountered: