Chisheng Huang cph@chi-square-works.com writes:
Hi,
Is it possible to have 2 slime inspector buffers around at the same time? This can be very handy for side-by-side comparison.
currently the inspector code relies on the global variables *inspectee*, *inspector-stack*, etc. so no. however fixing this wouldn't be too hard. 'just' change the various specials into a string and keep a list (or array) of structs around.