display patch, was: get name of variable as string in function?
Subject: display patch, was: get name of variable as string in function?
From: Raymond Toy
Date: Sat, 11 Feb 2012 15:19:52 -0800
On 2/11/12 10:48 AM, Edwin Woollett wrote:
> On Feb. 10, 2012, Raymond Toy wrote:
> ----------------------
>> I suspect this is not a problem with the new version. I'm guessing you
>> will have the same problem if you load the original version of comm.lisp.
>>
>> With the current git version of maxima, I don't run into any problems...
> --------------------------------------------------------------------------
>
> You are right - just loading in comm.lisp messes with integrate.
Not sure if it will make a difference, but you might want to compile and
comm.lisp. Something like
:lisp (load (compile-file "<path>/comm.lisp"))
Ray