(cl:defparameter mdw-hacks::*previous-package* cl:*package*)
(cl:in-package #:mdw-hacks)
-;; Obtain ASDF from somewhere.
-(require "asdf")
-
;; Shut up.
(setf *load-verbose* nil)
(setf *compile-verbose* nil)
-#+cmu (setf *gc-verbose* nil)
+
+#+cmu
+(setf *gc-verbose* nil)
+
+;; Obtain ASDF from somewhere.
+(require "asdf")
;; Tell SBCL where to find its source source.
#+sbcl
("CL:SYSTEMS;**;*.*.*" #p"/usr/share/common-lisp/systems/**/*.*"))))
;; Various fixings.
-#+clisp (setf custom:*parse-namestring-ansi* t)
+#+clisp
+(setf custom:*parse-namestring-ansi* t)
;; Shebang.
(set-dispatch-macro-character
(set (find-symbol "*GLOBAL-DEBUGGER*" swank) nil)
(apply (find-symbol "CREATE-SERVER" swank) args)))
-#+asdf (setf asdf:*compile-file-failure-behaviour* :warn)
+;; Treat warnings as, err, warnings.
+#+asdf
+(setf asdf:*compile-file-failure-behaviour* :warn)
;; Done.
(pushnew :mdw *features*)