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: Dhruva Krishnamurthy
Subject: Re: Slow access to files using UNC path
Date: Mon, 13 Sep 2004 12:20:09 +0530

On Thu, 09 Sep 2004 16:54:22 -0400, Stefan Monnier
<address@hidden> wrote:
> --- orig/lisp/vc-hooks.el
> +++ mod/lisp/vc-hooks.el
> @@ -52,6 +52,12 @@
>  (defvar vc-header-alist ())
>  (make-obsolete-variable 'vc-header-alist 'vc-BACKEND-header)
> 
> +(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/\\)")

Hence, if I put the following line in my _emacs (dot emacs), it works fine:
(setq vc-ignore-dir-regexp "\\`\\([\\/][\\/]\\|/net/\\|/afs/\\)")

with best regards,
dhruva

-- 
Proud FSF member: #1935
http://schemer.fateback.com/




reply via email to

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