On Thu, Dec 10, 2009 at 07:26:20PM +1030, David Kettler wrote: > The quit_hook runs when the quit command is used, but not > a) if conkeror exits because the last buffer is killed (eg. with 'q') > b) when "conkeror -batch" exits > > The patch below fixes case a but not case b. I'm interested in the > latter because I'd like to add a summary to the end of a walnut test > suite run. Any suggestions?
What about having conkeror always use enterLastWindowClosingSurvivalArea, instead of only in daemon mode? Daemon-mode would need to be rewritten to accomodate this, but it would give us a chance to always run quit_hook, no matter in what manner the program was exited. This change would also allow us to fix the problem in sessions.js where sessions do not get written in every circumstance. -- John Foerch _______________________________________________ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
