GNU bug report logs -
#4197
23.1; error when try to run `server-start': directory .emacs.d/server is unsafe
Previous Next
Full log
View this message in rfc822 format
merge 865 4197
> From: "Drew Adams" <drew.adams <at> oracle.com>
> Date: Tue, 18 Aug 2009 20:25:25 -0700
> Cc:
>
> In the Emacs bin directory:
>
> .\cmdproxy.exe
>
> At the cmd prompt:
>
> .\runemacs.exe -Q
>
> In *scratch* buffer, eval this: (server-start)
>
> Debugger entered--Lisp error: (error "The directory c:/.emacs.d/server is
> unsafe")
> signal(error ("The directory c:/.emacs.d/server is unsafe"))
> error("The directory %s is unsafe" "c:/.emacs.d/server")
> server-ensure-safe-dir("c:/.emacs.d/server/")
> server-start()
> eval((server-start))
> eval-last-sexp-1(nil)
> eval-last-sexp(nil)
> call-interactively(eval-last-sexp nil nil)
I think this is the same as bug #865; merged.
What do the following three expression evaluate to, in the Emacs session
that signals this error?
(user-uid)
(file-attributes "c:/.emacs.d/server/" 'integer)
(file-attributes "c:/.emacs.d/server/" 'string)
Finally, does it help to set w32-get-true-file-attributes to nil?
This bug report was last modified 14 years and 71 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.