
Nathan Bird <nathan@acceleration.net> writes:
+2010-04-21 Stas Boukarev <stassats@gmail.com> + + * slime.el (slime-open-inspector): Use forward-line instead of + goto-line, since it doesn't result in "Mark set" message. + (slime-inspector-buffer): Enable slime-mode after enabling + slime-inspector-mode, otherwise the former will be disabled by the + latter. +
This appears to break the inspector for me, I can't hit RET to follow inspector links-- it tells me the buffer is read only. When I describe mode:
RET slime-inspector-operate-on-point (that binding is currently shadowed by another mode) ... RET newline-and-indent slime-mode was only useful, in this case, for a mode-line string display. I made it use slime-with-popup-buffer, which sets up mode-line too. Thanks for the report.
-- With Best Regards, Stas.