Imported from SourceForge on 2024-07-09 19:42:27
Created by npstrick on 2021-10-22 12:45:20
Original: https://sourceforge.net/p/maxima/bugs/3880
I am using wxMaxima 21.05.2 (Windows 10 (build 19043), 64 bit edition). If I open a new worksheet and enter
listdummyvars:false;
listofvars([taylor(1/(1-x),x,0,1),1]);
then I get
Maxima encountered a Lisp error:
The value
#:X442
is not of type
LIST
Automatically continuing.
To enable the Lisp debugger set *debugger-hook* to nil.
I don't know how to use the Lisp debugger, so I haven't tried that.