Current defaults @string shadow_prefix = x @string shadow_subdir = .leo_shadow
so editing README.TXT with @shadow will put .leo_shadow/xREADME.TXT *in the same folder* as README.TXT. Don't want it there, if @shadow is the key to collaboration, I don't want to make weird .folders in the shared space. So @string shadow_subdir = ~/.leo/shadow works ok, but now ~/.leo/shadow/xREADME.TXT from one project will clash with the same from another project. So can we hash the file content and include that in the file name in shadow_subdir? The caching mechanism already does something like this. Cheers -Terry -- 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 http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/groups/opt_out.
