YMMV, but I had a bad experience with watching files when using Leo. Leo often writes files in two phases and it happened to me more than once that process watching on files take an empty file or not completely written because of this. So, I had to add some latency to watcher. That is why I came up with my solution using 'save2' handlers, or changing Ctrl-s binding. This way you don't need a running process that watches file system (which by the way, on some platforms is implemented by constant polling file system) and this process wastes some resources too. There is nothing to clean up when closing Leo.
Vitalije -- 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/3c36aebd-f090-4266-b648-154a543f1f52%40googlegroups.com.
