-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Symbol’s value as variable is void: evil-evilified-state-map #16619
Comments
@sunlin7 can you have a look at this ticket? I remember you were already on Emacs 31. Maybe there is an incompatibility in our code. |
@smile13241324 Yes, I'm on Emacs 31 with native-comp enabled. |
I use
|
The Lines 60 to 61 in 1f11530
The function spacemacs-bootstrap/init-evil-evilified-state will use the evil-evilified-state package, then define the key(define-key evil-evilified-state-map (kbd dotspacemacs-leader-key) spacemacs-default-map) .
And it maybe caused by some *.elc files from mismatched version of Emacs. Could you remove all the *.elc files and try again? (To find all *.elc used by Emacs can be done with "strace"). Maybe related ticket: #16514 |
I did these, should be more enough than
Here is the
It is basically the same as the old one. |
Any error or warnings before this? And what's the Emacs git revision? I'm going to check out that version to give a try. |
No, error message is in the beginning of the post when starting Emacs with version info is also in there,
I installed This is the detailed version of
|
UPDATE: There is a new version
|
@sunlin7 thank you very much for having a look into this 💜. |
Glad to hear that. Good luck! |
No, I also occurred. And my error is: Symbol's value as variable is void: evil-evilified-state-map To ensure normal operation, you should investigate and remove the |
I already switched to Have you tried to delete |
Ok,thank you for your answer! |
I am still experiencing the exact same issue on Emacs 30.0.92. Is there any fix for this? |
NO issue with GNU Emacs 30.0.92 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.16.0) |
I'm going to try and reproduce this later today on 30.0.92 with native compilation. |
@sunlin7 Thanks for letting me know! I’m using Emacs built with native compilation and haven’t encountered any issues with Emacs 29.4. @fnussbaum For reference, here are my compilation flags for both versions: |
Unfortunately, I cannot reproduce the error (I used the same compilation flags with the 30.0.92 pre-release, though the problem is probably not related to any build options or native compilation). From the error above it seems that the local package evil-evilified-state is not being installed correctly. I would suggest deleting the evil-evilified-state directory from your .emacs.d/elpa/ if it exists and restarting, but that's just a shot in the dark. |
@fnussbaum I recompiled Emacs using |
Unable to use
SPC h I
since emacs starts with Error message:emacs version:
emacs-native-comp-git 31.0.50.175165-1
OS: Archlinux
Already tried to update all the packages but failed at the end because of
evil-evilified-state-map
errorThis happens when I tried to upgrade my emacs package from
emacs-git-30.0.50.166798-2
toemacs-native-comp-git 31.0.50.175165-1
I've tried
emacs-nativecomp 29.4-3
, it is working fine.The text was updated successfully, but these errors were encountered: