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?