>>>>> "Steve" == Steve Kelem <[EMAIL PROTECTED]> writes:

    Steve> Hi.  I'm having problems getting cedet-1.0beta1c to work on
    Steve> Emacs 21.2.1 on WinXP, SP1 with the latest cygwin.

    Steve> I have byte compiled cedet by running make.  My .emacs file
    Steve> contains: (setq semantic-load-turn-useful-things-on t)
    Steve> (load-file
    Steve> "E:/cygwin/usr/local/src/cedet-1.0beta1c/common/cedet.el")

    Steve> I verified that semantic is in my load-path by running
    Steve> locate-library semantic-chart Library is file
    Steve> e:/cygwin/usr/local/src/cedet-1.0beta1c/semantic/semantic-chart.el
    Steve> (I just picked a .el file at random from the semantic
    Steve> directory to see if it could find it, and it did find it.)

    Steve> When I load a java file, I get the message: Loading
    Steve> Java...done Loading wisent-java-tags (source)...  File mode
    Steve> specification error: (void-variable wisent-java-lex-symbol)

    Steve> When I now load a .el file, I get the message: Loading
    Steve> semantic-el...  File mode specification error:
    Steve> (void-variable semantic-emacs-lisp-lexer)

    Steve> Am I missing something?  How do I get this to work?

The latest version of semantic exposes a project-file-loading bug
introduced by the hierarchical project file capability released
several releases ago. The problem that you are having may be a result
of this bug.  I have fixed the problem in the JDEE sources. You can
obtain the fix by replacing the version of jde.el distributed with
JDEE 2.3.3 by the latest version obtainable from the JDEE's Web CVS
repository. Let me know if this does not fix the problem you are 
experiencing and I will investigate further.

Paul


Reply via email to