[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[mhc:00202] Re: 0.23-appha
はじめまして、白井と申します。
From: Yoshinari NOMURA <nom@xxxxxxxxxxxxxxxxxxx> さん曰く
Subject: [mhc:00199] Re: 0.23-appha
Message-ID: <19991029160632R.nom@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 29 Oct 1999 16:06:35 +0900
nom> On Fri, 29 Oct 1999 15:04:08 +0900,
nom> 井上 潔(Kiyoshi Inoue) <inoue@xxxxxxxxxx> said:
nom>
nom> > Symbol's function definition is void: facep
nom> >
nom> > となってしまうようです。(泣)
nom>
nom> ごめんなさい。努力します。以下でどうでしょうか。
nom>
nom> apel というパッケージがあるらしいですが、それを使うとこの手の問
nom> 題を解決してくれるのでしょうか。
なにかしらの elisp で 再定義されていたと思います。私の
mew-cite-color.el では軟弱にそれを貰って来て、
;; for Emacs 19.28
(or (fboundp 'facep)
;; Introduced in Emacs 19.29.
(defun facep (x)
"Return t if X is a face name or an internal face vector."
(and (or (and (fboundp 'internal-facep) (internal-facep x))
(and
(symbolp x)
(assq x (and (boundp 'global-face-data) global-face-data))))
t)))
と書いてあったりします。こればっかりは(その他のものも)注意してい
ても使ってしまうんですよね。
nom> で、知ってる方がおられたら教えて下さい。emacs 19.28 な mule
nom> を一番楽にインストールするにはどうしたらいいでしょうか。もはや
nom> FreeBSD にはパッケージがないのです。
nom>
nom> プラットホームは、FreeBSD 3.3R, Debian 2.2, Windows98 のどれか。
nom> できれば Windows は避けたいです。
じつは、Windows で Mule for Win32 をインストールするのが一番お手
軽かもしれません。
nom> # note は 20.4, デスクトップは 19.34 な僕。
# debug 用に 19.28 と 20.4 と XEmacs 21.2.19 とそろえている私。。。
--
白井秀行 (mailto:shirai@xxxxxxxxxxxxxxxxxxx)