emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Slow access to files using UNC path


From: Andreas Schwab
Subject: Re: Slow access to files using UNC path
Date: Mon, 30 Aug 2004 10:32:16 +0200
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

"Dhruva Krishnamurthy" <address@hidden> writes:

G> Hello,
>
> On 27 Aug 2004 09:19:03 -0400, "Stefan Monnier"
> <address@hidden> 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 match
>> 
>> 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
>> 
>>         (defvar vc-hostname-fs-path-re
>>         "\\`\\([\\/][\\/]\\|/net/\\|/afs/")
>> 
>
> 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.

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]