[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [femlisp-user] Re: Hi, I have a problem with femlisp.
From: |
Nicolas Neuss |
Subject: |
Re: [femlisp-user] Re: Hi, I have a problem with femlisp. |
Date: |
01 Feb 2007 14:45:01 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 |
Nicolas Neuss <address@hidden> writes:
> OK, I see the problem now.
>
> I guess the correct fix is to change the line
>
> (eval-when (:load-toplevel :compile-toplevel :execute)
> ...)
This should read
(eval-when (:load-toplevel :execute) ...)
> in "femlisp.asd" into
>
> (eval-when (:load-toplevel :compile-toplevel :execute)
> ...)
>
> Thanks for the report,
>
> Nicolas.