[slime-cvs] CVS slime
heller
heller at common-lisp.net
Fri Feb 10 17:24:59 UTC 2006
Update of /project/slime/cvsroot/slime
In directory common-lisp:/tmp/cvs-serv20522
Modified Files:
slime.el
Log Message:
Test to see what UseNewInfoFmtStrings=yes does.
--- /project/slime/cvsroot/slime/slime.el 2006/02/06 18:33:25 1.581
+++ /project/slime/cvsroot/slime/slime.el 2006/02/10 17:24:59 1.582
@@ -1532,7 +1532,7 @@
(t
(when retries (decf retries))
(setq slime-connect-retry-timer
- (run-with-timer 1.0 nil #'attempt-connection))))))
+ (run-with-timer 0.2 nil #'attempt-connection))))))
(attempt-connection))))
(defun slime-read-swank-port ()
@@ -2591,7 +2591,8 @@
(setq slime-repl-directory-stack
(list (expand-file-name default-directory)))
(setq slime-repl-package-stack (list (slime-lisp-package)))
- (slime-repl-update-banner)))
+ (slime-repl-update-banner)
+ ))
(defvar slime-show-last-output-function
'slime-maybe-display-output-buffer
More information about the slime-cvs
mailing list