[Mew-dist 09189] Re: b32

Kenichi Niioka ( 新岡賢一 ) niioka at example.com
1999年 6月 6日 (日) 07:01:25 JST


新岡です。
お世話になります。

From: Kazu Yamamoto (山本和彦) <kazu at example.com>
Subject: [Mew-dist 09165] b32
Date: Fri, 4 Jun 1999 18:48:58 +0900

> mew-1.94b32.tar.gz と im-116.tar.gz を ftp.Mew.org:/pub/Mew/beta に置
> きました。

"Content-Type: ", "Content-Transfer-Encoding: " などの "Content-"
ヘダーに色がつかなくなりました(face が反映されなくなりました)。
それとヘダーの表示される順番なのですが、mew-field-spec で指定をし
た順番にはなりませんでしょうか。
例えば、以下のように、"Mime-Version: " の下に "Content-" ヘダーを
表示させたいのですが、思うようにいきません。
"Subject: " や "To: " などは、指定した通りになります。

 Mime-Version: 1.0
 Content-Type: Text/Plain; charset=iso-2022-jp
 Content-Transfer-Encoding: 7bit
 X-Mailer: Mew version 1.94b29 on Emacs 20.3 / Mule 4.0 (HANANOEN)
 X-Dispatcher: imput version 990425(IM115)

なお、`.emacs' の mew-field-spec は以下の通りです。

(setq mew-field-spec
  '(("^Resent-\\(From\\|To\\|Cc\\|Date\\)" t
     mew-highlight-header-face-important
     mew-highlight-header-face-important)
    ("^Subject:$" t
     mew-highlight-header-face-important
     mew-highlight-header-face-subject)
    ("^From:$" 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)
    ("^Reply-To:$" t)
    ("^\\(Message-Id\\|In-Reply-To\\|References\\):$" t)
    ("^Mime-Version:$" t)
    ("^Content-" t)
    ("^Delivered-" t)
    ("^X-Mailer:$" t)
    ("^X-Dispatcher:$" t)
    ("^X-Emacs:$" t)
    ("^X-Face:$" t)
;    ("^User-Agent:$" t)
    ("^X-Mew:$" t
     mew-highlight-header-face-important
     mew-highlight-header-face-xmew)
    ("^\\(Received\\|Return-Path\\|Sender\\|Errors-To\\):$" nil)
    ("^\\(Posted\\|Precedence\\):$" nil)
    ("^Lines:$" nil)
    ("X-" nil
     mew-highlight-header-face-private
     mew-highlight-header-face-marginal)))

--
新岡賢一 (Kenichi Niioka)
niioka at example.com



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