texmacs plugin for Maxima?



On 09/08/2013 05:07 PM, Richard Fateman wrote:
>  I'm trying to use Texmacs 1.0.7.17, (I haven't used it in a long time)
>  and find it doesn't seem to work with Maxima.
>
>  If I choose Insert-> Session-> Maxima I see a red [busy...]
>  and then Maxima]
>  in the window,
>  but it does not seem to react, although there is now a menu item for
>  Maxima with selections for Simplification,Solving Equations, ...
>

It didn't work for me either with linux, Maxima 5.31.0, and sbcl.

But making this edit fixes it:

In
/usr/share/texmacs/TeXmacs/plugins/maxima/lisp/texmacs-maxima.lisp

edit texmacs to read

(defun texmacs (x)
   (let ((ccol 1))
     (mapc #'(lambda (x) (myprinc x t))
         (tex x '("latex:$\\displaystyle ") '("$
") 'mparen 'mparen))))

myprinc wants two arguments, and it was only given one.

>  I am using Windows XP, Maxima version 5.30.0, GCL 2.6.8.
>
>  In the Texmacs plug-in folder, if I execute maxima_detect I get #f.
>
>  Perhaps it is looking for
>  c:\maxima-5.30.0\doc\info\maxima_toc.html
>  or
>  c:\Program Files ...maxima_toc.html
>
>  which is no longer there.
>
>
>  or is there something else I should try?
>
>  RJF
>
>
>  _______________________________________________
>  Maxima mailing list
>  Maxima at math.utexas.edu
>  http://www.math.utexas.edu/mailman/listinfo/maxima