-
Notifications
You must be signed in to change notification settings - Fork 29
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
vr is extermely slow in Windows7 #52
Comments
vr starts a Python process for every keystroke, maybe Windows is less efficient with that? Maybe a long running Python process could be used instead. Happy for anyone using Windows to analyze this and make a PR. Sorry I can't be of more help, I don't have access to any Windows machine. |
For those who are interested: http://python.readthedocs.io/en/v2.7.2/faq/windows.html#why-does-python-sometimes-take-so-long-to-start |
Only visual-regexp-steroids.el starts Python, correct? Should these hooks be added when vr is entered and removed when it is ended? visual-regexp.el/visual-regexp.el Line 455 in b3096c2
visual-regexp.el/visual-regexp.el Line 463 in b3096c2
|
Yes, correct. The hooks don't do anything when vr is not used actively, so it shouldn't be noticeable. |
Finally done in 3e3ed81 |
Using profiler-start/profiler-report I figured out, that visual-regexp is very slow in Windows. In Linux this problem is not available.
GNU Emacs 25.3.1 (x86_64-w64-mingw32)
of 2017-09-12
visual-regexp 20161017.1713 from elpa
The text was updated successfully, but these errors were encountered: