When I am trying to open emacs on the server machine after logging in using the command
ssh -X username@server.com
I get gibberish text on emacs with everything converted to square boxes. I also get warnings on the terminal saying
Warning: Cannot convert string "-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*" to type FontStruct
Warning: Cannot convert string "-*-helvetica-medium-r-*--*-120-*-*-*-*-iso8859-1" to type FontStruct
I assume some fonts are missing and need to be installed manually or some settings need to be altered at the remote machine. I am using Ubuntu terminal for connection to remote server and emacs invocation.
C-x C-fand then enter something like/username@hostname:~to go to the remote home directory. There you can open and edit files, and even open shells (tryC-u M-x shell) using your local Emacs instances. You can do this from the GTk version of Emacs too, which is prettier than doing it from a terminal. – Tikhon Jelvis Mar 7 '12 at 22:15