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),

Displaying lisp errors while running with save_eval

2015-12-07 Thread Diogo Franco
Hi all, Uncaught error conditions in lisp code don't display in *standard-output* for me, when ecl is running embedded in c (i presume the reason is that i'm calling the lisp functions using save_eval()). My workflow on the shell while developing is then to do ctrl-c which drops me to the REPL, a