Don't panic. I'm not going to do anything rash.
Imo, there is no need for these two new settings: - *@string unl-status-kind = legacy* - *@bool full-unl-paths = True* If these settings must remain, their default values should change to: - *@string unl-status-kind = gnx* - *@bool full-unl-paths = False* These settings were essential while working on the big PR. But now *most users should use gnx-based unls!* Furthermore, plugins (including Thomas's plugins) can easily ignore (or better, support) gnx-based unls: *p.get_full_legacy_UNL* writes legacy unls. Given a gnx-based unl resolved to position p, the following will "recover" the path list used in old (path-based) unls: paths = list(reversed([z.h for z in p.self_and_parents()])) Heh. A similar line appears in p.get_full_legacy_UNL! *Summary* Leonistas should *always* be using gnx-based unls. Plugins can easily enforce legacy (path-based) unls if they must. All questions and comments are welcome. I'm not going to do anything rash. 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 view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/0a373b6b-ee22-4d00-969d-26bbc44899c5n%40googlegroups.com.
