Fork me on GitHub
#cider
<
2017-03-15
>
bozhidar06:03:33

@richiardiandrea I thought this was the standard behaviour for expressions continuing over multiple-lines

bozhidar06:03:14

you’ll see the subprompts if you actually type the expression, instead of copy/paste it into the REPL

bozhidar06:03:52

I assume copying a multiline expression triggers them and causes the input and the output to interleave

bozhidar06:03:34

Try (+ 1 RET and you’ll see what I mean

ccann15:03:33

is it possible to limit the length of output in the repl?

ccann15:03:09

sometimes I’ll accidentally eval e.g. a slurp on a 200mb into the repl and it hangs everything because, I assume, of font-locking

ccann15:03:59

can you specify one for the cider-result buffer as well?

ccann15:03:03

so actually, if I slurp a big file with C-c M-e to the repl it seems fine until I C-c C-z to the repl then everything hangs. this file is only 531 kb