In wxmaxima
f(['e]):=apply('g,e);
load("to_poly_solver");
Gives an error message.
STRIPDOLLAR: argument must be an atom; found: 'e
maxima 5.24.0, gcl, wxmaxima 11.08.0
This happens in neither xmaxima nor commandline.
It seems to be the ['e] together with trying to load
maxima code later (doesn't matter what code, I think.)
Does this need a bug report ?
John Lapeyre