I have the GNU Emacs version 23.2.1, installed on Windows Server 2003
When I run Emacs I have this message: Warning (initialization): An error occurred while loading `c:/.emacs':
error: The directory `c:/.emacs.d/server' is unsafe
As suggested in a thread, I added this line in my .emacs
:
(and (= emacs-major-version 23) (defun server-ensure-safe-dir (dir) "Noop" t))
I thought that this problem was solved in the 23.2 version ?