helm-dash icon indicating copy to clipboard operation
helm-dash copied to clipboard

Browse Dash docsets inside emacs

Results 30 helm-dash issues
Sort by recently updated
recently updated
newest added

Hello, When I want to install a docset using `helm-dash-install-docset`, I have the following error: ``` Debugger entered--Lisp error: (search-failed "too long") search-backward("too long") dash-docs-extract-and-get-folder("/tmp/C-docset.tgz") dash-docs-install-docset-from-file("/tmp/C-docset.tgz") dash-docs--install-docset("http://sanfrancisco.kapeli.com/feeds/C.tgz" "C") helm-dash-install-docset("C") funcall-interactively(helm-dash-install-docset...

Is there any way to install java docsets on linux? Looks like they are encrypted and only work on mac.

When I try to install new docset, I am getting this: ``` gnutls.el: (err=[-50] The request is invalid.) boot: (:priority NORMAL:-VERS-TLS1.3 :hostname api.github.com :loglevel 0 :min-prime-bits 256 :trustfiles (/etc/ssl/certs/ca-certificates.crt) :crlfiles...

I have installed the plugin, downloaded the docs I needed, and (snippet from the FAQ) configured the plugin to open docs in firefox like so: (setq browse-url-browser-function 'browse-url-generic browse-url-generic-program "/Applications/Firefox.app/Contents/MacOS/firefox")...

The first lines of the comment header of dash-docs.el., is a paste of the one of helm-dash.el. So it gives as url `http://github.com/areina/helm-dash` instead of `https://github.com/dash-docs-el/dash-docs`. And the wrong url...

Some metrics (as of Jun '22): * Last project commit is 3y ago. * 21 open issues (oldest from 2015), with support (non-feature) requests unanswered since 3y ago. * 8...

@areina Minor readme fixes. Also pinging about maintenance status, since there are a handful PR and maybe nobody got ~noticed~ notified, as it's owned by an org, and notifications are...

This relates to the following issue in `helm`. https://github.com/emacs-helm/helm/issues/2417 The issue is that `helm-dash` uses `:candidates` instead of `:candidates-process`. In terminal emacs, this will break because a `C-g` is generated...

I tried the following elisp configuration for helm-dash. It does not seem to work. ``` (use-package helm-dash :hook (haskell-mode . (lambda () (setq-local helm-dash-docsets '("Haskell")))) (rust-mode . (lambda () (setq-local...