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: Wed, 25 Aug 2004 18:44:08 +0900
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (i386-mingw-nt5.1.2600)

Maybe I found out the reason why slow access occured.

'(file-directory-p "//{arch}")' or '(file-directory-p "//MCVS/CVS")'
is executed in vc-arch-registered or vc-mcvs-registered
even though '{arch}' or 'MCVS' as computers dosen't exist.

So what about the following patch?

Attachment: vc.patch
Description: vc

-- 
KOBAYASHI Yasuhiro <address@hidden>

reply via email to

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