GNU bug report logs - #5833
23.1.94; Opening files on network shares on w32 is slow

Previous Next

Package: emacs;

Reported by: Mathias Dahl <mathias.dahl <at> gmail.com>

Date: Sat, 3 Apr 2010 21:36:02 UTC

Severity: normal

Tags: moreinfo

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Jason Rumney <jasonr <at> f2s.com>
Cc: bug-gnu-emacs <at> gnu.org
Subject: bug#5833: 23.1.94; Opening files on network shares on w32 is slow
Date: Mon, 05 Apr 2010 20:46:21 -0400
>>>> (setq locate-dominating-stop-dir-regexp "")
>>> That maybe shaves off half a second.
>> Hmm... odd.  That seemed like a pretty good guess
>> (locate-dominating-file tends to suffer from such performance problems
>> in some cases, and vc-handled-backends is one user of this function,
>> and dir-locals is another, so setting locate-dominating-stop-dir-regexp
>> should really kill it off).
> I think it odd that it shaved time off rather than made things much worse.

The "" regexp always matches, so it will cause locate-dominating-file to
stop at the first occasion.


        Stefan






This bug report was last modified 5 years and 276 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.