Looking at the code in ob-lisp.el, I think I see why this is
happening, but don't know enough about SLIME yet to make it work. It
seems that line that calls =eval-slime= would need to be changed to
=eval-slime-buffer= after dumping the code block into a temporary
buffer. However, that didn't qu
On 02/09/2011 07:18 PM, Eric Schulte wrote:
Hi Erik,
I've been switching from Clojure to Common Lisp myself, and have also
found that there are some issues with ob-lisp.el (although I've been too
busy recently to look closely at them).
ob-clojure.el works well, and uses slime for code evaluatio
Hi Erik,
I've been switching from Clojure to Common Lisp myself, and have also
found that there are some issues with ob-lisp.el (although I've been too
busy recently to look closely at them).
ob-clojure.el works well, and uses slime for code evaluation -- and it
has a simpler setup than ob-lisp -