![](https://secure.gravatar.com/avatar/8426fd1e01564a36934e5c99ab49cb54.jpg?s=120&d=mm&r=g)
I tried putting your (pprint 42) right before the line that causes the problem and I got: 42 #<THREAD "http-8084-3" {3D33EF4C}>: Unhandled condition of type SIMPLE-ERROR: There is no applicable method for the generic function ~S when called with arguments ~S. On Fri, Jan 21, 2011 at 11:52 AM, Alessio Stalla <alessiostalla@gmail.com> wrote:
On Fri, Jan 21, 2011 at 5:43 PM, Blake McBride <blake@mcbride.name> wrote:
These sorts of messages are making development significantly and needlessly time consuming:
#<THREAD "http-8084-3" {37ADF98A}>: Unhandled condition of type SIMPLE-ERROR: There is no applicable method for the generic function ~S when called with arguments ~S.
I believe it's related to a problem with autoloading not firing in certain situations. As a workaround, try to ensure that the pretty printer and/or print-object is loaded before you run your code (a simple (pprint 42) should do). I can't check it right now, so let me know if it doesn't work.
Bye, Alessio