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

Re: w3m-goto-url on dodgy url file:/foo.html



Katsumi Yamaoka <yamaoka@xxxxxxx> writes:
>
> (url-generic-parse-url "file://foo.html")
>  => [cl-struct-url "file" nil nil "foo.html" 21 "" nil nil t]
>
> I.e., it parses that url into the host name "foo.html" and
> the file name "".

Hmm.  That looks unhelpful in practice, even if it's correct, strictly
speaking.