| 
     
      
      
      From: Robert D. <rob...@gm...> - 2025-07-13 18:32:02
      
     
   | 
On Sun, Jul 13, 2025 at 11:18 AM Igor Pesando <ipe...@gm...> wrote:
> save("a.lisp", all)
>
> cannot be reloaded with
>
> load("a.lisp")
>
> since it gives an error.
Try
:lisp (load "a.lisp")
at the input prompt. That will give a more detailed error message.
An error trying to reload something created by 'save' indicates a bug
-- can you attach the file in question? or create a bug report on the
bug tracker (https://sourceforge.net/p/maxima/bugs) and attach it
there?
As a workaround, it might be possible to save only the items you need
-- ? save says more about that. Of course, that won't help if some
item which you need to save is triggering the bug.
best,
Robert
 |