From: Mark Wooding Date: Sun, 30 Aug 2015 09:58:38 +0000 (+0100) Subject: dot/lisp-init.lisp: Add another LP host for the CLC archive. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/48152465f72e0e1e8dd8443a6163318da04b9c81?hp=-c dot/lisp-init.lisp: Add another LP host for the CLC archive. --- 48152465f72e0e1e8dd8443a6163318da04b9c81 diff --git a/dot/lisp-init.lisp b/dot/lisp-init.lisp index fdb2229..6f5de00 100644 --- a/dot/lisp-init.lisp +++ b/dot/lisp-init.lisp @@ -40,7 +40,10 @@ (let ((#1=#:home (pathname (concatenate 'string "/home/mdw") "/")))) (setf (logical-pathname-translations "HOME") - `(("HOME:**;*.*.*" ,(merge-pathnames "**/*.*" #1# nil))))) + `(("HOME:**;*.*.*" ,(merge-pathnames "**/*.*" #1# nil))) + (logical-pathname-translations "CL") + '(("CL:SOURCE;**;*.*.*" #p"/usr/share/common-lisp/source/**/*.*") + ("CL:SYSTEMS;**;*.*.*" #p"/usr/share/common-lisp/systems/**/*.*")))) ;; Various fixings. #+clisp (setf custom:*parse-namestring-ansi* t)