Fork me on GitHub
#cider
<
2015-08-13
>
arrdem00:08:12

Is there something I have to do to turn on the new overlays?

arrdem00:08:37

never mind it is clearly active

luxbock16:08:51

can I use something like dolist with multiple variables? I want to use it like I'd use doseq in Clojure

luxbock16:08:11

there's loop but I've been putting off learning it

arrdem17:08:30

So when I cider-eval-defun-at-point I get an overlay popup, is there a way I can trigger the overlay on C-c C-k or cider-eval-buffer?

bozhidar20:08:31

often the last sexp in the buffer is not visible on the screen when doing eval buffer

bozhidar20:08:42

so the overlays don’t really make much sense there

bozhidar20:08:59

and when you’re doing eval buffer you don’t really about any results, do you?

pandeiro21:08:08

As of latest melpa cider (cider-20150813.927) and clojure-mode (clojure-mode-20150804.1311), clojure buffers are not able to be shown in clojure-mode

pandeiro21:08:32

The error in Messages is: "progn: Symbol's value as variable is void: defun"

pandeiro21:08:43

Strangely, if I debug the clojure-mode command with C-u C-M-x, the error does not occur, nor does it occur any more after re-evaluating clojure-mode with C-M-x

pandeiro21:08:32

I wonder if it could be some kind of autoloads-related issue; I looked at recent commits but didn't see anything that stood out