emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* colorg: Weekly status!
@ 2013-01-28  6:36 François Pinard
  2013-01-28 15:13 ` Loyall, David
  2013-01-30 10:57 ` Bastien
  0 siblings, 2 replies; 5+ messages in thread
From: François Pinard @ 2013-01-28  6:36 UTC (permalink / raw)
  To: emacs-orgmode; +Cc: Jean Schurger, Aurélien Bondis

Hi, my Org friends.

The colorg project is about real-time collaborative editing of Org
files.  The project progresses a bit on each weekend only, but I
seemingly cannot find free hours elsewhere in the week!  Here is the
status after three weeks.

The parts slowly begin to fit together.  I can launch a colorg server
and two Emacs sessions.  In the first Emacs, I can upload a buffer
contents to the server as a resource.  In the second Emacs, I can either
download that resource from the server into a empty buffer, or associate
it with a buffer already having identical contents.  Then, making edits
to any Emacs go to the other.  That's a start!

Take note that the tool is still unusable however, as the resolution
clashing code in the server still has to be implemented, it only works
when editing in disjoint areas.  On a local Git branch, I have some
Emacs Lisp code to multiplex many buffers to many servers (or one), but
bugs remain, so I did not merge that branch yet.

I adjusted the documentation on https://github.com/pinard/colorg/wiki .
The Usage page has a list of known problems (remaining things to do).

Keep happy all!

François

P.S. When modifications clash, a region should never be deleted more
than once, and insertions should all be kept, so no work is lost
unexpectedly.  This has consequences on the later alterations coming in
the same batches, and this is where the complexity lies.  Not very
difficult (so far that I can see), but quite tedious to do correctly.
I'll come to it, hopefully.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: colorg: Weekly status!
  2013-01-28  6:36 colorg: Weekly status! François Pinard
@ 2013-01-28 15:13 ` Loyall, David
  2013-01-28 17:10   ` François Pinard
  2013-01-30 10:57 ` Bastien
  1 sibling, 1 reply; 5+ messages in thread
From: Loyall, David @ 2013-01-28 15:13 UTC (permalink / raw)
  To: François Pinard, emacs-orgmode@gnu.org
  Cc: Jean Schurger, Aurélien Bondis

François,

Have a look at https://github.com/ether/etherpad-lite/blob/master/doc/easysync/easysync-full-description.tex and other nearby documents/code.

Implementing easysync in elisp would be valuable, not just for org-mode, I think.

Cheers, and thanks for your work!
--Dave

-----Original Message-----
From: emacs-orgmode-bounces+david.loyall=nebraska.gov@gnu.org [mailto:emacs-orgmode-bounces+david.loyall=nebraska.gov@gnu.org] On Behalf Of François Pinard
Sent: Monday, January 28, 2013 0:36 AM
To: emacs-orgmode@gnu.org
Cc: Jean Schurger; Aurélien Bondis
Subject: [O] colorg: Weekly status!
[snip]
...the resolution clashing code in the server still has to be implemented...
[snip]




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: colorg: Weekly status!
  2013-01-28 15:13 ` Loyall, David
@ 2013-01-28 17:10   ` François Pinard
  0 siblings, 0 replies; 5+ messages in thread
From: François Pinard @ 2013-01-28 17:10 UTC (permalink / raw)
  To: emacs-orgmode

"Loyall, David" <david.loyall@nebraska.gov> writes:

> https://github.com/ether/etherpad-lite/blob/master/doc/easysync/easysync-full-description.tex

Thanks for the link!

> Implementing easysync in elisp would be valuable, not just for org-mode, I think.

Likely!  Yet maybe later for colorg, I want a working solution first. :-)

François

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: colorg: Weekly status!
  2013-01-28  6:36 colorg: Weekly status! François Pinard
  2013-01-28 15:13 ` Loyall, David
@ 2013-01-30 10:57 ` Bastien
  2013-01-30 16:08   ` François Pinard
  1 sibling, 1 reply; 5+ messages in thread
From: Bastien @ 2013-01-30 10:57 UTC (permalink / raw)
  To: François Pinard; +Cc: Jean Schurger, Aurélien Bondis, emacs-orgmode

Hi François,

François Pinard <pinard@iro.umontreal.ca> writes:

> The parts slowly begin to fit together.  I can launch a colorg server
> and two Emacs sessions.  In the first Emacs, I can upload a buffer
> contents to the server as a resource.  In the second Emacs, I can either
> download that resource from the server into a empty buffer, or associate
> it with a buffer already having identical contents.  Then, making edits
> to any Emacs go to the other.  That's a start!

It looks like a *pretty* good one!  Can't wait to have a screencast
showing this :) 

-- 
 Bastien

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: colorg: Weekly status!
  2013-01-30 10:57 ` Bastien
@ 2013-01-30 16:08   ` François Pinard
  0 siblings, 0 replies; 5+ messages in thread
From: François Pinard @ 2013-01-30 16:08 UTC (permalink / raw)
  To: emacs-orgmode

Bastien <bzg@altern.org> writes:

>> I can launch a colorg server and two Emacs sessions.  [...] Then,
>> making edits to any Emacs go to the other.  That's a start!

> It looks like a *pretty* good one!  Can't wait to have a screencast
> showing this :)

Thanks, Bastien.  I begin to starve for getting this project out, into a
usable status.  This has taken too long already.  "All we need is time!"
(to be song on a well-known Beatles' air. :-)

François

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-01-30 16:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-28  6:36 colorg: Weekly status! François Pinard
2013-01-28 15:13 ` Loyall, David
2013-01-28 17:10   ` François Pinard
2013-01-30 10:57 ` Bastien
2013-01-30 16:08   ` François Pinard

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).