[xyzzy:08656] kamail-view でのヘッダの色分け
- Subject: [xyzzy:08656] kamail-view でのヘッダの色分け
- From: Yoichi Katogi <ykatogi@xxxxxxxxxxxxxxxxxxx>
- X-mailer: KaMail-0.0.2.5 on xyzzy-0.2.2.233
ビューバッファで数字を含むヘッダフィールド名が色分けされないことに気づ
きました。実害はないのですが、いちおう。
*** 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