![](https://secure.gravatar.com/avatar/c7be29f230d0fc8df73e146bca8366fd.jpg?s=120&d=mm&r=g)
Zach Beane <xach@xach.com> writes:
Faré <fahree@gmail.com> writes:
Please give me the values of these after a (initialize-source-registry) and a (initialize-output-translations). And also give me (truename (getenv "SBCL_HOME")) and (truenamize (getenv "SBCL_HOME"))
*source-registry* is: [snip]
Sorry, the previous email was for 2.012.8. The *source-registry* and SBCL_HOME values are the same, but the *output-translations* differ.
*output-translations* is:
(((#P"/home/xach/.cache/common-lisp/sbcl-1.0.46-linux-amd64/**/*.*" T) (#P"/usr/local/lib/sbcl/**/*.*" T) (#P"/usr/local/lib/sbcl/**/*.*" #P"/usr/local/lib/sbcl/**/*.*") (T #P"/home/xach/.cache/common-lisp/sbcl-1.0.46-linux-amd64/**/*.*")))
In 2.012.9 the *output-translations* are: (((#P"/home/xach/.cache/common-lisp/sbcl-1.0.46-linux-amd64/**/*.*" T) (#P"/usr/local/lib/sbcl/*.*" T) (#P"/usr/local/lib/sbcl/" #P"/usr/local/lib/sbcl/") (T #P"/home/xach/.cache/common-lisp/sbcl-1.0.46-linux-amd64/**/*.*"))) Zach