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: Mon, 13 Sep 2004 08:39:17 -0400
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

>> +(defvar vc-ignore-dir-regexp "\\`\\([\\/][\\/]\\|/net/\\|/afs/\\)\\'"
>> + "Regexp matching directory names that are not under VC's control.
>> +The default regexp prevents fruitless and time-consuming attempts

> The above regexp does not work. The working regexp (when I try to open
> a file at '//wolfdei/d/users/dhruva/_emacs') is as follows:
> (defvar vc-ignore-dir-regexp "\\`\\([\\/][\\/]\\|/net/\\|/afs/\\)")

As explained, such a regexp will indeed stop VC from mucking around in //
but it will do that *everywhere*, which is not what you want if your home
directory is on //myserver/myhome since it means that VC just won't work at
all for you.


        Stefan




reply via email to

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