Differing behavior w/ delivered app
LWM 6.1.1 w/ OS X Maverick.. I have a CAPI application that in the REPL works just fine. The main sticking point is that when the application is quit (via menu accelerator) it calls quit-interface. According to the documentation, this should call the destroy callback for the interface if one is set up. In The REPL this callback is called, which allows me to write out some data to a file that has been modified while the application is running. In the delivered application, it would seem that the callback is called, because the file is "written" to, except that the file is completely wiped instead of being updated. Does quit-interface not actually wait for the destroy callback to complete before nuking the process? Or perhaps there's a better place for me to put this code other than the destroy callback? Thanks! _______________________________________________ Lisp Hug - the mailing list for LispWorks users lisp-hug@lispworks.com http://www.lispworks.com/support/lisp-hug.html