From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Slow access to files using UNC path Date: 01 Sep 2004 10:31:04 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <68c73b1a04083122477869f5a@mail.gmail.com> <1094020967.1821.22.camel@localhost> <68c73b1a040901025051199ef6@mail.gmail.com> <68c73b1a0409010322550c677f@mail.gmail.com> <68c73b1a04090106157e373f0b@mail.gmail.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1094049185 11547 80.91.224.253 (1 Sep 2004 14:33:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Sep 2004 14:33:05 +0000 (UTC) Cc: KOBAYASHI Yasuhiro , Dhruva Krishnamurthy , Andre Spiegel , Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 01 16:32:52 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C2WAN-0002Qb-00 for ; Wed, 01 Sep 2004 16:32:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C2WFI-0006wr-8a for ged-emacs-devel@m.gmane.org; Wed, 01 Sep 2004 10:37:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C2WF9-0006wU-0b for emacs-devel@gnu.org; Wed, 01 Sep 2004 10:37:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C2WF7-0006u6-Bq for emacs-devel@gnu.org; Wed, 01 Sep 2004 10:37:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C2WF7-0006tz-9s for emacs-devel@gnu.org; Wed, 01 Sep 2004 10:37:45 -0400 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C2W9g-0001lY-5u; Wed, 01 Sep 2004 10:32:10 -0400 Original-Received: from asado.iro.umontreal.ca (asado.iro.umontreal.ca [132.204.24.84]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id 0A80CB302B8; Wed, 1 Sep 2004 10:31:06 -0400 (EDT) Original-Received: by asado.iro.umontreal.ca (Postfix, from userid 20848) id 46AE18CA23; Wed, 1 Sep 2004 10:31:05 -0400 (EDT) Original-To: Andreas Schwab In-Reply-To: Original-Lines: 11 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=0, requis 5) X-MailScanner-From: monnier@iro.umontreal.ca X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:26692 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26692 > file-remote-p. Something like "network filesystem" might be better. The problem is that network filesystems are not the real problem: If your home dir is accessed via NFS, you don't have to put it in that regexp. What needs to be in that regexp are the paths for which the filename is interpreted as a hostname (typicaly to then mount a network filesystem). Stefan