unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Current CVS having a problem with NTEmacs paths
@ 2003-03-21 12:58 David Abrahams
  2003-03-24 12:05 ` Kenichi Handa
  0 siblings, 1 reply; 3+ messages in thread
From: David Abrahams @ 2003-03-21 12:58 UTC (permalink / raw)



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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Current CVS having a problem with NTEmacs paths
  2003-03-21 12:58 Current CVS having a problem with NTEmacs paths David Abrahams
@ 2003-03-24 12:05 ` Kenichi Handa
  2003-03-24 12:37   ` David Abrahams
  0 siblings, 1 reply; 3+ messages in thread
From: Kenichi Handa @ 2003-03-24 12:05 UTC (permalink / raw)
  Cc: emacs-devel

In article <uvfycyiym.fsf@boost-consulting.com>, David Abrahams <dave@boost-consulting.com> 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.

---
Ken'ichi HANDA
handa@m17n.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Current CVS having a problem with NTEmacs paths
  2003-03-24 12:05 ` Kenichi Handa
@ 2003-03-24 12:37   ` David Abrahams
  0 siblings, 0 replies; 3+ messages in thread
From: David Abrahams @ 2003-03-24 12:37 UTC (permalink / raw)
  Cc: emacs-devel

Kenichi Handa <handa@m17n.org> writes:

> In article <uvfycyiym.fsf@boost-consulting.com>, David Abrahams <dave@boost-consulting.com> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-03-24 12:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-21 12:58 Current CVS having a problem with NTEmacs paths David Abrahams
2003-03-24 12:05 ` Kenichi Handa
2003-03-24 12:37   ` David Abrahams

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).