Fwd: Can't set linel to large value?



On 2/14/11 7:12 AM, Matthew Gwynne wrote:
> Hi,
>
>> Well, I see that MSETCHK in src/mlisp.lisp has this hard-coded
>> limit in it ... seems pointless. Anyway you can work around it
>> like this:
>>
>> :lisp (setq $linel 10001 linel 10001)
>
> Is there any way I can run this from a loaded Maxima file? The manual
> says I can only use ":lisp" on the interactive prompt?
In this case, create a lisp file, say, setlinel.lisp, containing the
setq form above.  Then just say load("setlinel.lisp").

Ray