emacs-devel
[Top][All Lists]
Advanced

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

Re: Willing to debug bug #3542 (23.0.94; File access via UNC path slow a


From: Eli Zaretskii
Subject: Re: Willing to debug bug #3542 (23.0.94; File access via UNC path slow again under Windows)
Date: Tue, 14 Jul 2009 22:14:05 +0300

> From: Miles Bader <address@hidden>
> Cc: Stefan Monnier <address@hidden>, address@hidden,
>         address@hidden
> Date: Tue, 14 Jul 2009 13:28:19 +0900
> 
> >   d = opendir (SDATA (Fdirectory_file_name (encoded_dir)));
> 
> That's a limitation of opendir (and posix filenames in general), and
> there's absolutely nothing we can do it (so there's no point in worrying
> about that case)

That's not what I meant.  What I meant is the problem that could
happen if encoded_dir's value was address@hidden, and there was also a
directory called "foo".  Won't we then opendir "foo"?

And what if opendir was replaced by unlink?




reply via email to

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