emacs-devel
[Top][All Lists]
Advanced

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

Re: Current CVS having a problem with NTEmacs paths


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

Kenichi Handa <address@hidden> writes:

> In article <address@hidden>, David Abrahams <address@hidden> writes:
>> 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.
>
> Do you still see this problem with the latest code?  I fixed
> one bug related to filename handling last week.

No, it's all fixed, thanks.

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





reply via email to

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