Fork me on GitHub
#cider
<
2016-03-17
>
rmuslimov04:03:47

may I ask a dump question, “How can I switch off cider-debug mode?” after it was enabled by cider-debug-defun-at-point?

bozhidar05:03:21

if you want to remove the instrumentation from a form, just re-evaluate it again

rmuslimov06:03:07

yes, re-evaluation were the answer, thanks! btw, if I generate function and put it to the state, re-evaluation won’t help - and only clearing state works. It is clear for me know, thanks!

bozhidar06:03:13

put it to the state? I don't understand what you mean.

rmuslimov07:03:45

nevermind, I was wrong again, sorry

rickmoynihan15:03:32

@bozhidar: Do you know a feature I'd love to see in Cider if it's not there already? A way to copy the printed values out of enlighten-mode... e.g. copy-enlightened-region-at-point-to-kill-ring

bozhidar15:03:42

why would you need something like this?

rickmoynihan15:03:05

because sometimes the value in front of you is something like an identifier that you want to copy/paste into another system

rickmoynihan15:03:29

and other times you might want to paste it into a test case or something

rickmoynihan15:03:51

I've found myself wanting it quite a bit

base69820:03:44

Anyone here get org-babel to work with clojure?

r0man20:03:08

@base698: yes, I have it working. You need a recent version of org mode I think

base69820:03:38

@r0man: Thanks will try it out.

base69820:03:51

@r0man: Do I need a new install from elpa? or just the one that ships with emacs 24?

base69820:03:05

24.5 that is

r0man20:03:34

I think you need the one from elpa

base69820:03:33

@r0man: I get this:

Warning (initialization): An error occurred while loading `/Users/justinthomas/.emacs.d/init.el':

Invalid function: org-babel-header-args-safe-fn

r0man20:03:15

Not sure what this is, but if I remember correctly I sometimes had issues when the version of org mode from elpa and the one from emacs were not loaded properly. You could try M-x org-reload and try again ... 😉

base69820:03:43

same error

base69820:03:56

is there a way to install a previous version

base69820:03:04

something from november, say?

r0man20:03:37

Not sure how to do this with plain package-install. I use use-package and there you can pin a version I think.

base69821:03:59

ok, building from stable tag 8.3.4 worked

base69821:03:03

and use-package

malabarba23:03:14

@rickmoynihan if you want to copy some value you could use the debugger. the debugger has access to the same stuff as enlighten-mode, and step is printed to the messages buffer.