From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Fran=C3=A7ois_Pinard?= Subject: colorg: Weekly report Date: Mon, 11 Feb 2013 01:36:58 -0500 Message-ID: <868v6vuzjp.fsf@iro.umontreal.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4n0f-0004am-6N for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 01:37:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U4n0e-0005z7-4M for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 01:37:01 -0500 Received: from 206-248-137-202.dsl.teksavvy.com ([206.248.137.202]:50656 helo=mercure.bureau.ubity.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4n0d-0005z1-VS for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 01:37:00 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, Org friends. Here is my weekly report on colorg development. colorg is a tool for real-time collaborative edition meant for Org files in the long run, and located at https://github.com/pinard/colorg. There is a client in Emacs Lisp and a server in Python. There were no change at all on the client this week, as it did its work for my tests. The effort rather went into the server to address modification clashes between collaborators. The code I want is now essentially in place. My testing has been rather minimal, so surely, bugs remain. Next weekend, I plan more careful re-reading and testing. There are a few things I know I want to improve. For example: the server might be over-cautious when deletes and inserts clash, it might better guess users' intents. Fran=C3=A7ois