<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Oct 29, 2013, at 3:35 PM, Mark H. David <<a href="mailto:mhd@yv.org">mhd@yv.org</a>> wrote:</div><blockquote type="cite">I don't want to use the built-in pretty printer to dump code forms to an output stream.<br>Rather, I'd like it to be formatted as indent-sexp does when SLIME is running with my Lisp environment loaded.<br>Can anyone recommend a way to do this?  Does SLIME offer anything along these lines?<br>Thanks,<br>Mark<br></blockquote><br></div><div>Hi Mark -</div><div><br></div>In emacs set slime-enable-evaluate-in-emacs to T, it's a defcustom.<div><br></div><div>Test that your no able to call back to emacs from your slime session.  For example do (swank:eval-in-emacs '(message "hi")) and "hi" should appear in the emacs minibuffer.</div><div><br></div><div>At that point you can write some thing elisp to do the formatting.</div><div><br></div><div> - ben<br><div><br></div></div>
</body></html>