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: The logical-pathname translations don't work in Clisp.
[profile]
/
dot
/
lisp-init.lisp
diff --git
a/dot/lisp-init.lisp
b/dot/lisp-init.lisp
index aae544accce4e8cc047142bf35526e4c09ec865d..e060815448b1ed177169b88200681cb42be9542c 100644
(file)
--- a/
dot/lisp-init.lisp
+++ b/
dot/lisp-init.lisp
@@
-30,10
+30,10
@@
(let ((#1=#:sbcl-src #p"/usr/share/sbcl-source/"))
("SYS:CONTRIB;**;*.*.*" ,(#2# "contrib/**/*.*"))))))
#+sbcl (require :sb-posix)
("SYS:CONTRIB;**;*.*.*" ,(#2# "contrib/**/*.*"))))))
#+sbcl (require :sb-posix)
-#+(and unix (or sbcl c
lisp c
mu))
+#+(and unix (or sbcl cmu))
(let ((#1=#:home (pathname (concatenate 'string
(or #+sbcl (sb-posix:getenv "HOME")
(let ((#1=#:home (pathname (concatenate 'string
(or #+sbcl (sb-posix:getenv "HOME")
- #+clisp (ext:geten
t
"HOME")
+ #+clisp (ext:geten
v
"HOME")
#+cmu (unix:unix-getenv "HOME")
"/home/mdw")
"/"))))
#+cmu (unix:unix-getenv "HOME")
"/home/mdw")
"/"))))