Re: Allegro 8.1 Express + Emacs (slime): CLC Error

Fabio Leimgruber <[email protected]> Fri, 23 Jan 2009 11:10:34 +0000 (UTC)
Newsgroups gmane.lisp.allegro
Message-ID <[email protected]>
Hello John,

thank you for your quick reply on this matter! After creating the clinit.cl file
containing your code (had to change the path to asdf.lisp, because mine is
different...), swank says: Error: attempt to call 
`COMMON-LISP-CONTROLLER:CALCULATE-FASL-ROOT' which is an undefined function. I
looked around and found this function defined in a lisp file called
"post-sysdef-install.lisp", residing in the same folder as
common-lisp-controller.lisp. However, this file has conflicting variable
definitions (according to Emacs), so I don't load that in .emacs. 

Yet another google run suggested this procedure: 
http://lists.alioth.debian.org/pipermail/pkg-common-lisp-devel/2008-December/001097.html

This is for CCL (Clozure-CL, I presume). Now where to put it for allegro-CL??

Thanks again!

--FL