rudel

Emacs collaborative buffers open in the wrong mode

I am using Emacs and Rudel to collaborate with a remote programmer. Rudel has a concept of published buffers. When my partner publishes a buffer, I can subscribe to it and the we can both edit it simultaneously. My problem is that when he publishes a Python file with a *.py extension and I subscribe to it, my buffer is not set to pyth...

Emacs batch publishing with Rudel

I am using Emacs and Rudel to do remote pair programming. In order to publish the current buffer with Rudel you do: M-x rudel-publish-buffer Likewise the other person must subscribe to each buffer one by one: M-x rudel-subscribe RET <buffer name> RET Is there a way to publish or subscribe to all buffers with one command? ...