chiark
/
gitweb
/
~mdw
/
profile
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
dot/lisp-init.lisp: Partially mitigate CMU CL's daft EOF behaviour.
[profile]
/
dot
/
lisp-init.lisp
diff --git
a/dot/lisp-init.lisp
b/dot/lisp-init.lisp
index ba26d224cc2db430be622d14945cd9c7cdd0a2aa..3cdcd5e73fdedb7b4897966afcb2ed28cc056d09 100644
(file)
--- a/
dot/lisp-init.lisp
+++ b/
dot/lisp-init.lisp
@@
-16,6
+16,10
@@
(setf ext:*gc-verbose* nil
;; Obtain ASDF from somewhere.
(require "asdf")
;; Obtain ASDF from somewhere.
(require "asdf")
+;; Get CMU CL to quit on EOF.
+#+cmu
+(setf ext:*batch-mode* t)
+
;; Tell SBCL where to find its source source.
#+sbcl
(sb-ext:set-sbcl-source-location #p"/usr/share/sbcl-source/")
;; Tell SBCL where to find its source source.
#+sbcl
(sb-ext:set-sbcl-source-location #p"/usr/share/sbcl-source/")