[slime-devel] Daily ChangeLog diff

Index: slime/ChangeLog diff -u slime/ChangeLog:1.2072 slime/ChangeLog:1.2074 --- slime/ChangeLog:1.2072 Tue Apr 20 05:48:19 2010 +++ slime/ChangeLog Thu Apr 22 01:47:35 2010 @@ -1,3 +1,20 @@ +2010-04-22 Stas Boukarev <stassats@gmail.com> + + * swank-backend.lisp (with-symbol): Test for package before doing + find-symbol. + * swank-sbcl.lisp(Multiprocessing): use with-symbol. + (emacs-inspect t): Remove newlines from text returned by + sb-impl::inspected-parts, otherwise there will be ".." inserted by + the printer due to (*print-lines* 1). + +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. + 2010-04-20 Tobias C. Rittweiler <tcr@freebits.de> * swank-sbcl.lisp (condition-timed-wait): New helper. Use

+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.

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.
participants (3)
-
Helmut Eller
-
Nathan Bird
-
Stas Boukarev