emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question collaborative editing - Wikipedia reference


From: Yuan Fu
Subject: Re: Question collaborative editing - Wikipedia reference
Date: Thu, 8 Oct 2020 21:58:26 -0400


> On Oct 6, 2020, at 8:00 PM, Qiantan Hong <qhong@mit.edu> wrote:
> 
>> That's an interesting idea!
>> 
>> But do you intend to keep the "no server" option available too?  That is, 
>> for people whose network firewalls allow it, will it always be possible to 
>> just run crdt.el with one of the Emacsen acting as server itself?
> 
> Sure of course, that’s the easy option.
> 
> Also here is an a-bit-more-polished version.
> Now there’s
> - cursor/marked region indication
> - optional challenge-response authentication
> - I think it handles undo correctly now. Previously
> it was interfering with the text properties.
> - cleanup the dead processes etc correctly
> 
> Also for the yanking issue Jeans reported, I haven’t 
> reproduce it successfully so it is a bug it will probably 
> still be there, but you can give a try. 
> 
> <crdt.el>

Another question: According to the algorithm, what happens when both cursor are 
at the same place and one inserts text? Is the other cursor pushed forward or 
not?

Yuan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]