I am trying to setup a handler to catch "unbound-variable". ie. if a symbol is used without being bound with a setq first, I would like return the value NIL if possible ??? I can't seem to get it to work for ECL. Does anyone have a working example using handler-bind or another method ? cheers deano