+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
If I M-x slime-inspector-mode, that starts working again, but then q to exit fails.