Skip to content
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

helm query gets interrupted by url request #10

Open
thiennamdinh opened this issue Dec 5, 2018 · 3 comments
Open

helm query gets interrupted by url request #10

thiennamdinh opened this issue Dec 5, 2018 · 3 comments
Labels
enhancement New feature or request

Comments

@thiennamdinh
Copy link

Hi Chiply,

I have an issue where typing in a search query too quickly (read: more than ~20 wpm) results in the following interruption method in the minibuffer:

error in process filter: Transfer interrupted!

This seems well documented as an issue with url-retrieve in similar projects and appears to be fixed by switching to curl.

emacs-helm/helm#866
skeeto/elfeed#30

How feasible would it be support curl/request.el? If not, would it be doable to at least prevent spot4 from sending out a request until I signal that I'm done typing?

Thanks!

P.S. I did try this hack and while it mostly stopped the asynchronous interruptions, it resulted in other unexpected and annoying behavior.

@chiply
Copy link
Owner

chiply commented Dec 11, 2018

Let me check it out and get back to you - I run into this error too and it is a nuisance for sure.

Of course, if you get this interruption, the short term fix is to simply continue typing or backspace and the url requests should start coming through normally again.

But I will look into supporting curl for a long term solution - thanks! I'm going to flag this as an enhancement as imo spot4e is still usable with this interruption and a fix would enhance usability.

@chiply chiply added the enhancement New feature or request label Dec 11, 2018
@matthew-piziak
Copy link

This is why I don't use helm-google-suggest. It's too rough ergonomically to be worth it.

@moritzschaefer
Copy link

@matthew-piziak +1, I thought it's a bug which only I am experiencing but the small blocks during typing make it unusable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants