[mcclim-devel] Clouseau-based inspector for Listener

Paolo Amoroso amoroso at mclink.it
Fri Feb 4 16:29:16 UTC 2005


Peter Scott <sketerpot at 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
-- 
Lisp Propulsion Laboratory log - http://www.paoloamoroso.it/log



More information about the mcclim-devel mailing list