On Sun, Jan 31, 2010 at 10:05 AM, Terry Brown <[email protected]> wrote:
> ctrl-b running of scripts doesn't redraw when interrupted by an exception, > maybe it should? No, it shouldn't. The script writer is responsible for failures. To attempt to "recover" in such situations just adds complexity without adding any real value. To repeat, a script is free to use a try/finally pattern if it deems it wise. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
