Linear display not correct?



On 8/4/08, Raymond Toy (RT/EUS) <raymond.toy at ericsson.com> wrote:

>  We shouldn't be printing out Lisp symbols for these things.

Luckily ?%foo(...) parses correctly as ((%FOO) ...) so it's ugly but
not entirely incorrect ...

Is there an uninitialized special floating around here?

Maxima 5.15.0cvs http://maxima.sourceforge.net
Using Lisp CLISP 2.38 (2006-01-24)

(%i1) foo : bessel_j (n, 1);
(%o1)                    bessel_j(n, 1)
(%i2) grind (foo);
?%bessel_j(n,1)$
(%o2)                         done
(%i3) grind ('bessel_j (n, 1));
'bessel_j(n,1)$
(%o3)                         done
(%i4) grind (foo);
'bessel_j(n,1)$
(%o4)                         done

best

Robert Dodier