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

Renew menuitem condition and Favicon type list Change proposal



ども、長です。

メニューについて一部修正しました。

あと、faviconの画像タイプについて提案があります。
修正としては以下のようにしたいと思います。
Index: w3m-favicon.el
===================================================================
RCS file: /storage/cvsroot/emacs-w3m/w3m-favicon.el,v
retrieving revision 1.35
diff -u -r1.35 w3m-favicon.el
--- w3m-favicon.el	5 Jul 2005 23:52:27 -0000	1.35
+++ w3m-favicon.el	19 Nov 2005 11:53:31 -0000
@@ -98,7 +98,7 @@
   :type '(integer :size 0))
 
 (defcustom w3m-favicon-type
-  (let ((types '(pbm png gif xpm bmp))
+  (let ((types '(png gif pbm xpm bmp))
 	type)
     (catch 'det
       (while types

デフォルトだと、(可能であるなら)pbmが選択されることになりますが、
最近のfaviconは透過色があったり、256色以上もよくあります。
pbmが特別優れているのでなければ、
 1.フルカラー,透過OKなpng
 2.透過okなgif
 3以降.それら以外
とするほうが利便性が高いと思います。

どうでしょうか?

--
Tsuyoshi CHO
  mailto:tsuyoshi_cho@xxxxxxxxxxx