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: Stefan Monnier
Subject: Re: Slow access to files using UNC path
Date: 27 Aug 2004 09:19:03 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> 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/")

What do people think?


        Stefan




reply via email to

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