chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4815246
)
dot/lisp-init.lisp: Turns out SBCL has a magic function to set `SYS'.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 30 Aug 2015 09:58:38 +0000
(10:58 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 12 Sep 2015 21:04:58 +0000
(22:04 +0100)
dot/lisp-init.lisp
patch
|
blob
|
blame
|
history
diff --git
a/dot/lisp-init.lisp
b/dot/lisp-init.lisp
index 6f5de00a1d051a796e0f5aa07cd5ae5ae36852e1..7cccc8363907cf298759a5985adf07cc4e1526e5 100644
(file)
--- a/
dot/lisp-init.lisp
+++ b/
dot/lisp-init.lisp
@@
-22,12
+22,7
@@
(setf *compile-verbose* nil)
;; Tell SBCL where to find its source source.
#+sbcl
-(let ((#1=#:sbcl-src #p"/usr/share/sbcl-source/"))
- (flet ((#2=#:sbcl-dir (#3=#:p)
- (merge-pathnames #3# #1#)))
- (setf (logical-pathname-translations "SYS")
- `(("SYS:SRC;**;*.*.*" ,(#2# "src/**/*.*"))
- ("SYS:CONTRIB;**;*.*.*" ,(#2# "contrib/**/*.*"))))))
+(sb-ext:set-sbcl-source-location #p"/usr/share/sbcl-source/")
;; Tell some Lisps about my home directory.
#+sbcl (require :sb-posix)