Allen Hsu writes:
 > Hello,
 >  
 > I have installed JDE 2.3.3 

You should upgrade to 2.3.4 beta5

 > and its supporting packages cedet-1.0beta3b on Emacs 21.2. I've set up the loadpath 
 > in .emcs per the instuctions on "Installing the JDEE" page. 
 > When I open the first .java file, the buffer looks good with syntax color coding on 
 > the code. However, when I open a second java file, I saw a message "Buffer foo.java 
 > was not set up for parsing" and there was no syntax color coding. I noticed there 
 > is some difference in the mode lines of the two buffers. The mode lines read:

There seems to be a bug in semantic that is cured by putting the following in 
your .emacs file:

 (setq semantic-load-turn-useful-things-on t)

See Jeff Greif's post to the JDEE mailing list earlier today.

 >  
 > First buffer:      (JDE/ah S/n/plugin/JDEbug Abbrev)
 > Second buffer: (JDE/ah S/JDEbug Abbrev)
 >  
 > I suspect there is some setup that I missed. And what do "n" and "plugin" mean?

plugin signifies that the JDEE's plugin minor mode is installed in the
Java buffer. I don't know what n means.

Paul

 >  
 > Any help is appreciated.
 >  
 > Allen
 > 
 >              
 > ---------------------------------
 > Do you Yahoo!?
 > New and Improved Yahoo! Mail - Send 10MB messages!<DIV>Hello,</DIV>
 > <DIV>&nbsp;</DIV>
 > <DIV>I have installed JDE 2.3.3 and its supporting packages cedet-1.0beta3b on 
 > Emacs 21.2. I've set up the loadpath in .emcs per the instuctions on "Installing 
 > the JDEE" page. </DIV>
 > <DIV>When I open&nbsp;the first&nbsp;.java file, the buffer looks good with syntax 
 > color coding on the code. However, when I open a second java file, I saw a message 
 > "Buffer foo.java was not set up for parsing" and there was no syntax color coding. 
 > I noticed there is some difference in the mode lines of the two buffers. The mode 
 > lines read:</DIV>
 > <DIV>&nbsp;</DIV>
 > <DIV>First&nbsp;buffer:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (JDE/ah S/n/plugin/JDEbug 
 > Abbrev)</DIV>
 > <DIV>Second buffer:&nbsp;(JDE/ah S/JDEbug Abbrev)</DIV>
 > <DIV>&nbsp;</DIV>
 > <DIV>I suspect there is some setup&nbsp;that I missed.&nbsp;And what do "n" and 
 > "plugin" mean?</DIV>
 > <DIV>&nbsp;</DIV>
 > <DIV>Any help is appreciated.</DIV>
 > <DIV>&nbsp;</DIV>
 > <DIV>Allen</DIV><p>
 >              <hr size=1>Do you Yahoo!?<br>
 > <a 
 > href="http://us.rd.yahoo.com/mail_us/taglines/10/*http://promotions.yahoo.com/new_mail/static/efficiency.html";>New
 >  and Improved Yahoo! Mail</a> - Send 10MB messages!

Reply via email to