-
Notifications
You must be signed in to change notification settings - Fork 46
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
request-backend set to 'curl causes error (wrong-type-argument number-or-marker-p nil) #490
Comments
request-backend
set to 'curl
causes error (wrong-type-argument number-or-marker-p nil)
Yes, the same issue to me. |
I'm no longer maintaining this project. Sorry. |
I'm sorry to hear that. But thanks a lot for your great work on this project. Emacs-ycmd is amazingly fast, stable and easy to get started. Also, the plugins, such as company-ycmd, flycheck-ycmd, eldoc-ycmd, you provided make Ycmd works together with other great projects seamlessly. I have got a lot of help from this project, so thanks again. |
I think it is related with this issue tkf/emacs-request#157 |
tkf/emacs-request#85 (comment) This is continued fallout from an indiscretion some months ago. |
Hi, I just wanted to report/share an observation that when
request-backend
is set to'curl
, following error is thrown every time I move up/down the c++-mode buffer and Emacs freezes until I pressC-g
(making it unfeasible to useycmd
).I narrowed the triggering condition down to simply calling
(ycmd-semantic-completer-available-p)
Backtrace:
Workaround:
When I set
request-backend
to'url-retrieve
, error no longer pops up andycmd
works as expected.Question:
What would be the fix to allow me to use
'curl
asrequest-backend
? ThanksI have Emacs 26.1 and Spacemacs 0.300.0 (develop branch) on Debian Jessie.
The text was updated successfully, but these errors were encountered: