[Mew-dist 14273] Re: b63

Hideyuki SHIRAI ( 白井秀行 ) shirai at example.com
2000年 9月 27日 (水) 17:02:47 JST


From: Kazu Yamamoto (山本和彦) <kazu at example.com> さん曰く
Subject: [Mew-dist 14272] Re: b63
Message-ID: <20000927.165502.10330429.kazu at example.com>
Date: Wed, 27 Sep 2000 16:56:50 +0900

> > (mew-coding-system-p nil) => nil でエラー
> 
> (mew-coding-system-p nil) では t がもどってくるはずですが、はて? ...

ふむ、mew-mule3.el を見ると、

(fboundp 'find-coding-system) => t
(find-coding-system nil) => nil
(coding-system-p nil) => t

find-coding-system() -> pces-e20.el (apel ね)

(defsubst-maybe find-coding-system (obj)
  "Return OBJ if it is a coding-system."
  (if (coding-system-p obj)
      obj))

ということの様ですね。ありゃりゃ。

-- 
白井秀行 (mailto:shirai at example.com)



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