>>>> > One thing I can think of is to use Screen, and then after you ssh in,
>>>> > you just attach to the screen, and everything is there.. the entire
>>>> > environment
>>>> Or simply run emacs as a server. (info "(emacs)Emacs Server")
>>> Thanks, that's exactly what I want.
>> And when it's tool ate to start the server, you can kill the Emacs
>> process (with a soft signal, not like SIGKILL, of course), and Emacs
>> will autosave the buffers so they're ready for recovery.
> Just to avoid mistakes, please show us a kill command that you WOULD use.
"killall emacs" or "kill <emacspid>".
> Then, maybe give the name of the recovery command, which we can then
> follow up on in *info*.
You can try M-x recover-session, but I personally only open the file
I want to edit and then use M-x recover-this-file.
Stefan