Can't export emacs display on ssh
Posted
by
Humble Debugger
on Super User
See other posts from Super User
or by Humble Debugger
Published on 2011-02-18T11:42:49Z
Indexed on
2011/02/23
23:27 UTC
Read the original article
Hit count: 203
local_machine:$> ssh myself@external_machine_ip_address -p specific_port -X
external_machine:$> echo $DISPLAY
localhost:10.0
external_machine:$> emacs
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 do see the emacs window, but I can't see any of the characters. What could be the error ?
© Super User or respective owner