[slime-cvs] CVS slime

CVS User heller heller at common-lisp.net
Wed Jan 7 09:21:54 UTC 2009


Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv20849

Modified Files:
	ChangeLog slime.el 
Log Message:
* slime.el (slime-show-buffer-position): Use reposition-window.

--- /project/slime/cvsroot/slime/ChangeLog	2009/01/07 09:21:44	1.1641
+++ /project/slime/cvsroot/slime/ChangeLog	2009/01/07 09:21:54	1.1642
@@ -1,5 +1,9 @@
 2009-01-07  Helmut Eller  <heller at common-lisp.net>
 
+	* slime.el (slime-show-buffer-position): Use reposition-window.
+
+2009-01-07  Helmut Eller  <heller at common-lisp.net>
+
 	* slime.el (slime-keys): Remove the binding for C-c C-i. M-TAB
 	can also be pressed with M-C-i which is probably not taken
 	by the window manager.  ESC TAB would also work.  Maybe we
--- /project/slime/cvsroot/slime/slime.el	2009/01/07 09:21:44	1.1104
+++ /project/slime/cvsroot/slime/slime.el	2009/01/07 09:21:54	1.1105
@@ -5778,7 +5778,9 @@
       (goto-char position)
       ;;(push-mark)
       (unless (pos-visible-in-window-p)
-        (slime-recenter-window window sldb-show-location-recenter-arg)))))
+        (reposition-window)
+        ;;(slime-recenter-window window sldb-show-location-recenter-arg))
+      ))))
 
 (defun slime-recenter-window (window line)
   "Set window-start in WINDOW LINE lines before point."





More information about the slime-cvs mailing list