continuing work after plot



>>>>> "Martin" == Martin RUBEY <rubey@labri.fr> writes:

    Martin> NO, you just have to load(plot.lisp);
    Martin> (make sure that you change the right file, if you say load(plot.lisp); in
    Martin> a fresh maxima, it will tell you the complete name of the file you want to
    Martin> change)

Plotting will probably take quite a bit longer, though, since the code
will not be compiled.

If pressing Ctrl-C gets you to the Lisp debugger, you can do something
like

(load (compile-file "<path>/plot.lisp"))

and then exit the debugger to get back to maxima.

There is probably another way of doing this, but I can never remember.

Ray