Emacs - Error when calling (server-start)

Posted by Jonas Gorauskas on Stack Overflow See other posts from Stack Overflow or by Jonas Gorauskas
Published on 2009-05-20T01:35:45Z Indexed on 2010/03/29 6:43 UTC
Read the original article Hit count: 572

Filed under:
|
|
|
|

I am currently using GNU Emacs 23.0.93.1 in Windows Vista SP1. In my .emacs file I make a call to (server-start) and that is causing an error with the message The directory ~/.emacs.d/server is unsafe. Has anyone seen this and know a fix or workaround? ... other than leaving server turned off ;)

Here is the stack trace:

Debugger entered--Lisp error: (error "The directory ~/.emacs.d/server is unsafe")
  signal(error ("The directory ~/.emacs.d/server is unsafe"))
  error("The directory %s is unsafe" "~/.emacs.d/server")
  server-ensure-safe-dir("~\\.emacs.d\\server\\")
  server-start(nil)
  call-interactively(server-start t nil)
  execute-extended-command(nil)
  call-interactively(execute-extended-command nil nil)

© Stack Overflow or respective owner

Related posts about emacs

Related posts about dot-emacs