-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Fresh compile against master failing in init-packages.el #48
Comments
This also happens on PopOS 20.10 (on another machine) |
Can also reproduce with |
Wow, you really tried a lot of things. But one important thing you should also try is Also, check |
If you can reproduce the error with If you're using the bleeding edge master branch of Emacs, it is likely that something broke very recently. I'd suggest try to reproduce using a stable release, 27.1 or 27.2. |
Fantastic news! It was something in an external package that seemingly broke everything. I was able to fix it by updating the broken package which was fixed upstream this morning:
Thanks! (and thanks BTW for the fantastic emacs setup, I love emacs, but trying to get lsp working right was killing me, yours worked out of the box and all I had to do was add some bindings, it's really a time saver) |
Awesome! Glad you fixed it 😄 |
Describe the bug
Recently I updated my packages and everything broke severely, could not open files. I started removing things to narrow down where the problem was. I arrived at a fresh install, fresh compile hard reset to master and it's still unusable.
To Reproduce
Steps to reproduce the behavior:
~/.emacs.d/elisp/init-package.el
and evaluating the bufferExpected behavior
A fresh install should not be throwing errors about missing packages and should function when attempting to open a file.
If applicable, add screenshots to help explain your problem.
Versions (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: