emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: testing for a remote file to include file on a Windows mapped drive


From: Stefan Monnier
Subject: Re: testing for a remote file to include file on a Windows mapped drive
Date: Mon, 21 Apr 2008 22:46:49 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> So a file that does not have a handler is _never_ remote.

That's irrelevant: look at the uses, and you'll see that most of them
use file-remote-p in the sense described in the docstring, so all that's
needed is to provide an implementation for the unhandled files.

This may require some changes in file-relative-name, because this one
does use file-remote-p in a more specific way, but everything else I've
looked at uses file-remote-p as a way to test "fast&reliable or not".


        Stefan




reply via email to

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