Eli Zaretskii, I forgot to show you the content of my .emacs file:
(setq default-frame-alist '((cursor-color ."blue")(cursor-type .box))) (setq w32-use-w32-font-dialog t) (server-start) I forgot also to say my OS is windows server 2003 Gamoto ================================= == En réponse au message du 10-03-2011, 13:43:38 == >> 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. > ========================================