From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: testing for a remote file to include file on a Windows mappeddrive Date: Wed, 30 Jan 2008 01:15:33 -0500 Message-ID: References: <871w844yff.fsf@gmx.de> <87bq781bf7.fsf@gmx.de> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1201673753 10306 80.91.229.12 (30 Jan 2008 06:15:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Jan 2008 06:15:53 +0000 (UTC) Cc: emacs-devel@gnu.org, michael.albinus@gmx.de, monnier@iro.umontreal.ca, drew.adams@oracle.com, jasonr@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 30 07:16:13 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JK6F2-0000BH-3B for ged-emacs-devel@m.gmane.org; Wed, 30 Jan 2008 07:16:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JK6Ea-0001WN-Pj for ged-emacs-devel@m.gmane.org; Wed, 30 Jan 2008 01:15:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JK6EV-0001W7-Nw for emacs-devel@gnu.org; Wed, 30 Jan 2008 01:15:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JK6EQ-0001UN-TM for emacs-devel@gnu.org; Wed, 30 Jan 2008 01:15:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JK6EQ-0001UF-KH for emacs-devel@gnu.org; Wed, 30 Jan 2008 01:15:34 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JK6EQ-0004mx-J0 for emacs-devel@gnu.org; Wed, 30 Jan 2008 01:15:34 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JK6EP-0007dD-M7; Wed, 30 Jan 2008 01:15:33 -0500 In-reply-to: (message from Michael Albinus on Tue, 29 Jan 2008 16:46:09 +0100) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:87759 Archived-At: `file-local-name' might not be a good name. The operation `unhandled-file-name-directory' returns a directory that isn't magic. But remote names are not the only magic names, so "local" isn't necessarily the right way to describe the relationship between that directory and the argument. I think the same goes for `unhandled-file-name'. Perhaps `nonmagic-file-name' would be a better name.