>>>>> "Dieter" == Dieter Kaiser <drdieterkaiser at web.de> writes:
Dieter> I have observed the following problem (GCL 2.6.8, CVS code and Maxima 5.15.0,
Dieter> Windows XP):
[snip]
Dieter> /* if I change to linear display mode the function is displayed with ?% */
Dieter> (%i43) display2d:false;
Dieter> (%o43) false
Dieter> (%i44) bessel_j(n,z);
Dieter> (%o44) ?%bessel_j(n,z)
[snip]
Dieter> Is this a known problem? Is this a bug?
I saw this a while back and I was going to look into it. I
forgot. :-(
I think it's a bug. We shouldn't be printing out Lisp symbols for
these things. It seems all that's required is to add a reversealias
property to the symbol's plist. Not sure if that's the correct
solution. Need to look at what linear display does....
Ray