[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[femlisp-user] Re: Hi, I have a problem with femlisp.
From: |
Nicolas Neuss |
Subject: |
[femlisp-user] Re: Hi, I have a problem with femlisp. |
Date: |
01 Feb 2007 14:43:09 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 |
"Huang Jianshi" <address@hidden> writes:
> Oh, btw, my problem isn't to load femlisp from the /bin/femlisp file,
> but to load it from a Slime REPL using asdf:oos. I want to do it
> because I'd like to integrate it with other tools, and I saw
> femlisp.asd file comes with it.
OK, I see the problem now.
I guess the correct fix is to change the line
(eval-when (:load-toplevel :compile-toplevel :execute)
...)
in "femlisp.asd" into
(eval-when (:load-toplevel :compile-toplevel :execute)
...)
Thanks for the report,
Nicolas.