I don't know slime that well either, but it seems that if a format is given from the REPL window, it is executed in the context of the REPL thread. So it prints to that emacs buffer (slime-repl sbcl or similar). If you use a format t somewhere in your webapp, it gets run thru the hunchentoot thread that is created to handle the http request. All non repl thread output is printed to the inferior lisp buffer. just a hunch ;-) I still haven't figured out how to start single stepping after a break though. Also describe is a useful function to be used in lieu of the slime inspecter (which is C-c C-v i)
On Dec 8, 11:58 pm, Saikat Chakrabarti <[EMAIL PROTECTED]> wrote: > To answer my own question - it seems that if a weblocks webapp is > started from SLIME the output from the app appears in the *inferior- > lisp* buffer. I don't really know enough about slime to really > understand why this happens, though. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "weblocks" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/weblocks?hl=en -~----------~----~----~----~------~----~------~--~---
