andre maute <andre.maute <at> gmx.de> writes:
> (%i3) print(linel)
> 1000
> SSS 1 1 1 0 5 2 3 1 2 0 6 2 4 2 2 |
> 29/329313600
(setq $linel 1000) isn't enough -- the Lisp variable linel
(no dollar sign) also needs to be set. linel:1000 in Maxima
code causes both variables to be assigned.
Try putting linel:1000$ in your maxima-init.mac and cut out
the (setq $linel ...) in maxima-init.lisp.
best
Robert Dodier