-
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
Spacemacs hangs under normal usage (moving the cursor, etc) #4208
Comments
Do you have the possibility to try emacs 24.5 with the same config? We know there are some problems on emacs 25, it may be the case here. |
Thanks for the suggestion/idea @StreakyCobra When running on 24, I get the following error (I think this is a helm error?)
|
Hum, can you try to move (or remove) the |
@StreakyCobra Unfortunately it doesn't fix it. I ended up recompiling/reinstalling everything and the problem still persists. EDIT: I didn't see your earlier suggestion. I'll try that |
Yes, when installing another emacs version it's better to recompile all bytecode files because it may be incompatible. Removing the |
@StreakyCobra Okay, after a complete uninstall/reinstall, the problem still exists. I've noticed that it happens after I
System Info
(auto-completion better-defaults emacs-lisp html yaml dockerfile lua osx clojure colors themes-megapack) Additionally, I'm using the clojure layer |
Clojure + Emacs 25 + OS X 😉 Nothing that I'm using, so I don't know how to help more, sorry 😔 |
I had considerable lag in spacemacs for pretty much any input. Finally, after disabling minor modes one by one, I found that flycheck caused the issue. After disbling spacemacs is really responsive. I'd sugggest trying a similar approach to isolate the issue. See also #1114. |
Hey guys, I also have those "hiccubs". Mostly when I'm navigating down/up for a while. I switched to Use System Info: OS: Linux Mint
|
@xetra11 Did you try disabling the syntax-checking layer (flycheck)? Alternatively disable all layers and see if the problem persists. |
I'm getting as well, but I don't have the flycheck, and I'm running spacemacs 64 bit on Windows 10. Every once and a while, the cursor just hangs when I'm trying to move it up or down. It's stock spacemacs with just some of the default layers installed (uncommenting some of the lines in the spacemacs config file). |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
I've been using spacemacs for the past year and have had very few issues, but when reseting my spacemacs to head and reseting my
.spacemacs
file, all of a sudden I get 'hiccups' when moving the cursor where spacemacs pauses and hangs briefly until it can "catch" up. It basically renders spacemacs useless for development right now. Has anyone else experienced this problem?SPC h d s
:System Info
My emacs port was installed via Homebrew:
brew install emacs --HEAD --use-git-head --cocoa --srgb
Any ideas?
The text was updated successfully, but these errors were encountered: