Hello Eli, 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. Gamoto ================================= == En réponse au message du 09-03-2011, 19:58:38 == >> Date: Wed, 9 Mar 2011 19:12:49 +0100 >> From: "Gamoto" <gam...@bluewin.ch> >> Cc: "help-emacs-windows" <help-emacs-windows@gnu.org> >> >> 1) unzip in c:/program files/emacs-23.2 >> 2) add to PATH c:/program files/emacs-23.2/bin >> 3) run emacs.exe >> -> no .emacs.d in bin >> -> .emacs.d in c:\ >> -> unsafe message >> 4) with cmd.exe >> cd /d c:\ >> ren .emacs.d .emacs.d.saved >> emacs -Q >> -> no .emacs.d in bin >> -> .emacs.d in c:\ but no server directory !!! >> -> no message >> 5) emacs.exe >> -> no .emacs.d in bin >> -> .emacs.d in c:\ with server directory !!! >> -> unsafe message >> >> Is it correct ? > >Yes, that's correct. Perhaps it doesn't work because you create the >.emacs.d directory in C:\. Can you try in another directory, not in >the root of C: ? ========================================