mailing-list for TeXmacs Users

Text archives Help


Re: maxima compiled against clisp and TeXmacs


Chronological Thread 
  • From: Daniel Duparc <address@hidden>
  • To: address@hidden
  • Subject: Re: maxima compiled against clisp and TeXmacs
  • Date: Sun, 4 Nov 2001 09:20:04 +0100

Le Sun, 4 Nov 2001 12:48:01 +0600
"Andrey G. Grozin" <address@hidden> écrivait (wrote):

> Hello,
>
> Your log files show that clisp has not read the
> $TEXMACS_MAXIMA_PATH/texmacs.lisp file. How to load a file into clisp
> before starting an interactive session? (in GCL, this is done by
> -load <file> ).
>

I think the -i option.

Here is a tm_maxima that now works for me :

#!/bin/sh
#################################################################
# /usr/libexec/TeXmacs-0.3.5.3/bin/tm_maxima for clisp.
# After Andrey Grozin (2001.11.04).
#################################################################
TEXMACS_MAXIMA_PATH="$TEXMACS_PATH/misc/maxima"
export TEXMACS_MAXIMA_PATH

MAXIMA_DIRECTORY="/usr/local/maxima-5.6-16"
export MAXIMA_DIRECTORY

exec clisp -i $TEXMACS_MAXIMA_PATH/texmacs.lisp \
-M ${MAXIMA_DIRECTORY}/src/maxima-clisp.mem | maxima_filter

#################################################################

It would be interesting to have, in the next release
of TeXmacs, the choice between :
maxima under gcl
maxima under clisp
maxima under cmucl (not yet installed in my linux box,
but it is just a question of some days or weeks)

Best regards.
--
Daniel Duparc <address@hidden>
29 av. de la Commune de Paris
94400 Vitry sur Seine (France)



Archive powered by MHonArc 2.6.19.

Top of page