Fork me on GitHub
#cider
<
2015-10-12
>
nooga15:10:26

I get CompilerException java.lang.ClassCastException: clojure.lang.PersistentList cannot be cast to clojure.lang.Symbol when doing cider-eval-buffer

nooga15:10:50

when there is perfectly good (ns ... (:require ...)) on top of the buffer

nooga15:10:40

oh, there's more

nooga15:10:58

it complains only about one file, works with the rest

jcsims16:10:08

sounds like a syntax issue - double-check your defs and defns

nooga16:10:32

it was a record with methods and without protocol

nooga16:10:48

too bad it complained about ns form 😕

reefersleep18:10:41

Hello everyone

reefersleep18:10:47

I'm trying out Emacs because I'm tired of trying to configure Vim, but I love the editing of Vim, so I've jumped straight into Emacs

reefersleep18:10:57

sorry, straight into Spacemacs

reefersleep18:10:03

Now I've also got Cider up and running - I really liked vim-fireplace, so I'm looking forward to experiencing Cider

reefersleep18:10:32

But I do not dig the "ctrl + other keys" shortcuts of Cider (and Emacs in general) - does anyone here have the Cider ones mapped out to more Vim-ish key combinations? Can I borrow from your experience? simple_smile

jcsims19:10:21

and check the keybindings in the readme

reefersleep20:10:42

@jcsims: Thank you so much! 😄

seancorfield23:10:22

A question came up on the EmacsLive mailing list about cider-browse-ns since it seems not to exist, even tho’ EmacsLive bundles CIDER 0.9.1 now. Is there any documentation on how to use the namespace browser? Do you have to be in a particular mode or something?