From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: AlFire Newsgroups: gmane.emacs.help Subject: Re: slow find-file for network file systems and very deep directories Date: Mon, 15 Sep 2008 20:58:06 -0700 Message-ID: <48CF2ECE.1050602@ggmail.com> References: <48C9DA7A.8050900@ggmail.com> <48CB247F.8030504@ggmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1221541174 13608 80.91.229.12 (16 Sep 2008 04:59:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Sep 2008 04:59:34 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 16 07:00:31 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KfSfs-0002tv-Q6 for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Sep 2008 07:00:28 +0200 Original-Received: from localhost ([127.0.0.1]:60995 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KfSer-0002dU-IW for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Sep 2008 00:59:25 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-X-Trace: individual.net 6sCdlYCDHk3DPhSgtAz7lgiiqFn2hlAGDQNJG0SaNuL9/+KB8M Cancel-Lock: sha1:nM3N9xmYSWt4+vkZ+I/GibltD8M= User-Agent: Thunderbird 2.0.0.16 (X11/20080724) In-Reply-To: Original-Xref: news.stanford.edu gnu.emacs.help:162321 X-Mailman-Approved-At: Tue, 16 Sep 2008 00:49:46 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:57666 Archived-At: Eli Zaretskii wrote: > > Does it help to set w32-get-true-file-attributes to a nil value? > > did not help - I tested it. and probably should since describe-variable says it is NTFS only: Documentation: Non-nil means determine accurate link count in `file-attributes'. Note that this option is only useful for files on NTFS volumes, where hard links are supported. Moreover, it slows down `file-attributes' noticeably. what else? could it be really considered a bug. from the original trace - I noted that Emacs is kind of looking for a source control related files like: .bzr\checkout\, _MTN, {arch}\, MCVS\ and walking thru the tree structure multiple times.