From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.devel Subject: Re: Slow access to files using UNC path Date: Mon, 30 Aug 2004 10:32:16 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <1089978045.7826.200489429@webmail.messagingengine.com> <1090070598.482.200548261@webmail.messagingengine.com> <2914-Sun18Jul2004070932+0300-eliz@gnu.org> <1090131145.14224.200572407@webmail.messagingengine.com> <2914-Sun18Jul2004214112+0300-eliz@gnu.org> <1090211717.23633.200609317@webmail.messagingengine.com> <7494-Mon19Jul2004210954+0300-eliz@gnu.org> <1093494967.3662.203084298@webmail.messagingengine.com> <1093510226.21921.203094523@webmail.messagingengine.com> <1093579196.32419.203160583@webmail.messagingengine.com> <1093842711.21975.203305986@webmail.messagingengine.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1093854979 2195 80.91.224.253 (30 Aug 2004 08:36:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Aug 2004 08:36:19 +0000 (UTC) Cc: Emacs Devel , kobayays@otsukakj.co.jp, Stefan Monnier , Richard Stallman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 30 10:36:08 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C1he3-0002R7-00 for ; Mon, 30 Aug 2004 10:36:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C1hir-0004yD-Ur for ged-emacs-devel@m.gmane.org; Mon, 30 Aug 2004 04:41:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C1hia-0004y8-By for emacs-devel@gnu.org; Mon, 30 Aug 2004 04:40:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C1hiX-0004xw-Jb for emacs-devel@gnu.org; Mon, 30 Aug 2004 04:40:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C1hiX-0004xt-9h for emacs-devel@gnu.org; Mon, 30 Aug 2004 04:40:45 -0400 Original-Received: from [195.135.220.2] (helo=Cantor.suse.de) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1C1hdT-0002Xl-3J; Mon, 30 Aug 2004 04:35:31 -0400 Original-Received: from hermes.suse.de (hermes-ext.suse.de [195.135.221.8]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by Cantor.suse.de (Postfix) with ESMTP id ECD54B34E06; Mon, 30 Aug 2004 10:32:26 +0200 (CEST) Original-To: "Dhruva Krishnamurthy" X-Yow: They don't hire PERSONAL PINHEADS, Mr. Toad! In-Reply-To: <1093842711.21975.203305986@webmail.messagingengine.com> (Dhruva Krishnamurthy's message of "Mon, 30 Aug 2004 10:41:51 +0530") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:26616 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26616 "Dhruva Krishnamurthy" writes: G> Hello, > > On 27 Aug 2004 09:19:03 -0400, "Stefan Monnier" > said: >> > I applied the patch sent by the author (Mr.KOBAYASHI Yasuhiro), did = a >> > 'make bootstrap', it did not work for me. I suspect the pattern matc= h >>=20 >> The patch is basically "right", but only fixes one of the two (i.e. 2 = of >> the 4) places. Also I think the problem is not limited to UNC paths, = but >> might apply to any "global network filesystem" such as AFS, but also >> NFS via /net. So maybe we should add a setting like >>=20 >> (defvar vc-hostname-fs-path-re >> "\\`\\([\\/][\\/]\\|/net/\\|/afs/") >>=20 > > May be this was the regexp intended: > (defvar vc-hostname-fs-path-re "\\`\\([\\/][\\/]\\)\\|/net/\\|/afs/") Try this instead: (defvar vc-hostname-fs-path-re "\\`\\([\\/][\\/]\\|/net/\\|/afs/\\)") Andreas. --=20 Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux AG, Maxfeldstra=DFe 5, 90409 N=FCrnberg, Germany Key fingerprint =3D 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."