mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] Problems with recent versions of Maxima [was Re: maxima plugin in macosx binary version (dmg v 1.99)]


Chronological Thread 
  • From: Joris van der Hoeven <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] Problems with recent versions of Maxima [was Re: maxima plugin in macosx binary version (dmg v 1.99)]
  • Date: Wed, 5 Mar 2014 21:19:00 +0100

Hi Kostas,

On Wed, Mar 05, 2014 at 12:32:17PM -0500, Kostas Oikonomou wrote:
> The fix for 'myprinc' is: edit plugins/maxima/lisp/texmacs-maxima.lisp
> as follows
>
> (defun texmacs (x)
> (let ((ccol 1))
> (mapc #'(lambda (x) (myprinc x t))
> (tex x '("latex:$\\displaystyle ") '("$
> ") 'mparen 'mparen))))

Yes, I found that fix too (and actually did the commit with the fix commented
out).
However, I fear that the fix will break the interface for older versions of
Maxima
for which myprinc expects only one argument. How to implement a robust fix?

Best wishes, --Joris



Archive powered by MHonArc 2.6.19.

Top of page