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: Sun, 05 Jul 2009 18:58:11 -0400 Message-ID: <87prcezqik.fsf@stupidchicken.com> References: <7dbe73ed0907051401o26903ca3t9a67060f3a3417ad@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 1246887864 22859 80.91.229.12 (6 Jul 2009 13:44:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Jul 2009 13:44:24 +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 15:44:17 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 1MNoUR-0006eH-Ma for ged-emacs-devel@m.gmane.org; Mon, 06 Jul 2009 15:44:15 +0200 Original-Received: from localhost ([127.0.0.1]:45830 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNoUR-0004cR-0e for ged-emacs-devel@m.gmane.org; Mon, 06 Jul 2009 09:44:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MNoRh-0003Yj-1P for emacs-devel@gnu.org; Mon, 06 Jul 2009 09:41:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MNoRc-0003W3-8H for emacs-devel@gnu.org; Mon, 06 Jul 2009 09:41:24 -0400 Original-Received: from [199.232.76.173] (port=51091 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNoRc-0003Vy-1E for emacs-devel@gnu.org; Mon, 06 Jul 2009 09:41:20 -0400 Original-Received: from pantheon-po34.its.yale.edu ([130.132.50.80]:39597) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MNoRb-00060C-D9 for emacs-devel@gnu.org; Mon, 06 Jul 2009 09:41:19 -0400 Original-Received: from furry (dhcp128036014241.central.yale.edu [128.36.14.241]) (authenticated bits=0) by pantheon-po34.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id n66DfHAL018371 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 6 Jul 2009 09:41:17 -0400 Original-Received: by furry (Postfix, from userid 1000) id 5C05CC114; Sun, 5 Jul 2009 18:58:11 -0400 (EDT) In-Reply-To: <7dbe73ed0907051401o26903ca3t9a67060f3a3417ad@mail.gmail.com> (Mathias Dahl's message of "Sun, 5 Jul 2009 23:01:53 +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:112079 Archived-At: Mathias Dahl writes: > I understand that the release of 23.1 is not far away and I am a bit > worried that this bug won't be solved before that. Is there anything I > can do to help? I use a lot of UNC file names / paths in my work and > the current slowness is very annoying (both opening files and listing > them in Dired). As this was a problem in the past too it isn't > unreasonable to believe that the bug has reappeared by mistake when > fixing some other thing (could it be related to TRAMP?). If you have the time, try reverting to previous versions (e.g. `cvs up -Pd -D 2009-01-01') and find out which checkin introduced the problem. A binary search should narrow it down quite quickly.