Re: CIDER vs Org Mode: Symbol's definition is void: nrepl-send-string-sync (workaround)

2014-08-13 Thread Bozhidar Batsov
Indeed. I’ve overlooked this particular function; this is corrected upstream now. --  Bozhidar On August 12, 2014 at 11:53:42, Bastien (bastiengue...@gmail.com) wrote: Bozhidar Batsov bozhidar.bat...@gmail.com writes: This was recently renamed - have a look at CIDER's changelog.

Re: CIDER vs Org Mode: Symbol's definition is void: nrepl-send-string-sync (workaround)

2014-08-13 Thread Bastien Guerry
Bozhidar Batsov bozhidar.bat...@gmail.com writes: Indeed. I’ve overlooked this particular function; this is corrected upstream now. Thanks! -- Bastien -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to

Re: CIDER vs Org Mode: Symbol's definition is void: nrepl-send-string-sync (workaround)

2014-08-12 Thread Bastien
Bozhidar Batsov bozhidar.bat...@gmail.com writes: This was recently renamed - have a look at CIDER's changelog. Interestingly we have an alias with the old name, so people should be getting warnings, not errors. I’ll have at the problem. I think the attached patch should fix the problem. --

Re: CIDER vs Org Mode: Symbol's definition is void: nrepl-send-string-sync (workaround)

2014-08-11 Thread Bozhidar Batsov
On August 10, 2014 at 11:51:07 PM, Matching Socks (phill.w...@gmail.com) wrote: Using Org Mode's org-babel-execute-src-block, I ran into Symbol's definition is void: nrepl-send-string-sync after installing a recent update of the cider package from Melpa. This was recently renamed - have a look

CIDER vs Org Mode: Symbol's definition is void: nrepl-send-string-sync (workaround)

2014-08-10 Thread Matching Socks
Using Org Mode's org-babel-execute-src-block, I ran into Symbol's definition is void: nrepl-send-string-sync after installing a recent update of the cider package from Melpa. cider-eval-sync appears to be an adequate substitute for the function that vanished. The new function is in the

Re: CIDER vs Org Mode: Symbol's definition is void: nrepl-send-string-sync (workaround)

2014-08-10 Thread Gary Johnson
I've been using the following patch for quite some time now, and it works reasonably well. The table generation is pretty suboptimal though, so if anyone has an better version, I'd love to see it. (defun org-babel-execute:clojure (body params) Execute a block of Clojure code with Babel.