>>>>> "David" == David Ronis <ronis@ronispc.chem.mcgill.ca> writes:
David> Hi Vadim,
David> Vadim V. Zhytnikov writes:
>> I've noticed two more problems with Maxima under clisp.
>>
>> (1) trigsimp(sin(x)^2+cos(2)^) fails.
>> This problem is fixed by replacing in
>> accordance with ANSI CL standard
>> special-function-p by special-operator-p.
>> special-function-p is obsolete.
David> Is this the problem I mentioned to the list? If so, do you have a
David> patch file? I'm not a lisp programmer, and simply greping for
David> special-function-p or special-operator-p doesn't turn up anything.
Probably because it's really called special-form-p. I think it's in
acall.lisp.
Ray