> Date: Wed, 9 Mar 2011 18:14:01 +0100 > From: "Gamoto" <gam...@bluewin.ch> > Cc: "help-emacs-windows" <help-emacs-windows@gnu.org> > > I defined (before to contact you yesterday) a file in the directory site-lisp > I named it site-start.el and I wrote (setenv "HOME" "C:/")
Don't do that. If you want to set HOME to point to "C:\", just define an environment variable outside Emacs (via My Computer->Properties->Advanced). Please try that (remove that line from site-start.el) and see if the problem goes away.