[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: favicon
>>>>> <20011203.142107.50041300.shirai@rdmg.mgcs.mei.co.jp> にて、
>>>>> "白井" = <shirai@rdmg.mgcs.mei.co.jp> さんは書きました:
白井> # ぼくの ImageMagick も古かったのか。。。
白井> ## 有沢さん、ありがとうございます。mozilla の設定も真似させて貰
白井> ## いました。(_ _)
古い ImageMagick だとダメなのですね.
TIPS か FAQ あたりに書いておいたほうがいいのかな?
寺西> 朝日新聞、読売新聞、google、後藤さんの日記(^^; などが
寺西> favicon に対応しているようです。
白井> で、ぼくも favicon が表示できるようになったのですが、
白井> w3m-view-header() したときも、favicon を表示しようとしてエラーに
白井> なってしまいます。
白井> (defun w3m-setup-favicon (url)
白井> (unless (string-match "\\`about://" url)
白井> (setq w3m-current-favicon-data nil
白井> w3m-current-favicon-image nil)
白井> (when (and w3m-use-favicon (w3m-image-type-available-p 'xpm))
白井> (w3m-retrieve-favicon
白井> (w3m-expand-url (concat "/" w3m-favicon-name) url)
白井> w3m-current-buffer))))
白井> ぐらいで良いのかしら?
白井> これで問題なければコミットしておきます。
考えがおよばなくてすみません.
試してませんが,とりあえず
(setq w3m-current-favicon-data nil
w3m-current-favicon-image nil)
はやっておかないと前の url の favicon が出てしまうと思うので,
(defun w3m-setup-favicon (url)
(setq w3m-current-favicon-data nil
w3m-current-favicon-image nil)
(when (and (not (string-match "\\`about://" url))
w3m-use-favicon
(w3m-image-type-available-p 'xpm))
(w3m-retrieve-favicon
(w3m-expand-url (concat "/" w3m-favicon-name) url)
w3m-current-buffer))))
かな.
--
Yuuichi Teranishi (寺西裕一) <teranisi@gohome.org>
PGP 5.0i Public Key: http://www.gohome.org/pgp5/teranisi.key
"So we sailed out of the sun till we found the see of green..."