zeal-at-point icon indicating copy to clipboard operation
zeal-at-point copied to clipboard

Add more than one docset per mode

Open arichiardi opened this issue 8 years ago • 5 comments

I would like to add two docsets for Clojure, but something seems wrong...

Can I do this?

(add-to-list 'zeal-at-point-mode-alist '(emacs-lisp-mode . "Clojure"))
(add-to-list 'zeal-at-point-mode-alist '(emacs-lisp-mode . "ClojureScript"))

Thanks!

arichiardi avatar Nov 18 '15 02:11 arichiardi

Mmm I tried and not, being a different element, it looks like it is not working, I do not even know if it works in zeal actually.

arichiardi avatar Nov 18 '15 02:11 arichiardi

I suppose zeal does not support multiple docsets searching. It seems zeal supports only one docset searching(Ex: php:print) or all docsets searching(print).

syohex avatar Nov 18 '15 02:11 syohex

Seems Zeal support query with dash-plugin now. Can zeal-at-point support it now? Here is an reference from dash-at-point.

stardiviner avatar Oct 09 '16 14:10 stardiviner

How about #27 way ?

syohex avatar Oct 28 '16 08:10 syohex

@syohex This is great. Thanks

stardiviner avatar Oct 28 '16 08:10 stardiviner