mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] saucy texmacs maxima bug ?


Chronological Thread 
  • From: Henri Girard <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] saucy texmacs maxima bug ?
  • Date: Sat, 10 Aug 2013 09:19:15 +0200

Doesn't work !
Could it be saucy ?



Le 06/08/2013 13:57, Kostas Oikonomou a écrit :
Did you restart TeXmacs? I've been using this fix for a while now, it works.

texport is defined in the same file:

(defconstant texport *standard-output*)

Kostas

On 08/06/2013 04:12, Henri Girard wrote:
It doesn't work : Always texport is not a variable !
Thanks anyway, it would be wonderfull to make it work.
Henri

Le 05/08/2013 15:33, Martin Costabel a écrit :
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))







Archive powered by MHonArc 2.6.19.

Top of page