Off topic. What would be really cool is to have an Emacs buffer that can be edited by multiple people. Then pair programming can be done within the editor. Is there such thing?
As always with Emacs, been there, coded that:
Great for remote teams who are heavily command-line based (developers and deployment folks).
Thanks zolrath.
wemux rogue
unknown command: rogue
To see a list of wemux commands enter 'wemux help'...
And wemux help does not list `wemux rogue` as one of the options. I installed it by following the `brew install` process in the README.Edit: Thanks!
Color Theme is https://github.com/nanotech/jellybeans.vim
Full-derail: anyone seen any pointers to thinking up such names? Perhaps an Emacs command or mode? Or am I looking for a shortcut to a hard problem? Whatever it is, I'd appreciate it in pill-form (capsule please; none of that nasty tablet stuff).
Just read lots of fiction and keep a scratch pad next to you while you do.
The importance of remote pair programming seems to be slowly making its way to the forefront. I've been toying with the idea of a high level protocol specifically for pair programming that would support the notification of high level programming tasks (switching tab, syncing file changes, showing highlights, cursor movement). This protocol would be light enough that latency should be a mine issue. It would have to be supported in all major editors (via a plugin?). This supported would give each remote dev the freedom to work in their favorite editor with their own key bindings.
Here are some of my additional thoughts on the topic.. https://gist.github.com/1999816
Many people can't or don't want to grant login access to their local development machine in order to share a screen/tmux session and using a mutually accessible machine means leaving behind or laboriously duplicating the local development experience.
I've used hacks to get what I want (https://dev.launchpad.net/yellow/RemoteTerminalBroadcasting) but I haven't found anything truly satisfying yet.