Closed jlindsey closed 4 years ago
Try building latest emacs master from source, that should help, there is a fix for this in emacs as well as in spacemacs, but maybe the spacemacs one was not good enough for all the edge cases...
I've not been able to reproduce this with latest Emacs HEAD (3b19663) built from Homebrew via:
brew install emacs --with-cocoa --with-modules --with-gnutls --with-librsvg --with-imagemagick@6 --HEAD
I suppose this is resolved for me, but it would be nice to not have to use bleeding-edge Emacs just to get around this issue.
Indeed, It's on my radar, I just have to find a bit of spare time to tackle the problem.
This is still happening for me on latest spacemacs dev (88eaed2) and Emacs HEAD (5d62247) with the following debug stacktrace: https://gist.github.com/jlindsey/fb7f3471ad4830987aaa70a758788d1f
Try #9209 to see if it fixes tour problem.
@sdwolf that PR does seem to fix the problem. After a little bit of experimenting, I am still able to reproduce with latest Spacemacs develop, but not with this feature branch.
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!
Description :octocat:
Pressing
SPC SPC
to open command history causes the same auto-evilification message to appear as in #8654. The Emacs instance is then unresponsive until USR2 is sent. This only seems to happen in fullscreen. Sometimes mashingC-g
will eventually get the history window to appear, but navigating around it (typing, arrow keys, etc) will freeze again.Reproduction guide :beetle:
SPC T F
)SPC SPC
)Observed behaviour: :eyes: :broken_heart: Emacs becomes unresponsive until USR2 is sent.
Expected behaviour: :heart: :smile: Command history pane pops up normally.
System Info :computer:
Backtrace :paw_prints: