Other GNU Emacs tips

To edit remote files in GNU Emacs, specify the file to be opened with:

/user@host:/path/to/file

Concretely, Emacs uses the following full specification of the input file:

/method:user@host#port:filename


.