smugindividual
Programmer
I have overriden bgerror in a .tcl file. All tcl errors that occur in that file hit the override properly. The same .tcl file calls functions from numerous .htk files. Tcl errors that occur in these files never hit the override. To me, this looks correct. My coworker believes that the override in the .tcl file should encompass the whole application. Can anyone shed light on this for me or point me in the direction of some documentation, not man pages please.