From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.devel Subject: Re: Question collaborative editing - Wikipedia reference Date: Fri, 9 Oct 2020 20:46:18 +0300 Message-ID: <20201009174618.GC12803@protected.rcdrun.com> References: <20201005084441.GB4453@protected.rcdrun.com> <87zh50lhda.fsf@red-bean.com> <87pn5vgqsk.fsf@red-bean.com> <79924DB1-2613-4AF6-982C-39157CF3ED9B@mit.edu> <8C2D2AED-0AA8-48AC-ADB2-826177141F2F@gmail.com> <40B06E9F-A6D6-4F9B-8E2B-7DC55D16D0F7@mit.edu> <18458910-E6A1-4867-9936-FFA50E3E72D1@gmail.com> <4AB5904E-A646-4A17-B78C-B4E0271E28B4@mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15778"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/1.14.0 (2020-05-02) Cc: Yuan Fu , Fermin , Caio Henrique , Ergus , Emacs developers , Karl Fogel , Stefan Monnier , Noam Postavsky , Eli Zaretskii To: Qiantan Hong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Oct 09 19:47:27 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kQwUJ-0003z6-6O for ged-emacs-devel@m.gmane-mx.org; Fri, 09 Oct 2020 19:47:27 +0200 Original-Received: from localhost ([::1]:58672 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kQwUI-0006z6-20 for ged-emacs-devel@m.gmane-mx.org; Fri, 09 Oct 2020 13:47:26 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54910) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kQwTK-0006XC-G5 for emacs-devel@gnu.org; Fri, 09 Oct 2020 13:46:26 -0400 Original-Received: from [95.85.24.50] (port=47543 helo=static.rcdrun.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kQwTI-0006EN-D9; Fri, 09 Oct 2020 13:46:25 -0400 Original-Received: from localhost ([::ffff:197.157.0.35]) (AUTH: PLAIN admin, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by static.rcdrun.com with ESMTPSA id 00000000002A0841.000000005F80A1ED.000034C6; Fri, 09 Oct 2020 17:46:21 +0000 Content-Disposition: inline In-Reply-To: <4AB5904E-A646-4A17-B78C-B4E0271E28B4@mit.edu> X-Host-Lookup-Failed: Reverse DNS lookup failed for 95.85.24.50 (failed) Received-SPF: pass client-ip=95.85.24.50; envelope-from=bugs@gnu.support; helo=static.rcdrun.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/09 12:18:07 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: 37 X-Spam_score: 3.7 X-Spam_bar: +++ X-Spam_report: (3.7 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_SBL_CSS=3.335, RCVD_IN_SORBS_WEB=1.5, RDNS_NONE=0.793, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:257271 Archived-At: * Qiantan Hong [2020-10-09 10:10]: > Here is the current version, I feel like a relatively complete > set of essential features is implemented now. > Changes: > - Unicode support > - fixed cursor behavior > - M-x crdt-list-users displays a list of active users. Press enter > to go to the position of that user’s cursor Thank you for improvements. Try to see this video, there are 2 issues that happened, at about 2:00 you will see first line was not synchronized, but later nothing was synchronized at all https://gnu.support/images/2020/10/2020-10-09/crdt-bug.ogv Jean