-
Notifications
You must be signed in to change notification settings - Fork 14
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/isearch-forward very slow #27
Comments
Hi Check a similar issue here: benma/visual-regexp.el#52 (comment) Could this be the reason? |
That's almost certainly the reason, there's a lot more cruft in my work
python. Is there any way to amortize that process cost? Maybe keep the
sub-process open and pipe requests in/out?
…On Wed, Aug 15, 2018 at 9:34 AM benma ***@***.***> wrote:
Hi
Check a similar issue here:
benma/visual-regexp.el#52 (comment)
<benma/visual-regexp.el#52 (comment)>
Could this be the reason?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#27 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAxGKinE-hft2Eym-AWtkobXb_KlFx5Mks5uRD-hgaJpZM4V-PgT>
.
|
Yes, something like this would be the solution. I'll close this as a duplicate of benma/visual-regexp.el#52 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm having a problem, I've got vr/isearch-forward bound to C-s, which works fine at home. But on my work computer it's very slow, there's a noticeable lag from keypress to keypress. Is there any way to speed that up? Looking at the code it looks like it spawns a sub-process but I'm not sure exactly how often...
The text was updated successfully, but these errors were encountered: