From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Newsgroups: gmane.emacs.devel,gmane.emacs.erc.general Subject: Re: Slow access to files using UNC path Date: Mon, 20 Sep 2004 01:28:41 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <68c73b1a04083122477869f5a@mail.gmail.com> <68c73b1a0409080600626643cf@mail.gmail.com> <68c73b1a040908220473b70936@mail.gmail.com> <68c73b1a04090823245a5d027c@mail.gmail.com> <68c73b1a04091223507210add9@mail.gmail.com> <87u0tveqtk.fsf@orebokech.com> <874qlve3vb.fsf@orebokech.com> <878yb6q5ww.fsf@mobile.repose.cx> <87wtyqk9dl.fsf@mobile.repose.cx> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1095658157 27860 80.91.229.6 (20 Sep 2004 05:29:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Sep 2004 05:29:17 +0000 (UTC) Cc: erc-help@lists.sourceforge.net, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 20 07:29:05 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 1C9GjZ-0007X8-00 for ; Mon, 20 Sep 2004 07:29:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C9GpQ-0007dC-Qi for ged-emacs-devel@m.gmane.org; Mon, 20 Sep 2004 01:35:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C9GpF-0007d7-RI for emacs-devel@gnu.org; Mon, 20 Sep 2004 01:34:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C9GpF-0007cv-2q for emacs-devel@gnu.org; Mon, 20 Sep 2004 01:34:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C9GpF-0007cs-0E for emacs-devel@gnu.org; Mon, 20 Sep 2004 01:34:57 -0400 Original-Received: from [206.47.199.164] (helo=simmts6-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C9GjB-0006oq-VA for emacs-devel@gnu.org; Mon, 20 Sep 2004 01:28:42 -0400 Original-Received: from empanada.home ([67.68.216.197]) by simmts6-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20040920052822.XRNZ1635.simmts6-srv.bellnexxia.net@empanada.home>; Mon, 20 Sep 2004 01:28:22 -0400 Original-Received: by empanada.home (Postfix, from userid 502) id 857B72F2D66; Mon, 20 Sep 2004 01:28:41 -0400 (EDT) Original-To: Damien Elmes In-Reply-To: <87wtyqk9dl.fsf@mobile.repose.cx> (Damien Elmes's message of "Sun, 19 Sep 2004 16:25:58 +0900") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (darwin) 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:27307 gmane.emacs.erc.general:486 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27307 > The rationale behind "" was that a non-zero string may be > misinterpreted by a user/programmer as a real path, when its value > would just be ignored. Without explaining to use the reason why the file-name has to change, it's difficult to know what's the best solution. Stefan