Hello,
my goal is to get JDE junning properly on my Mac
running OS 10.3. I've installed cedet-1.0beta2b (I've
also tried version a), but I keep getting an error
when I open emacs.
The result of typing: "emacs --debug-init" is shown
below:
Debugger entered--Lisp error: (wrong-type-argument
listp :accessor)
plist-get((:initarg :id :type integer "Command id.")
:accessor)
eieio-defclass(jde-dbs-cmd nil ((process :initarg
:process :type jde-dbs-proc :documentation "Process
that this command targets.") (id :i$
(progn (eieio-defclass (quote jde-dbs-cmd) (quote
nil) (quote ...) (quote ...)))
(eval-and-compile (eieio-defclass (quote
jde-dbs-cmd) (quote nil) (quote ...) (quote ...)))
(defclass jde-dbs-cmd nil ((process :initarg
:process :type jde-dbs-proc :documentation "Process
that this command targets.") (id :initar$
eval-buffer(#<buffer *load*<4>> nil "jde-dbs" nil
t)
load-with-code-conversion("/Applications/JDE_top/jde-2.2.5/lisp/jde-dbs.el"
"jde-dbs" nil t)
require(jde-dbs)
eval-buffer(#<buffer *load*<3>> nil "jde-bug" nil
t)
load-with-code-conversion("/Applications/JDE_top/jde-2.2.5/lisp/jde-bug.el"
"jde-bug" nil t)
require(jde-bug)
eval-buffer(#<buffer *load*<2>> nil "jde" nil t)
load-with-code-conversion("/Applications/JDE_top/jde-2.2.5/lisp/jde.el"
"jde" nil t)
require(jde)
eval-buffer(#<buffer *load*> nil "~/.emacs" nil t)
load-with-code-conversion("/Users/george/.emacs"
"~/.emacs" t t)
load("~/.emacs" t t)
#[nil "^H\205\227^@
\306=\203^Q^@\307^H\310Q\2025^@
\311=\203'^@\312\307\313\314#\203#^@\315\2025^@\316\2025^@
\317=\2031^@\320\20$
command-line()
normal-top-level()
__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/
|