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

Luke Gorrie lgorrie at common-lisp.net
Thu Oct 16 21:29:14 UTC 2003


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

Modified Files:
	test.sh 
Log Message:
Added:
  (setq debug-on-quit t)
  (setq slime-swank-connection-retries 50)

Date: Thu Oct 16 17:29:14 2003
Author: lgorrie

Index: slime/test.sh
diff -u slime/test.sh:1.1 slime/test.sh:1.2
--- slime/test.sh:1.1	Wed Oct 15 10:44:11 2003
+++ slime/test.sh	Thu Oct 16 17:29:14 2003
@@ -29,6 +29,8 @@
 
 # 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 load-path (cons \"$testdir\" load-path))" \
        --eval "(require 'slime)" \
        --eval "(setq inferior-lisp-program \"$lisp\")" \





More information about the slime-cvs mailing list