From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Willing to debug bug #3542 (23.0.94; File access via UNC path slow again under Windows) Date: Mon, 06 Jul 2009 10:55:04 -0400 Message-ID: <87d48dg8tz.fsf@stupidchicken.com> References: <7dbe73ed0907051401o26903ca3t9a67060f3a3417ad@mail.gmail.com> <87prcezqik.fsf@stupidchicken.com> <7dbe73ed0907060730s714c3350s44e600261ae14112@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1246892693 6861 80.91.229.12 (6 Jul 2009 15:04:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Jul 2009 15:04:53 +0000 (UTC) Cc: emacs-devel@gnu.org To: Mathias Dahl Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 06 17:04:46 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MNpkM-0007O1-4c for ged-emacs-devel@m.gmane.org; Mon, 06 Jul 2009 17:04:46 +0200 Original-Received: from localhost ([127.0.0.1]:51511 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNpkL-00042f-Bf for ged-emacs-devel@m.gmane.org; Mon, 06 Jul 2009 11:04:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MNpb8-0004QG-CH for emacs-devel@gnu.org; Mon, 06 Jul 2009 10:55:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MNpb3-0004H6-7L for emacs-devel@gnu.org; Mon, 06 Jul 2009 10:55:13 -0400 Original-Received: from [199.232.76.173] (port=55009 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNpb3-0004Ga-0y for emacs-devel@gnu.org; Mon, 06 Jul 2009 10:55:09 -0400 Original-Received: from pantheon-po31.its.yale.edu ([130.132.50.82]:35159) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MNpb2-00071R-KE for emacs-devel@gnu.org; Mon, 06 Jul 2009 10:55:08 -0400 Original-Received: from furry (dhcp128036014241.central.yale.edu [128.36.14.241]) (authenticated bits=0) by pantheon-po31.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id n66Et5pI021835 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 6 Jul 2009 10:55:05 -0400 Original-Received: by furry (Postfix, from userid 1000) id DF1B0C09B; Mon, 6 Jul 2009 10:55:04 -0400 (EDT) In-Reply-To: <7dbe73ed0907060730s714c3350s44e600261ae14112@mail.gmail.com> (Mathias Dahl's message of "Mon, 6 Jul 2009 16:30:16 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:112083 Archived-At: Mathias Dahl writes: > I don't compile it myself, instead I rely on the precompiled pretests > over at alpha.gnu.org. But maybe I will find the time to download them > all and test, to narrow it down at least somewhat. Please use CVS. That lets you track down the problem with better granularity, and it's more convenient. See http://savannah.gnu.org/cvs/?group=emacs for a description of how to check out the cvs repository. After that, as I said, the command to revert to earlier revisions is (e.g.) `cvs up -Pd -D 2009-01-01'. > Considering the results of my Dired experiments, does it suggest the > problem is in some low level file listing function someplace? No idea, sorry.