[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: w3m-url-to-file-name / w3m-expand-file-name-as-url
>> On Wed, 21 Mar 2001 21:58:19 +0900
>> "ari" == ari@mbf.sphere.ne.jp (Akihiro Arisawa) said as follows:
ari> browse-url-of-file がうまく動かずに気付いたのですが、
ari> (w3m-url-to-file-name "file:/home/ari/public_html/index.html")
ari> => "file:/home/ari/public_html/index.html"
ari> となってしまいます。
修正しました。
2001-03-22 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
* w3m.el (w3m-url-to-file-name): Fix bug reported in
[emacs-w3m:00305].
今回は以下のようなテストで検証しました。
(mapcar
'w3m-url-to-file-name
'("file:///c|/users/gotoh/html/hoge.html"
"file:///C:/users/gotoh/html/hoge.html"
"file:///cygdrive/c/users/gotoh/html/hoge.html"
"file:///c/users/gotoh/html/hoge.html"
"file:/home/ari/public_html/index.html"
"file:///home/ari/public_html/index.html"))
# テストパターンを蒐集しておくと、後々、関数を書き直すときに楽が出来ま
# すねえ…。
--
土屋 雅稔 ( TSUCHIYA Masatoshi )
http://www-nagao.kuee.kyoto-u.ac.jp/member/tsuchiya/