emacs-devel
[Top][All Lists]
Advanced

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

Re: crdt.el collaborative real time editing for Emacs


From: Jean Louis
Subject: Re: crdt.el collaborative real time editing for Emacs
Date: Mon, 5 Oct 2020 17:11:10 +0300
User-agent: Mutt/1.14.0 (2020-05-02)

* Qiantan Hong <qhong@mit.edu> [2020-10-05 11:22]:
> Thanks! Actually, it will be incredibly useful if you can get a dump
> of CRDT ID state. To do this, M-: (set-buffer-multibyte nil) in 
> *Message* (to make it unibyte, CRDT ID are arbitrary binary strings
> in general and multibyte buffer does some unicode conversion stuff),
> and then M-: (crdt--dump-ids) in the CRDT server/client buffers. This
> basically dump out the complete state of CRDT IDs and
> should be easy to spot inconsistency between dumps on different
> emacsen. Note that it might be very long and get truncated by *Message*.
> M-: (setq some-var (crdt--dump-ids)) in the CRDT buffer and then
> M-: (insert some-var) in a unibyte buffer is a workaround. Or
> any other method that you prefer.

I have tried, I will do that process after you do more polishing.

For now, I can say I have copied tutorial, yanked it, it did not
appear on other side. Smaller yanks worked.



reply via email to

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