Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Is there a cloud based version of emacs?
1 point by rubing on Feb 3, 2009 | hide | past | favorite | 3 comments
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.


1. get a shell account somewhere

2. use ssh + screen


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.


You can use the "-e" option of screen to change ctrl-a to something else. My usual invocation of screen looks something like:

screen -e '^Oo' -S mysession

Disclosure: I use vi.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: