On 15/01/2008, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > Nico Weber wrote: > > > > - add collaborative editing: changes made to a file show up in another > > > Vim in a second > > > > Do you mean "changes to a file" (ie. contents are only synced on file > > write) or do you mean "changes to a buffer" (ie collaborative real- > > time editing over the web)? > > You are right, it should be "buffer". I'll change it. > > Not sure about the "over the web" part. This won't be easy to implement > locally anyway.
Wow, this seems like an enormous can of worms. Do you have a centralized server or a peer-to-peer architecture? Discovery. Authentication. Security. Session management. Server farms. Distributed transactions. Failover. Recovery. Cross-platform. Buzzword bingo. I'm not saying that it can't be done, but it moves the Vim codebase in a direction that it's never gone before. Is there some existing open source project that can be leveraged to solve a lot of these problems? Or some Google project? -- /George V. Reilly http://www.georgevreilly.com/blog --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
