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

John Fremlin <[email protected]> Mon, 26 Jan 2009 10:12:10 +0900
Newsgroups gmane.lisp.allegro
Message-ID <[email protected]>
Fabio Leimgruber <[email protected]> writes:

> I wrote my last post in a hurry, sorry for that. My last post is useless without
> the two errors I get inside the *inferior-lisp* buffer: 
>
> 1.
> Error loading #P"/home/fps/.clinit.cl":
> Symbol "INIT-COMMON-LISP-CONTROLLER-V4" not found in the COMMON-LISP-CONTROLLER
> package.

It seems that this line

(load
"/usr/share/common-lisp/source/common-lisp-controller/common-lisp-controller.lisp")

is not working.

Perhaps this is also a different path on your system.

[...]