Fork me on GitHub
#cider
<
2017-01-16
>
malabarba12:01:37

@dottedmag yes. Cider has a few custom printing protocols defined

malabarba12:01:13

Only for a few things that are printed as generic objects

malabarba12:01:33

Like functions, namespaces, and multimethods

realtime13:01:12

Hey does anybody know how to cycle through previous commands in a cider REPL? I used to do C-up/down, but it doesn't seem to work now.

dottedmag13:01:21

Also, C-up/down work for me.

dottedmag13:01:57

They are bound to slightly different commands though.

realtime14:01:45

Nope doesn't work. Says "Symbol's function definition is void: assert" in the minibuffer

dottedmag14:01:36

So it looks something is broken in installation.

dottedmag14:01:04

What does C-h k C-up say? Is it cider-repl-backward-input?