Subject: cvs maxima speaks in lisp instead english?
From: Raymond Toy
Date: Mon, 13 Oct 2003 11:51:46 -0400
>>>>> "Valery" == pip <pip@iszf.irk.ru> writes:
Valery> I've upgraded my maxima cvs tree recently and found the following
Valery> (C1) display2d:false;
Valery> (D1) FALSE
Valery> (C2) integrate(1/(a^2*cos(t)^2+1),t,0,%pi);
Valery> ((MTEXT) Is
Valery> ((MTIMES SIMP) $a
Valery> ((MPLUS SIMP) ((MEXPT SIMP) ((MEXPT SIMP) $a 2) ((RAT SIMP) 1 2))
Valery> ((MTIMES SIMP RATSIMP) $a
Valery> ((MEXPT SIMP) ((MPLUS SIMP) 1 ((MEXPT SIMP RATSIMP) $a 2))
Valery> ((RAT SIMP) 1 2)))))
Valery> positive, negative, or zero?)
Valery> (C3) build_info();
Valery> Maxima version: 5.9.0.1cvs
Valery> Maxima build date: 10:11 10/7/2003
Valery> host type: i686-pc-linux-gnu
Valery> lisp-implementation-type: Kyoto Common Lisp
Valery> lisp-implementation-version: GCL-2-6.0999999999999996
Valery> The same for clisp-2..31 and sbcl. Only maxima-cmucl speaks english!
I also get this when running on a recent CMUCL CVS build, without or
without setting display2d to false.
I'm pretty sure this happened after James put in the hooks for better
interaction with xmaxima/texmacs, etc.
Ray