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

[xyzzy:08656] kamail-view でのヘッダの色分け



ビューバッファで数字を含むヘッダフィールド名が色分けされないことに気づ
きました。実害はないのですが、いちおう。

*** kamail-view.l	Sat Oct 13 01:44:32 2001
--- kamail-view.l	Mon Feb 17 15:35:53 2003
***************
*** 506,512 ****
  	(narrow-to-region (point-min) (point))
  	(goto-char (point-min))
  	(loop
! 	  (when (looking-at "^[-a-zA-Z]+[ \t]*:")
  	    (set-text-attribute (match-beginning 0) (match-end 0) 'field
  				:foreground *kamail-view-field-forecolor*))
  	  (or (forward-line 1) (return))
--- 506,512 ----
  	(narrow-to-region (point-min) (point))
  	(goto-char (point-min))
  	(loop
! 	  (when (looking-at "^[\x21-\x39\x3B-\x7E]+[ \t]*:")
  	    (set-text-attribute (match-beginning 0) (match-end 0) 'field
  				:foreground *kamail-view-field-forecolor*))
  	  (or (forward-line 1) (return))

--
加藤木 洋一
ykatogi@xxxxxxxxxxxxxxxxxxx

Index Home