On Sun, 2010-04-11 at 17:56 +0100, Leo Butler wrote:
> I've noticed the following happens when closing down Xmaxima.
> This ungraceful exit does not happen with the installed version
> of Xmaxima.
Those exit messages depend on the Lisp flavor used.
Instead of using a regular Tcl/Tk exit command, Xmaxima uses an exit
method of an object of class MAXTkmaxima which is defined in
interfaces/xmaxima/Tkmaxima/Tkmaxima.tcl
I tried to fix it at some point but I do not understand That
object_class MAXTkmaxima. I am used to working with Tcl/Tk in a
procedural way. I think somebody was trying to modify Xmaxima to make it
object-oriented but never continued that job. I've been tempted to
remove the MAXTkmaxima class altogether.
Regards,
Jaime