It is often very useful to inspect more than one object (object-tree) at the same time.
With SLIME, one can Inspect an object, and then rename the *Slime Inspector* buffer, and inspect another object, getting a new *Slime Inspector* buffer. (It would be better to have a "Spawn New Inspector" command.)
However, inspect operations in the old (renamed) buffer cause the results to be displayed in the new inspector rather than the "current" inspector.
How hard would it be to make this work.