Fork me on GitHub
#spacemacs
<
2018-07-20
>
kommen13:07:56

does cider-find-keyword work for anybody or is it only broken for me?

kommen13:07:05

always get an helm-M-x: Wrong type argument: stringp, nil

eggsyntax13:07:29

It works for me, at least in clj, at least when the cursor is on a keyword whose namespace matches a clojure ns (eg :user/company takes me to the user namespace).

eggsyntax13:07:09

If there's not such a match, I get the message "Can’t find namespace ‘foo’"

kommen13:07:03

@eggsyntax thanks, you’re right, it only works for namespaced keywords and this also works for me

eggsyntax13:07:03

Offhand it doesn't seem like behavior I'd find useful very often. Was that the behavior you were hoping for, or were you looking for something else?

kommen13:07:37

@eggsyntax it seems pretty useful for example for integrant component symbols, to quickly find there definitions. I guess it is what I was looking for, but for some reason I didn’t try it with a namespaced symbol and was just irritated by the error

👍 4
jumar15:07:21

Wow, didn't know about cider-find-keyword. It seems to be very useful e.g. for finding spec definitions

eggsyntax15:07:22

There's also cider-browse-spec for spec in particular.

Chase23:07:14

i was trying to check out the clojure irc channels but now erc won't connect to freenode. I immediately get this error: * Notice -- You need to identify via SASL to use this server ==> ERROR from http://irc.freenode.net: Closing Link: 190.238.237.11 (SASL access only) Connection failed! Re-establishing connection... I'm using the same login info I've always used. It works fine for other servers like mozilla. Any suggestions?