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

Re: highlighting tab or w3m-current-url



> >>>>> In [emacs-w3m : No.08161] 大和さん wrote:
> 
> >> gif の spinner はだめですが、xpm の動かない絵には、highlight
> >> face が付くんですね。
> 
> > xpmは、mode-line上の話ですか?
> 
> あ、はい、そうです。今朝 Emacs を更新する前は highlight されなかっ
> たような気もするんですがね。

不思議なことに、いつのまにかhighlightされるようになっていました。
ただマウスカーソルをspinnerから右に丁寧にずらしていくとhighlightが
消えません。これは、なんとかしようと思います。

パッチ付けるほどでないですが、付けときます。faceは変えちゃって下さい。

Index: w3m-e23.el
===================================================================
RCS file: /storage/cvsroot/emacs-w3m/w3m-e23.el,v
retrieving revision 1.3
diff -u -r1.3 w3m-e23.el
--- w3m-e23.el	9 Jun 2005 02:11:36 -0000	1.3
+++ w3m-e23.el	9 Jun 2005 06:17:37 -0000
@@ -738,6 +738,7 @@
 			 "  "
 			 'display (create-image file 'xpm nil :ascent 'center)
 			 'local-map keymap
+			 'mouse-face 'mode-line-highlight
 			 'help-echo "mouse-2 reloads this page"))
 	      (put icon 'risky-local-variable t)
 	      (put status 'risky-local-variable t))
Index: w3m-e21.el
===================================================================
RCS file: /storage/cvsroot/emacs-w3m/w3m-e21.el,v
retrieving revision 1.144
diff -u -r1.144 w3m-e21.el
--- w3m-e21.el	9 Jun 2005 02:11:36 -0000	1.144
+++ w3m-e21.el	9 Jun 2005 06:17:37 -0000
@@ -827,6 +827,7 @@
 			 "  "
 			 'display (create-image file 'xpm nil :ascent 'center)
 			 'local-map keymap
+			 'mouse-face 'mode-line-highlight
 			 'help-echo "mouse-2 reloads this page"))
 	      (put icon 'risky-local-variable t)
 	      (put status 'risky-local-variable t))