Re: Beginner emacs / SLIME / ACL / ASDF question



Luke J Crook wrote:
Unknownmat wrote:
Hello,

How do I modify the ASDF *central-registry* variable, so that the new
value is loaded each time I start Emacs?


*central-registry* is in asdf.lisp file. I just edit asdf.lisp and add
my paths to the *central-registry* variable.

Here is a handy link:

http://svn.sourceforge.net/viewcvs.cgi/*checkout*/lispbuilder/trunk/lispbuilder-sdl/documentation/index.html#Win32:
Configuration

- Luke

Thanks for the help. I have 3 versions of ASDF.lisp on my system, and
was not certain which version was being loaded. I tried modifying them
as you suggested and this made no difference. I finally figured out
that ACL was keeping an asdf.fasl file in its ./code directory that is
loaded when the system loads. I had to recompile asdf.lisp, and then
copy the corresponding asdf.fasl into ./code directory. This FINALLY
managed to modify *central-registry*.

.