[Openmcl-devel] RFC - init-file and asdf:*central-registry* changes
bryan o'connor
bryan-openmcl at lunch.org
Wed Feb 16 20:43:04 PST 2005
> $HOME/.openmcl/init.lisp versus:
> $HOME/.openmcl-init.lisp
i originally set it up that way, but then switched to the separate
directory so i could also use it for my asdf:*central-registry*
this is what i meant to describe in the original email:
$CCL/
openmcl-init.lisp ; default init file, only used when no
; other local init file.
tools/
systems/ ; system-wide openmcl-delivered asd files
asdf-install.asd -> ../asdf-install/asdf-install.asd
site-systems/ ; system-wide local asd files
$HOME/
.openmcl/
init.lisp
systems/ ; per user local asd files
clx.asd -> ~/src/lisp/clx/clx.asd
mcclim.asd -> ~/src/lisp/mcclim/mcclim.asd
...
...bryan
More information about the Openmcl-devel
mailing list