mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] saucy texmacs maxima bug ?


Chronological Thread 
  • From: Martin Costabel <address@hidden>
  • To: Henri Girard <address@hidden>
  • Cc: address@hidden
  • Subject: Re: [TeXmacs] saucy texmacs maxima bug ?
  • Date: Mon, 05 Aug 2013 15:33:42 +0200

On 5/08/13 13:02, Henri Girard wrote:
I guess people are working on it :

Answer by Kostas Oikonomou
<http://www.marshut.com/member/Kostas%20Oikonomou.html> 1 month
agoReplyAbuse | Useful
I've also seen the same problem, it has nothing to do with itensor. You
can see it if you simply type "1+1" in the maxima session. The problem
is caused by a new definition of "myprinc" in mactex.lisp of maxima
5.30. I've reported the problem some time ago to Andrey Grozin, and he
is working on it.

If you only want to make the maxima plugin work with maxima-5.30, there is a trivial fix. It won't then work, though, with maxima-5.29 or earlier.

You have to edit one line in the file plugins/maxima/lisp/texmacs-maxima.lisp :
Replace line 37

(mapc #'myprinc

by

(mapc #'(lambda (x) (myprinc x texport))

--
Martin





Archive powered by MHonArc 2.6.19.

Top of page