Peter Scott sketerpot@gmail.com writes:
This sounds like a good idea, and I'll add a keyword argument to spawn a new process later today. If you can't wait until tomorrow, this bit of code should do the trick, albeit in a slightly ugly way, now and forevermore:
(clim-sys:make-process #'(lambda () (inspector obj)) :name "Inspector Clouseau")
Maybe something like this, which makes the process name more mp:all-processes friendly:
... :name (format nil "Inspector Clouseau: ~S" obj) ...
Take all the time you need, I'm not in a hurry. Thanks,
Paolo