Latest ecb and cedet!?

Stephen J. Turnbull stephen at xemacs.org
Wed Sep 15 20:21:47 EDT 2010


Eric M. Ludlam writes:

 > > /home/matsl/work/cedet/cedet_xemacs/semantic/semantic-grammar.el...
 > >>> Error occurred processing semantic-grammar.el: Bad input
 > >>> grammar
 > > I know this is not much to go on but maybe the type of error
 > > tells you something.
 > >
 > > I picked the latest version from CVS to work on. Maybe that was a
 > > mistake?
 > The latest CVS is a fine place to start with CEDET.  What you
 > reported is the same problem I ran into.  If you use what did
 > compile to start up XEmacs with a typical install (thus loading
 > lots of .el files instead of .elc files) you can compile the
 > grammars using EDE.

CEDET seems to have many cyclic dependencies, where the various
subsystems require or autoload each other.  This makes bootstrapping
package-by-package very hard.

I guess there may also be an unrecorded dependency on some feature of
GNU Emacs that is in an XEmacs package (or perhaps defined in CEDET
itself, conditional on running in XEmacs).

 > A side effect is that I have no idea how to
 > debug this, nor really what the error means.
 >   That's where I need some help from an XEmacs expert.

I'm afraid that this kind of thing is not an XEmacs problem; it's an
Emacs LISP and package problem, or maybe a porting from GNU to XEmacs
problem.



More information about the XEmacs-Beta mailing list