emacs-devel
[Top][All Lists]
Advanced

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

Re: file:///c:/nxdist/tut/tutorials.html or file:c:/nxdist/tut/tutorial


From: Davis Herring
Subject: Re: file:///c:/nxdist/tut/tutorials.html or file:c:/nxdist/tut/tutorials.html?
Date: Wed, 22 Jul 2009 16:19:05 -0700 (PDT)
User-agent: SquirrelMail/1.4.8-5.7.lanl5.newsieve

> The first form is used by Firefox, the second by Emacs.
>
> Are both correct, or?

http://www.ietf.org/rfc/rfc1738.txt says that the file URL scheme looks
like file://host/path, where host may be empty to indicate localhost.  But
http://www.ietf.org/rfc/rfc1808.txt says that you can have a relative
file: URL (a "generic-RL") that just looks like file:path, although it
says that the use of schemes with relative URLs is discouraged.  And on
Windows, the leading slash is not needed to tell whether a path is
absolute or not because of the special status of the drive-letter-colon
names.

So... I think the first one is better, but it's not clear (to me) that the
second is wrong.

Davis

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.




reply via email to

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