Latest ecb and cedet!?

Eric M. Ludlam eric at siege-engine.com
Thu Sep 16 07:14:47 EDT 2010


On 09/16/2010 01:01 AM, Stephen J. Turnbull wrote:
> Eric M. Ludlam writes:
>   >  On 09/15/2010 08:21 PM, Stephen J. Turnbull wrote:
>   >  >  Eric M. Ludlam writes:
>   >  >
>   >  >    >   >   /home/matsl/work/cedet/cedet_xemacs/semantic/semantic-grammar.el...
>   >  >    >   >>>   Error occurred processing semantic-grammar.el: Bad
>   >  >    >   >>>   input grammar
>
> BTW, would it be hard to add file/line information to that error
> message, or perhaps quote the line where the error was recognized?

I provided bad info in my last mail.  The grammar file has actually 
fully parsed at this point, but it has written nil into the Emacs Lisp 
source file.  When the data structure created by the parser is 
"compiled" it sees the nil and throws this error, so there are no line 
numbers at this point.  Basically, the whole file is wrong somewhere.

Thus the error is when the .wy transforms to a .el, some initialization 
fails, and the file parses out as empty.

Your initial assessment about some dependency not being set up in this 
case is probably accurate for the grammar file.

Eric



More information about the XEmacs-Beta mailing list