mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] maxima plugin in macosx binary version (dmg v 1.99)


Chronological Thread 
  • From: Ludovico Romano <address@hidden>
  • To: "address@hidden" <address@hidden>
  • Subject: Re: [TeXmacs] maxima plugin in macosx binary version (dmg v 1.99)
  • Date: Mon, 3 Mar 2014 15:50:59 +0100

 
i have installed maxima with macports and now is in the menu of sessions in texmacs, but when i open a maxima session, the output is like the following:

using Lisp SBCL 1.1.16
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.
STYLE-WARNING: redefining MAXIMA::MAIN-PROMPT in DEFUN
STYLE-WARNING: redefining MAXIMA::TEX-STRIPDOLLAR in DEFUN

; file: /Applications/_Scuola/_Matematica/TeXmacs-1.99.1.app/Contents/Resources/share/TeXmacs/plugins/maxima/lisp/texmacs-maxima.lisp
; in: DEFUN TEXMACS
;     (MAPC #'MAXIMA::MYPRINC
;           (MAXIMA::TEX MAXIMA::X '("d*i*s*p*l*a*y*s*t*y*l*e*");'("
;   ")
;                        'MAXIMA::MPAREN 'MAXIMA::MPAREN))
; --> LET LET SB-INT:DO-ANONYMOUS BLOCK LET TAGBODY TAGBODY 
; ==>
;   (SB-C::%FUNCALL #:G2 (CAR #:G1))
; caught STYLE-WARNING:
;   The function was called with one argument, but wants exactly two.
STYLE-WARNING: redefining MAXIMA::TEX-MEXPT in DEFUN
STYLE-WARNING: redefining MAXIMA::TEX-CHOOSE in DEFUN
STYLE-WARNING: redefining MAXIMA::TEX-INT in DEFUN
STYLE-WARNING: redefining MAXIMA::TEX-SUM in DEFUN
STYLE-WARNING: redefining MAXIMA::TEX-LSUM in DEFUN
; compilation unit finished
;   caught 1 STYLE-WARNING condition  


and when i try to do a simple multiplication:

(%i2)  10*10


Maxima encountered a Lisp error:

 invalid number of arguments: 1

Automatically continuing.
To enable the Lisp debugger set *debugger-hook* to nil.

someone know how is gone wrong?

Thanks
Ludovico
  
Il giorno 02/mar/2014, alle ore 11:24, HG <address@hidden> ha scritto:

I dont know mac but with sage I use a ln -s command
Maybe you could do the same ?
Find the maxima exe  file and link it in /usr/bin
something like sudo ln -s /maxima exe /usr/bin/maxima
Hope this help
Henri

Le 02/03/2014 10:40, Ludovico Romano a écrit :
How to use maxima in macosx binary version (dmg v 1.99)
I have maxima installed (dmg binary version:  wxMaxima 13.04.0  with Maxima 5.30.0) but if in texmacs i choose insert->session i don't see maxima as possible choice (only: scheme giac python shell and "other"…)
Don't seems that texmacs is aware that maxima is installed.
Thanks
Ludovico





Archive powered by MHonArc 2.6.19.

Top of page