-
Notifications
You must be signed in to change notification settings - Fork 132
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
Pressing <down> makes emacs lag in some YAML files #48
Comments
Please record a profiler run, otherwise it's impossible to tell what the problem is:
|
|
And here is the profiling in
|
Hm, doesn't look particularly enlightening. Could you try running a minimal session with |
The issue does not appear when I do that, so I think you are right. It seems to be something else related to YAML in my emacs configuration. |
OK, feel free to write here again if you manage finding the culprit via bisection. |
The issue is with a theme. I fiddled around with the emacs desktop file, because I tried to disable all themes. Although I commented them out in my |
I installed
yaml-mode
from Melpa stable version ``. I don't know exactly when this happens, but in some YAML files, when I hold<down>
, it makes emacs use 100% CPU. This does not happen when opening a YAML file in an emacs instance started with `emacs -Q`. In that case these is no special `yaml-mode` and no such CPU usage happens when scrolling through the file. I could not construct an example file yet to make this more reproducible.It seems there is some unusual computation going on when pressing down.
The text was updated successfully, but these errors were encountered: