"Eric Schulte" writes: > Hi Erik, > > I've had an opportunity to return to Babel support for common lisp > recently. I just copied over the existing ob-clojure.el file to > ob-lisp.el and changed the clojure/swank specific parts. The resulting > file seems to work after some initial tests and is exceedingly simple. > > If this works for you as well, then I'd propose replacing the existing > ob-lisp.el with this new implementation. > > Please let me know what you think. > > Thanks -- Eric > > > > Erik Iverson writes: > >>> Then, things like the following work, where I assume you've already >>> started M-x slime. >>> >>> #+begin_src emacs-lisp :session >>> >>> (defvar test1 "test1 value") >>> (defvar test2 "test2 value") >>> test2 >>> >>> #+end_src >>> >>> #+results: >>> : test2 value >> >> Er, not emacs-lisp, just lisp... like the following >> >> #+begin_src lisp :session >> >> (defvar test1 "test1 value") >> (defvar test2 "test2 value") >> test2 >> >> #+end_src >> >> #+results: >> : test2 value >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Please use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode