[Mew-dist 439] Buffer after the limitter "^L" does not hilited.

A. SAGATA sagata at example.com
1997年 1月 17日 (金) 13:04:04 JST


さがた@NTTです.

前から気になっていたのですが,"^L" の後に書かれた部分が
ハイライトされないことはないですか?

# (setq mew-break-pages nil)の時は問題なしだけど.

例えば,次の文字列の  ">ほげ" ってmsg-quote色(green)になってます?


↓↓↓ これは緑ですよね?

>やほ

↑↑↑




これ↓↓↓

>ほげ

これ↑↑↑



これを修正するパッチを作りました.
"patch -p1 < hogehoge" で当てて下さい.


-------------- next part --------------
--- mew-1.54/mew-message.el	Tue Nov 26 01:34:22 1996
+++ tmp/mew-message.el	Fri Jan 17 12:52:47 1997
@@ -106,6 +106,12 @@
 ;;	  (progn (message "End of message") t) ;Nothing more.
 	  t
 	(mew-message-narrow-to-page 1)		;Go to next page.
+	;; re-hilighting buffer when "^L" exists. A.SAGATA at example.com
+	(if mew-emacs19-p
+	    (if (featurep 'hilit19)
+		(hilit-rehighlight-buffer-quietly)
+	      (redraw-display))
+	  (redraw-display))
 	nil
 	)
     ;; More in this page.
-------------- next part --------------
-- 
日本電信電話株式会社 ヒューマンインタフェース研究所
     嵯峨田  淳       sagata at example.com


Mew-dist メーリングリストの案内