emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Current CVS having a problem with NTEmacs paths


From: David Abrahams
Subject: Current CVS having a problem with NTEmacs paths
Date: Fri, 21 Mar 2003 07:58:41 -0500
User-agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3.50 (i386-msvc-nt5.1.2600)

I have this fragment in my .emacs, which is causing an error with the
latest CVS:

  (if (not (file-directory-p backup-file-dir))
        (make-directory backup-file-dir))


If you look at the stack backtrace:

  make-directory-internal("c:OCUME~1/dave/LOCALS~1/Temp/emacs~")
  make-directory("C:\\DOCUME~1\\dave\\LOCALS~1\\Temp/emacs~")

you can see that the backslashes are not getting interpreted
correctly, and in particular the first one is getting dropped.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com





reply via email to

[Prev in Thread] Current Thread [Next in Thread]