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

Fix unexpected quit in terminal emacs (url-retrieve-synchronously) #2419

Closed
wants to merge 1 commit into from
Closed

Fix unexpected quit in terminal emacs (url-retrieve-synchronously) #2419

wants to merge 1 commit into from

Conversation

mullikine
Copy link

Fixes #2417

@mullikine
Copy link
Author

Sadly I think the while-no-input has to be placed much closer to accept-process-output.
Therefore, it's probably a bug further upstream (emacs itself). I'll attempt to raise an issue and make a PR there.

https://github.com/emacs-mirror/emacs/blob/7124598068ed267c34e1d70b49361f499fc31c9f/lisp/url/url.el#L297

            (unless (or (while-no-input
                          (with-local-quit
                            (accept-process-output proc 1)))
                        (null proc))

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

Successfully merging this pull request may close these issues.

When using helm from terminal emacs, typing too quickly may result in helm unexpectedly closing
1 participant