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: Qiantan Hong
Subject: Re: Question collaborative editing - Wikipedia reference
Date: Mon, 5 Oct 2020 06:18:08 +0000

> Why not straight to be included in Emacs development git?
> 
> I have tried the crdt.el while editing together over network,
> collaboratively with two people in real time, and when I yanked text,
> I think it did not appear on other side, we were editing together. So
> I think yanking does not work.
Thanks for you report!
What I’m award of is currently undo-related stuff won’t work — just haven’t
coded for them. Yanking should in general work, at least when I tested
on my side it does, but it is very possible that there’s some bug that
makes the emacsen fail to sync correctly — implementing distributed
system is hard! I’ll try to reproduce the bug on my side.

A md5 check and resynchronization mechanism can also be added
as a last resort just in case bug happens — and it can make the
system very robust. But let me try to find and fix that bug first.

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

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