On Wed, Nov 23, 2016 at 2:00 AM, Edward K. Ream <[email protected]> wrote:
> As of 97ee17d, the new importers for xml and html are now functional. All > unit tests pass. > > These importers embody a major change in attitude. Please read > carefully. All comments welcome. > That was a middle of the night post. On further reflection, I think adding @ignore directives is proper. There is no need for additional dialogs. Regularizing whitespace for xml, html is also reasonable. xml and html are outliers because they have neither *explicit* brackets nor strict indentation rules. So, for *these two languages only*, I think it makes sense to regularize the leading whitespace by brute force, as xml_i.undent does. 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.
