From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Fran=C3=A7ois_Pinard?= Subject: colorg: Protocol [was: Re: Rudel - Real-Time collaborative editing of Org-Mode files] Date: Sat, 12 Jan 2013 18:33:43 -0500 Message-ID: <86obguou20.fsf_-_@iro.umontreal.ca> References: <50D4AF62.2020401@gmail.com> <87txrcxq14.fsf@bzg.ath.cx> <86licmclle.fsf@iro.umontreal.ca> <86han9dho5.fsf@iro.umontreal.ca> <87k3s4ij3m.fsf@gmail.com> <86r4mcz18p.fsf@iro.umontreal.ca> <86d2xasbjm.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]:51518) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TuAaA-0001qu-Gy for emacs-orgmode@gnu.org; Sat, 12 Jan 2013 18:33:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TuAa9-0006XV-0l for emacs-orgmode@gnu.org; Sat, 12 Jan 2013 18:33:46 -0500 Received: from 206-248-137-202.dsl.teksavvy.com ([206.248.137.202]:58704 helo=mercure.bureau.ubity.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TuAa8-0006XQ-Rz for emacs-orgmode@gnu.org; Sat, 12 Jan 2013 18:33:44 -0500 In-Reply-To: <86d2xasbjm.fsf@iro.umontreal.ca> (=?utf-8?Q?=22Fran=C3=A7ois?= Pinard"'s message of "Sat, 12 Jan 2013 09:47:41 -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: Torben Hoffmann Cc: emacs-orgmode@gnu.org Fran=C3=A7ois Pinard writes: > So, inventing a protocol is still an avenue which I naively seek, and > for which I dared giving some thought recently, trying to stay on the > side of simplicity. Here is a stab at a simple protocol, which I documented in: https://github.com/pinard/ColOrg/wiki/Protocol I have the start of colorg.el, and now intend to write the skeleton of a server. Before committing them, I'll stretch both enough so they speak to one another. Then we will have a sandbox to play with. :-) Fran=C3=A7ois