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: KOBAYASHI Yasuhiro
Subject: Re: Slow access to files using UNC path
Date: Thu, 26 Aug 2004 16:10:50 +0900
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (i386-mingw-nt5.1.2600)

In message Re: Slow access to files using UNC path
 on Thu, 26 Aug 2004 10:06:07 +0530
 "Dhruva Krishnamurthy" <address@hidden> wrote:

> Hello,
>  I applied the patch (manually as I do not have a patch utility on
>  win32). It does not seem to make a difference to me. Let me explain the
>  steps I followed.
> 1. I manually applied the on to the files
> 2. Byte compiled them
> 3. Re-started emacs and tried accessing the file in UNC (without my
> defadvice hack)
> 4. It took the same time.

'make bootstrap' is needed so that the patch effects the
autoload section.

> One observation I have made which might help in identifying the cause.
>  When I open the file literally, it is real fast. As fast as opening a
>  local file.

find-file-hook is set vc-find-file-hook by default and
finally vc-arch-registered or vc-mcvs-registered run.

find-file-literally does't hook it.

Easy way avoiding slow access without the patch is
(setq vc-handled-backends '(RCS CVS SVN SCCS)).
-- 
KOBAYASHI Yasuhiro <address@hidden>




reply via email to

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