Hi!

----

Is there any API which allows to register a function which is guranteed
to be called if a builtin command exists (similar to |atexit()|) ?

For example if I have a builtin command function |b_foo()| I'd like to
call |foo_cleanup()| when the command exists, even if the command exists
with an error (e.g. calls  |error(ERROR_system(1), ...);|) or is
interupted via <ctrl-c> ...
... can I do that somehow with an existing API ?

----

Bye,
Roland

-- 
  __ .  . __
 (o.\ \/ /.o) [email protected]
  \__\/\/__/  MPEG specialist, C&&JAVA&&Sun&&Unix programmer
  /O /==\ O\  TEL +49 641 3992797
 (;O/ \/ \O;)
_______________________________________________
ast-developers mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-developers

Reply via email to