From: Immanuel L. <imm...@en...> - 2002-01-11 14:11:00
|
I already mentioned on this list that the do-applescript function crashes emacs if it is given incorrect applescript. I seem to have found the problem! At the end of do_applescript there is a call AEDisposeDesc (&result_desc); This call is executed even if the applescript did not execute correctly, subsequently crashing emacs. Shouldn't this only be executed when the applescript executed correctly? I am also working on a codewarrior-emacs interface through the CW scripting interface. If anyone is interested in the alpha quality code they can contact me Immanuel *************************************************************************** A day for firm decisions!!!!! Or is it? Immanuel Litzroth Software Development Engineer Enfocus Software Kleindokkaai 3-5 B-9000 Gent Belgium Voice: +32 9 269 23 90 Fax : +32 9 269 16 91 Email: Imm...@en... web : www.enfocus.be *************************************************************************** |