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

Error when install docset M-x helm-dash-install-docset #179

Closed
snowman opened this issue Feb 18, 2019 · 1 comment
Closed

Error when install docset M-x helm-dash-install-docset #179

snowman opened this issue Feb 18, 2019 · 1 comment

Comments

@snowman
Copy link

snowman commented Feb 18, 2019

helm-dash/helm-dash.el

Lines 206 to 211 in 0ac2db5

(defun helm-dash-read-json-from-url (url)
"Read and return a JSON object from URL."
(with-current-buffer
(url-retrieve-synchronously url)
(goto-char url-http-end-of-headers)
(json-read)))

(goto-char url-http-end-of-headers)    ;  url-http-end-of-headers is nil
@snowman snowman changed the title Complaining when run M-x counsel-dash-install-docset to install docset Complaining when run M-x counsel-dash-install-docset Feb 18, 2019
@snowman snowman changed the title Complaining when run M-x counsel-dash-install-docset Complain when run M-x counsel-dash-install-docset Feb 18, 2019
@snowman snowman changed the title Complain when run M-x counsel-dash-install-docset Error when install docset M-x helm-dash-install-docset Feb 18, 2019
@snowman
Copy link
Author

snowman commented Feb 18, 2019

see #178

@snowman snowman closed this as completed Feb 18, 2019
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

No branches or pull requests

1 participant