windows - Emacs can't start server -
I try to start an emacs server on a Windows 8 machine. I downloaded vanilla imac, and run it using runemacs.exe
. Then I run Mx server-start
and executes this command takes approximately 3 minutes, followed by a ~ / .emacs.d / server / server
file with the following Content:
127.0.0.1:65118 5868 R @ twizer] X-VJCB `G & amp; T; U1 & Lt; BJ3X]} 6! 8 XUUUS ~ P; {Q9'AIj322! W0O1XK [/ K4v & gt; ZOK *
and the emacs server has not run: When I say emacsclientw.exe
it does not call any server.
Apparently emacs tried to start a server but failed. I am the owner of the ~ / .emacs.d
folder.
You are using a non-standard socket directory. By default, the socket is stored in / tmp / emacsXYZQ
(where XYZQ is
a number). emacsclient
can not be detected where you placed the socket, so you need to tell it (if it is not a normal location). You can do this with the command -s
.
EMACS_SERVER_FILE = ~ / .emacs.d and add more. / Server / server
using your ~ / .profile
and generally emacsclient
, but I'm not sure What will Windows Analog be?
Reference:
Comments
Post a Comment