Hi, > 1st question, why doesn't it include ecb? It is not required by JDEE.
> I tried your script, changed > SITE_LISP_DIR=/usr/share/emacs/site-lisp > (where jde, semantic, elib, eieio are) > DIRTMP=/tmp/jde-tmp ok, > and commented out > # SITE_DIR_TMP=`cygpath -m $SITE_LISP_DIR` > # if [ $? ] ; then > # SITE_LISP_DIR=$SITE_DIR_TMP > # fi > because I don't have cygpath on my debian linux. Not necessary. Above construction should work on all systems. If there is no 'cygpath' command it is just skipped. I have to put it here to make it more portable. > It loads and compiles the files. When I reboot emacs, > I've got > > Debugger entered--Lisp error: (error "Too many arguments to `defclass'") > signal(error ("Too many arguments to `defclass'")) > error("Too many arguments to `defclass'") > eieio-defclass(eieio-speedbar nil ((buttontype :initform nil :type > symbol :documentation "The type of expansion button used for objects of > this class.\nPossible values are those symbols supported by the > `exp-button-type' argument\nto `speedbar-make-tag-line'." :allocation > :class) (buttonface :initform speedbar-tag-face :type (or symbol face) > :documentation "The face used on the textual part of the button for this > class.\nSee `speedbar-make-tag-line' for details." :allocation :class) > (expanded :initform nil :type boolean :documentation "State of an object > being expanded in speedbar.")) ("Class which provides basic speedbar > support for child classes.\nAdd one of thie child classes to this class > to the parent list of a class." :abstract t)) Hm, don't know. That is reason of forwarding it to jdee mailing list. But I had also problems after reinstalling jdee. It looks like there were many changes and some '.emacs' from previous versions setting may not be compatible with existing version/ For example I had to comments out in my .emacs: ;; '(jde-build-function (quote (jde-ant-build))) To have JDEE working. I am right you can check you .emacs file and search not compatible settings or maybe someone else has better idea. regards Artur Hefczyc -- Artur Hefczyc [EMAIL PROTECTED] Open Source Developer http://wttools.sourceforge.net/