[slime-cvs] CVS update: slime/test.sh

Luke Gorrie lgorrie at common-lisp.net
Thu Oct 16 22:56:38 UTC 2003


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv6070

Modified Files:
	test.sh 
Log Message:
Don't bother limiting retries.
Increase max-lisp-eval-depth (possibly cheating)

Date: Thu Oct 16 18:56:37 2003
Author: lgorrie

Index: slime/test.sh
diff -u slime/test.sh:1.2 slime/test.sh:1.3
--- slime/test.sh:1.2	Thu Oct 16 17:29:14 2003
+++ slime/test.sh	Thu Oct 16 18:56:37 2003
@@ -30,7 +30,7 @@
 # you can remove "--batch" to get an emacs window for troubleshooting.
 $emacs --batch --no-site-file --no-init-file \
        --eval "(setq debug-on-quit t)" \
-       --eval "(setq slime-swank-connection-retries 50)" \
+       --eval "(setq max-lisp-eval-depth 1000)" \
        --eval "(setq load-path (cons \"$testdir\" load-path))" \
        --eval "(require 'slime)" \
        --eval "(setq inferior-lisp-program \"$lisp\")" \





More information about the slime-cvs mailing list