Bozhidar Batsov
Bozhidar Batsov
I'll have to test this myself at some point, but as `.dir-locals.el` are a built-in Emacs feature and we haven't changed anything in the jack-in code recently I can't imagine...
Btw, I've fixed the problem with `helm-cider` and I've released a new version (0.5). Sorry about the breakage there!
> But when I try to use cider-clojuredocs-web from clojurescript it does open a browser window but with a wrong url, for example if I lookup "case", it goes to...
Yeah, that's true. I'm thinking that we probably won't lose much by translating any namespace starting with `cljs` to `clojure`, at least for the time being. I hope that down...
> Shall I just send to clojuredocs for clojurescript ALWAYS or shall I have some config to activate it ? (Not sure how I would do the config part but...
You didn't understand me - I meant to say that when we call the web version we resolve to symbol and use this symbol to generate the URL that we...
In the source buffers the behaviour of the code dispatching is governed by the source file extension. Here we'll probably have to add some explicit way to pick the flavor...
That's a good idea and it should be fairly simple to implement.
I think the use case is the following: - I'm the `foo` ns - There I'm in the definition of `bar` (e.g. a function) - I run `cider-test-run-test` and it...