load/batch



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