The error message is just showing up in the message log. I don't think it is parsing the message log since this only occurs when I open a jsp page. So it appears to be occurring when parsing the jsp page (or parts of the page).
Dan -----Original Message----- From: Eric M. Ludlam [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 27, 2005 4:21 AM To: Dan Diodati Cc: [email protected] Subject: Re[1]: JDE and MMM mode with JSP errors? Hi, It appears that the Semantic parser has issues with mmm-mode. (I had never tried it.) Semantic also happens to have it's own internal concept of language divisions in a single file. The best course of action to get semantic to stop throwing parse errors is to either stop using it, or to write jsp support for Semantic that uses the multi-lingual tricks semantic uses to separate language sections. So far, semantic has not tried to parse inferior languages in this case (ie, a language embedded in another), so there would be some new ground to cover. That said, semantic should not be parsing your message log buffer. What mode is it in? Eric >>> "Dan Diodati" <[EMAIL PROTECTED]> seems to think that: >=20 > >I was trying to get some nice editing for JSP pages. So I enabled MMM >mode(version 1.0 ), JDE (version 2.3.5), > >Cedet-1.0pre3, but during idle the there seems to be constant parsing >errors: > >idle error: "#<buffer \"fb_my_forms.jsp\"> - Unbalanced parentheses" > >idle error: "#<buffer \" *Message-Log*\"> - Unmatched Text during >Lexical Analysis" > >=20 > >Before I was using the cedet-1.0beta3 and was getting a bovine parsing >error. > >=20 > >I do get the correct highlighting of code within the JSP page, but it >would be great if I could use the method complete(C-c C-v C.), class >jumping (C-c C-v C-y), etc within the scriplet code. Has any one got a >good setup of editing JSP too.=20 [ ... ] -- Eric Ludlam: [EMAIL PROTECTED], [EMAIL PROTECTED] Home: http://www.ludlam.net Siege: www.siege-engine.com Emacs: http://cedet.sourceforge.net GNU: www.gnu.org
