> Date: Thu, 10 Mar 2011 12:36:10 +0100 > From: "Gamoto" <gam...@bluewin.ch> > Cc: "help-emacs-windows" <help-emacs-windows@gnu.org> > > 6) I modified site-start.el > (setenv "HOME" "c:/program files/emacs-23.2/") > 7) I moved the .emacs file from C: to c:/program files/emacs-23.2/ > 8) I run emacs.exe > Warning (initialization): An error occurred while loading `c:/program > files/emacs-23.2/.emacs': > error: The directory `c:/program files/emacs-23.2/.emacs.d/server' is unsafe > > The location seems to not have an influence.
What else is there in your site-start.el? Maybe some customization there causes the problem? If you delete .emacs.d, then start "emacs -Q", and type inside Emacs "M-x server-start RET", do you still have this problem? If not, then something else in site-start.el or your .emacs init file causes this.