mailing-list for TeXmacs Users

Text archives Help


Re: Maxima interface problem


Chronological Thread 
  • From: "Andrey G. Grozin" <address@hidden>
  • To: "Belenov, Roman" <address@hidden>
  • Cc: address@hidden
  • Subject: Re: Maxima interface problem
  • Date: Fri, 26 Sep 2003 20:29:32 +0700 (NOVST)

On Fri, 26 Sep 2003, Belenov, Roman wrote:
> I've tried TeXmacs (versions 1.0.1.23 and 1.0.1.24) and it's Maxima
> interface behaves strangely - I can input expressions and execute
> them, but the output (including (Dn) prompt) doesn't appear in TeXmacs
> buffer - it is printed to standard output in TeX format instead (I see
> it in the xterm window from which I launched TeXmacs), while next (Cn)
> input prompt appears in TeXmacs buffer immediately. Is it a known
> problem ? Can it by my fault ?
This is a CMUCL problem, it occurs neither in GCL nor in Clisp. If you
replace the line
(defconstant texport t)
by
(defconstant texport *standard-output*)
in texmacs.lisp, things should work OK. (This will be fixed soon).

Andrey







Archive powered by MHonArc 2.6.19.

Top of page