You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: