[Mew-dist 08341] mew-field-spec & highlight

Masahiko Joichi joichi at example.com
1999年 3月 30日 (火) 15:35:58 JST


城市@NECです。

先読みキャッシュが効いて速くなると言う事で、試しに
mew1.94b17 + im-112 を別の所にインストールしてみたんですけど、
ヘッダ部分の表示が不安定?なんです。

Messageバッファで、

・色が付くフィールドが、メールによってまちまち
  From:だけとか、Subject:だけとか、全部とか、全然色が付かない(黒の
  まま)とか

・Content-*のフィールドが "."で表示される対象から外れた。

先日インストールした mew1.93 + im-100 では問題無く表示されています。
上記の様な事が起こるのは、私の何かの設定がおかしいのでしょうか?

ちなみに、.emacsの mew-field-specは、mew-vars.elからコピーして来て
自分なりに修正したものを記載しています。

多分、もっとスマートな書き方があるんでしょうけど、良く判らないので
見よう見まねで書いたものです(^^;
-------8<ここから>8-------

(setq mew-field-spec
  '(("^Resent-\\(From\\|To\\|Cc\\|Date\\)" nil)
    ("^Subject:$" t
     mew-highlight-header-face-important
     mew-highlight-header-face-subject)
    ("^From:$" t
     mew-highlight-header-face-important
     mew-highlight-header-face-from)
    ("^Sender:$" t
     mew-highlight-header-face-important
     mew-highlight-header-face-from)
    ("^\\(To\\|Apparently-To\\):$" t
     mew-highlight-header-face-important
     mew-highlight-header-face-to)
    ("^Cc:$" t
     mew-highlight-header-face-important
     mew-highlight-header-face-to)
    ("^Newsgroups:$" t
     mew-highlight-header-face-important
     mew-highlight-header-face-to)
    ("^Date:$" t)
    ("^Posted:$" t)
    ("^Reply-To:$" t)
    ("^X-Ml-Name:$" t)
    ("^X-Mail-Count:$" t)
    ("^Content-Type:$" t)
    ("^Mime-Version:$" t)
    ("^In-Reply-To:$" t)
    ("^References:$" t)
    ("^X-Mailer:$" t)
    ("^X-Dispatcher:$" t)
    ("^Line:$" t)
    ("^Content-Transfer-Encoding:$" t)
    ("^X-Mew:$" t
     mew-highlight-header-face-important
     mew-highlight-header-face-xmew)
    ("^\\(Received\\|Return-Path\\|Errors-To\\):$" nil)
    ("^\\(Message-Id\\|Precedence\\):$" nil)
    ("^\\(Delivered\\)-" nil)
    ("^From$" nil)
    ("^X-" nil
     mew-highlight-header-face-private
     mew-highlight-header-face-marginal)))

-------8<ここまで>8-------

○………○………○………○………○………○
: NEC コンピュータ事業部第二技術部  : 
:      城市 昌彦(joichi masahiko)     :
:Email:joichi at example.com    :
:      zelkova at example.com (home) :
○………○………○……end……○………○



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