Re: Displaying lisp errors while running with save_eval

2015-12-08 Thread Diogo Franco
Hello, I wrote the previous mail on the phone by memory, sorry. I meant i'm using cl_safe_eval, which you understood correctly. I understand that cl_safe_eval(form, env, value) is just a macro to si_safe_eval(3,form,env,value), so i tried si_save_eval(2, c_string_to_obj(_expr), Cnil) as per your

Re: Displaying lisp errors while running with save_eval

2015-12-07 Thread Daniel KochmaƄski
Hello, do you mean si_safe_eval? I can't find save_eval function, but si_safe_eval prints the error if desired. I've added corresponding documentation issue: https://gitlab.com/embeddable-common-lisp/ecl/issues/197 Generally, if you provice si_safe_eval with four arguments (incliding the nargs),