[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: w3m-goto-url on dodgy url file:/foo.html
- From: Kevin Ryde <user42@xxxxxxxxxx>
- Date: Sat, 23 May 2009 07:11:13 +1000
- X-ml-name: emacs-w3m
- X-mail-count: 10901
- References: <877i1cnq8e.fsf@xxxxxxxxx> <b4mfxfz4sh2.fsf@xxxxxxx> <87zle3t49i.fsf@xxxxxxxxx> <b4m8wlmplu3.fsf@xxxxxxx>
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.