[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]
Re: custom-1.9962.tar.gzのインストール
- X-ml-count: 4187
- Subject: Re: custom-1.9962.tar.gzのインストール
- From: 田中 信吾 / TANAKA Shingo <shingo@xxxxxxxxxxxxxxxxxxx>
- Date: Wed, 17 Jul 2002 09:50:08 +0900
- User-agent: Wanderlust/2.9.14 (Unchained Melody) MEIMI/1.14.0 (It's show time!) LIMIT/1.14.7 (Fujiidera) APEL/10.3 Emacs/20.7 (i386-*-windows98.2222) MULE/4.1 (AOI) Meadow/1.15pre1 (SHOUBU:63)
田中です。なんどもすいません。
At Tue, 16 Jul 2002 12:10:26 +0900,
Toru TAKAHASHI wrote:
> cutsom.el内の
> ;; Version: 1.9900
> という記述だけを見て、古いのかなと思っていました。
> (JDEEは、custom 1.996以上を要求しているので)
>
> #JDEEのインストールに関するWebページは早めに訂正します。
customをcustom1.9962を入れないでJDEEをインストールし、
Meadow再起動後に(require 'jde)すると、以下のエラーが出てしまいます。
custom1.9962を入れると、先のメールのエラーは出ますが、
このエラーは回避されるようです。どうしたものでしょう。。。
semantic-util-modes.elの、
(defface semantic-unmatched-syntax-face
'((((class color) (background dark))
(:underline "red"))
^^^^^
のcustomでの解釈が問題のようですが。
---
Shingo TANAKA mailto:shingo@xxxxxxxxxxxxxxxxxxx
Signaling: (error "Invalid face property. underline")
signal(error ("Invalid face property. underline"))
error("Invalid face property. %S" underline)
internal-set-face-property(semantic-unmatched-syntax-face underline "red" #<frame MEADOW95.EXE@LETSNOTE 0x1bf8500\ >)
set-face-underline-p(semantic-unmatched-syntax-face "red" #<frame MEADOW95.EXE@LETSNOTE 0x1bf8500\ >)
face-spec-set-1(semantic-unmatched-syntax-face #<frame MEADOW95.EXE@LETSNOTE 0x1bf8500\ > (:underline "red") :underline set-face-underline-p)
face-spec-set(semantic-unmatched-syntax-face (((... ...) (:underline "red")) ((... ...) (:underline "red"))) #<frame MEADOW95.EXE@LETSNOTE 0x1bf8500\ >)
custom-declare-face(semantic-unmatched-syntax-face (((... ...) (:underline "red")) ((... ...) (:underline "red"))) "*Face used to show unmatched-syntax in.\nThe face is used in `semantic-show-unmatched-syntax-mode'." :group semantic)
require(semantic-util-modes)
require(semantic-util)
require(semantic)
require(jde-parse)
require(jde-db)
require(jde)
eval((require (quote jde)))
eval-last-sexp(t)
eval-print-last-sexp()
* call-interactively(eval-print-last-sexp)