wxMaxima xml output problem, was: batch problem in 5.11.99rc1



Am 6 Apr 2007 um 18:05 hat Robert Dodier geschrieben:

> On 4/6/07, sen1 at math.msu.edu <sen1 at math.msu.edu> wrote:
> 
> > Maxima encountered a Lisp error:
> >
> >   Error in SETQ [or a callee]: The function MEMQ is undefined.
> 
> Grepping through the source code doesn't turn up any calls
> to MEMQ (not in src nor in share nor elsewhere).
> So I wonder where this is coming from. What is the content
> of the batch file in question? Not sure what's going on here.
> 
> Robert


it is a wxMaxima specific problem:

on Windows 2000:

(%i1) 1+1;
Maxima encountered a Lisp error:
 Error in COND [or a callee]: The function MEMQ is undefined.
Automatically continuing.
To reenable the Lisp debugger set *debugger-hook* to nil.
(%i2) set_display('ascii)$
(%i3) 1+1;
(%o3)                                  2

(xml is default output mode)

Volker