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: Thu, 09 Jul 2009 17:33:51 -0400 Message-ID: <877hyhmthc.fsf@stupidchicken.com> References: <7dbe73ed0907051401o26903ca3t9a67060f3a3417ad@mail.gmail.com> <83fxda1pef.fsf@gnu.org> <7dbe73ed0907060038w53699f77ie742996955ae8118@mail.gmail.com> <838wj11sz4.fsf@gnu.org> <83my7fz09s.fsf@gnu.org> <7dbe73ed0907081347q12dfd1a2lbbff915c49362f75@mail.gmail.com> <4A55D68D.8050407@gnu.org> <7dbe73ed0907090453s3e125b4ar142b90a268b105e2@mail.gmail.com> <7DAFC004A33C486A9E29A59689E7F02E@us.oracle.com> <4A5619F5.8010008@gnu.org> <8363e1zoak.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1247175267 29542 80.91.229.12 (9 Jul 2009 21:34:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Jul 2009 21:34:27 +0000 (UTC) Cc: mathias.dahl@gmail.com, emacs-devel@gnu.org, drew.adams@oracle.com, Jason Rumney To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 09 23:34:19 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 1MP1Fy-0000rU-Cc for ged-emacs-devel@m.gmane.org; Thu, 09 Jul 2009 23:34:18 +0200 Original-Received: from localhost ([127.0.0.1]:49961 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MP1Fx-0002wb-OX for ged-emacs-devel@m.gmane.org; Thu, 09 Jul 2009 17:34:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MP1Fn-0002sW-EE for emacs-devel@gnu.org; Thu, 09 Jul 2009 17:34:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MP1Fh-0002pT-BQ for emacs-devel@gnu.org; Thu, 09 Jul 2009 17:34:05 -0400 Original-Received: from [199.232.76.173] (port=33790 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MP1Fh-0002pL-5M for emacs-devel@gnu.org; Thu, 09 Jul 2009 17:34:01 -0400 Original-Received: from pantheon-po35.its.yale.edu ([130.132.50.83]:38226) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MP1Fc-00068h-4o; Thu, 09 Jul 2009 17:33:56 -0400 Original-Received: from furry (dhcp128036014241.central.yale.edu [128.36.14.241]) (authenticated bits=0) by pantheon-po35.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id n69LXpDO024968 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 9 Jul 2009 17:33:51 -0400 Original-Received: by furry (Postfix, from userid 1000) id 070D7C09B; Thu, 9 Jul 2009 17:33:52 -0400 (EDT) In-Reply-To: <8363e1zoak.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 09 Jul 2009 21:47:31 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.95 (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:112260 Archived-At: Eli Zaretskii writes: > Right. We didn't treat UNC file names as remote, it's as simple as > that. > > I installed the patch below on the trunk. > > Stefan and Yidong, is it okay to install on the release branch as > well? > > 2009-07-09 Eli Zaretskii > > * w32.c (stat): Treat UNC file names as residing on remote > drives. (Bug#3542) Looks OK to me.