[Maxima] load/batch
Robert Dodier
robert.dodier at gmail.com
Thu Jun 12 00:00:28 CDT 2008
On 6/10/08, Renatus <dositheus at hotmail.com> wrote:
> Is there a simple way (a flag to set maybe ?) to prevent load or batch to
> insert (... SRC), for instance as in:
This topic came up recently -- if I remember correctly, to prevent the
debugging info from being attached to input expressions, redefining
the ADD-LINEINFO function as follows is enough:
:lisp (defun add-lineinfo (x) x)
There isn't a flag or something like that, maybe there should be,
although I'm usually opposed, on general principle, to inventing more flags.
HTH
Robert Dodier
More information about the Maxima
mailing list