mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] texmacs and maxima


Chronological Thread 
  • From: "Andrey G. Grozin" <address@hidden>
  • To: Peter Ulrich Kruppa <address@hidden>
  • Cc: "Andrey G. Grozin" <address@hidden>, address@hidden
  • Subject: Re: [TeXmacs] texmacs and maxima
  • Date: Fri, 11 Jun 2004 19:17:17 +0700 (NOVST)

On Fri, 11 Jun 2004, Peter Ulrich Kruppa wrote:
> pukruppa# maxima
> GCL (GNU Common Lisp) (2.5.3) Do 25 Mr 2004 22:10:55 CET
> Licensed under GNU Library General Public License
> Dedicated to the memory of W. Schelter
>
> Use (help) to get some basic information on how to use GCL.
> Maxima 5.9.0 http://maxima.sourceforge.net
> Distributed under the GNU Public License. See the file COPYING.
> Dedicated to the memory of William Schelter.
> This is a development version of Maxima. The function
> bug_report()
> provides bug reporting information.
> (C1)
This looks OK. Please investigate what happens when TeXmacs starts Maxima.
You can hack /usr/libexec/TeXmacs/bin/tm_maxima a little (or where this
thing lives on BSD?) First, it's interesting to know what arguments
TeXmacs passes to tm_maxima. Insert a line
echo $1 $2 > /tmp/foo
near the beginning, and you will know. Correct arguments in your case
should be
5.9.0 gcl
Then, change the line
5.9.0) exec maxima -u $1 -l $2 -p
"$TEXMACS_MAXIMA_PATH/texmacs-maxima-5.9.0.lisp" | maxima_filter;;
to
5.9.0) exec maxima -u $1 -l $2 -p
"$TEXMACS_MAXIMA_PATH/texmacs-maxima-5.9.0.lisp" | tee /tmp/bar |
maxima_filter;;
Then you will see if Maxima sends its intro text (GCL (GNU Common Lisp)
(2.5.3) Do 25 Mr 2004 22:10:55 CET etc.) to TeXmacs.

Andrey Grozin




Archive powered by MHonArc 2.6.19.

Top of page