Problem with save



On 09/10/2011 07:49 AM, Stavros Macrakis wrote:
> I can't check this right now, but I suspect this comes from the recent 
> global change to *print-level* and *print-length*.
>
> Clearly those need to be bound to nil for "save" operations, and 
> *print-circle* to T.  Until this gets fixed in Maxima, try
>
>     :lisp (setq *print-level* nil *print-length* nil)
>

Yes, this works.


> or equivalently
>
>     \*print\-level\*: \*print\-length\*: false$
>
> before your 'save'.
>

and this:

?\*print\-level\*: ?\*print\-length\*: false

Thank you.

--
Mario