[slime-devel] new inspector on hash-tables

Madhu enometh at meer.net
Fri Aug 29 02:15:48 UTC 2008


* (defparameter $ht (make-hash-table))
* (loop for i below 2048 do (setf (gethash i $ht) i))

M-x slime-inspect $ht

error in process filter: Wrong type argument: listp, :action



More information about the slime-devel mailing list