[slime-cvs] CVS slime/contrib
CVS User heller
heller at common-lisp.net
Tue Jan 5 10:03:03 UTC 2010
Update of /project/slime/cvsroot/slime/contrib
In directory cl-net:/tmp/cvs-serv25900/contrib
Modified Files:
ChangeLog inferior-slime.el
Log Message:
Fix "other window" selector in inferior-slime-mode.
* inferior-slime.el ([selector-method] r): Return the buffer
instead of switching directly.
--- /project/slime/cvsroot/slime/contrib/ChangeLog 2010/01/03 20:50:42 1.331
+++ /project/slime/cvsroot/slime/contrib/ChangeLog 2010/01/05 10:03:02 1.332
@@ -1,3 +1,10 @@
+2010-01-05 Helmut Eller <heller at common-lisp.net>
+
+ Fix "other window" selector in inferior-slime-mode.
+
+ * inferior-slime.el ([selector-method] r): Return the buffer
+ instead of switching directly.
+
2010-01-03 Tobias C. Rittweiler <tcr at freebits.de>
* slime-autodoc.el (slime-autodoc-mode): Only display
--- /project/slime/cvsroot/slime/contrib/inferior-slime.el 2009/08/27 20:15:43 1.8
+++ /project/slime/cvsroot/slime/contrib/inferior-slime.el 2010/01/05 10:03:02 1.9
@@ -122,6 +122,6 @@
(add-hook 'slime-transcript-stop-hook 'inferior-slime-stop-transcript)
(def-slime-selector-method ?r
"SLIME Read-Eval-Print-Loop."
- (inferior-slime-switch-to-repl-buffer)))
+ (process-buffer (slime-inferior-process))))
(provide 'inferior-slime)
More information about the slime-cvs
mailing list