I'm looking for a cloud based emacs editor that i can access from X or terminal window. I don't really want to use google docs, since I heard google was evil.
I would suggest dtach instead of screen. There is much less conflict between key bindings for emacs and dtach, whereas with screen I was always forgetting which program would get Ctrl-a and being continually surprised.
3 comments
[ 3.1 ms ] story [ 19.4 ms ] thread2. use ssh + screen
screen -e '^Oo' -S mysession
Disclosure: I use vi.