[Ecls-list] "Silent" ECL

Erik Huelsmann ehuels at gmail.com
Sun Sep 14 12:35:24 UTC 2008


On Sun, Sep 14, 2008 at 2:02 PM, Christian Svensson <info at cmd.nu> wrote:
> Hello.
>
> Ah, I see.
> How would one proceed to set *debugger-hook* to a user specified function
> globally to catch errors in cl_load?
>
> I've tried with si_safe_eval( 3, c_string_to_object( "(setq *debugger-hook*
> nil)", Cnil, OBJNULL ) but that makes no change
> - is NIL a valid value? Do I need to specify an environment for it to work?
> Is the setq function correct?
>

Google: clhs *debugger-hook* -->
http://www.lispworks.com/documentation/HyperSpec/Body/v_debugg.htm

Read all about it on the web. As Juan pointed out: you need to learn
Common Lisp  if you want to do this.

Bye,

Erik.




More information about the ecl-devel mailing list