struggling with minor issue on porting of maxima



On 8/14/2012 9:05 AM, Raymond Toy wrote:
>
>
> init-cl is still used because cl-user::run starts the maxima repl and 
> catches macsyma-quit.

ah, using  (cl-user::run)   instead of (maxima::continue) fixes the 
catch/ error problem.  Thanks.

RJF