Fork me on GitHub
#cider
<
2016-09-27
>
ag00:09:25

@borkdude you can also use auto-highlight-symbol-mode. turn on and off whenever you want

ag00:09:41

and you can set the range with ahs-change-range and it would highlight only inside current function

ag00:09:22

seems like close to what you want

grounded_sage05:09:06

I'm having trouble getting a repl up and running. I use cider-jack-in-clojurescript and then I get nothing....

grounded_sage05:09:40

I am completely stuck here..... I use cider-jack-in and then nothing....

grounded_sage05:09:56

when I follow what is says I get this

boot repl -c
REPL-y 0.3.7, nREPL 0.2.12
Clojure 1.8.0
Java HotSpot(TM) 64-Bit Server VM 1.8.0_74-b02
        Exit: Control+D or (exit) or (quit)
    Commands: (user/help)
        Docs: (doc function-name-here)
              (find-doc "part-of-name-here")
Find by Name: (find-name "part-of-name-here")
      Source: (source function-name-here)
     Javadoc: (javadoc java-object-or-class-here)
    Examples from : [clojuredocs or cdoc]
              (user/clojuredocs name-here)
              (user/clojuredocs "ns-here" "name-here")
boot.user=> (start-repl)
<< started Weasel server on ws://127.0.0.1:52649 >>
<< waiting for client to connect ... java.lang.NullPointerException

	at $make_parents.invokeStatic(io.clj:443)
	at $make_parents.doInvoke(io.clj:438)
	at clojure.lang.RestFn.invoke(RestFn.java:410)
	at adzerk.boot_cljs_repl$make_repl_connect_file.invokeStatic(boot_cljs_repl.clj:43)
	at adzerk.boot_cljs_repl$make_repl_connect_file.invoke(boot_cljs_repl.clj:41)
	at adzerk.boot_cljs_repl$write_repl_connect_file.invokeStatic(boot_cljs_repl.clj:59)
	at adzerk.boot_cljs_repl$write_repl_connect_file.invoke(boot_cljs_repl.clj:54)
	at adzerk.boot_cljs_repl$repl_env$fn__513.invoke(boot_cljs_repl.clj:104)
	at weasel.repl.websocket$websocket_setup_env.invokeStatic(websocket.clj:72)
	at weasel.repl.websocket$websocket_setup_env.invoke(websocket.clj:60)
	at weasel.repl.websocket.WebsocketEnv._setup(websocket.clj:27)

grounded_sage05:09:03

Ok so I managed to get things working it seems. However it is still confusing on how it actually works.

borkdude13:09:50

@ag good suggestion. I hadn’t installed that package yet, but now I have

jfntn22:09:07

Anyone else have their cursor disappear after closing a *cider-error* buffer?