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: Jason Rumney
Subject: Re: Willing to debug bug #3542 (23.0.94; File access via UNC path slow again under Windows)
Date: Fri, 10 Jul 2009 00:25:25 +0800
User-agent: Thunderbird 2.0.0.22 (Windows/20090605)

Drew Adams wrote:
Hmm... There is a suggestion to use it only on fast machines at the
same time it is turned on by default. Shouldn't it be the other way
around? Btw, I consider my machine to be quite fast even though it is
a couple of years old.

I suggest we change the default value of this variable to nil (or make
the code faster).

Dumb question: Is there a way for Emacs to know whether the format is NTFS or
FAT(32)? If so, then Emacs could use nil for FAT volumes.
That suggestion dates back to the days when "fast machines" were running at 200MHz or so. The problem here is not the speed of the machine, but the network. The default value of w32-get-true-file-attributes is 'local, which means nil when going across the network, but apparently that is not being recognized in all places - which I think is what Eli is investigating.






reply via email to

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