On Tue, Apr 19, 2016 at 10:06 AM, john lunzer <[email protected]> wrote:
> This is the original non-custom chapter-select command. Additionally > sometimes after the unresponsiveness the tree is not fully drawn. This may > still have something to do with @chapter nodes whose headlines contain > *special* characters (spaces, slashes, etc). > ​Thanks for this report. I'll fix it asap. The presence of g.isUnicode in the unbounded recursion is not particularly significant. The real problem is a missing lockout. It's actually quite tricky to prevent unbounded recursions while allowing the code to work ;-) This is a problem throughout the tree-drawing code because there are so many paths that can cause redraws. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
