-
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
"evil-search-forward" freezes emacs sometime in org-mode #3623
Comments
Some weeks ago I had opened issue #3338 which reported a freeze when searching for the word 'link' in the README.org buffer. Funny thing was that the freeze happened when opening the file via 'SPC f e h'. If later I repoen the file via 'SPC f e h' there is no freeze. Don't know if this is the same thing. |
In issue #3338 I added an append because I found that emacs antialiasing might be the problem of the freezes. |
Would be interesting which font is defined in .spacemacs of StreakyCobra. In my situation (#3338) changing the font, and no freeze in the described situation (SPC feh and searching for link in README.org) |
Clarifying: As StreakyCobra said the problem shows up with 'emacs -nw' it has nothing to do with issue #3338. |
Profiler trace shows the following:
If only I knew where to start debugging this... |
I think I've found a solution. Just want to note one thing. I'm not a
the problem should be gone, at least it does for me. Give it a shot. |
Should hopefully be fixed when MELPA next packages Evil. @Alexander-Shukaev It would be great if you could share your search improvements. :-) |
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! |
To reproduce:
Open the
*scratch*
buffer:SPC b s
Paste this line in it:
Change the buffer to
org-mode
:SPC : org-mode RET
Search for
is/
orpath
Notice:
fundamental-mode
doesn't have this behaviour.evil-search-forward
infundamental-mode
, then switch toorg-mode
, doingevil-search-next
doesn't freeze.So for now the rule seems to be: «Using
evil-search-forward
orevil-search-backward
in org-mode for an expression which is only inside links' path, freeze emacs.».It's probably an upstream bug, but as I'm not used to standard emacs enough to test it without spacemacs, I can't exclude it's a spacemacs bug. Maybe someone can try?
Bug reproduced on both
master
anddevelop
fresh installs (vim mode at least), emacs 24.5.1.The text was updated successfully, but these errors were encountered: