I used cedet-1.0pre7 but now I am getting the following error when I attempt to open a .java file for the _first_ time after I open Emacs.
Package lmenu is obsolete! and the .java file is not loaded. Then I try to open the file again and it loads, even now I get a "Class" menu, but I am getting the next error after executing M-x jde-open-class-at-point Invalid function: semantic-brute-find-tag-by-class Doen JDEE only work with this configuration: JDEE: 2.4.1 Cedet: cedet-1.0pre7 Emacs: 23.2.1 No elib as is stated here http://www.mail-archive.com/[email protected]/msg00584.html I am using Emacs 23.3.1 JDEE 2.4.1 cedet-1.0pre7 I tested first with elib then without elib but either case I get the same error. Thanks. On Wed, 2012-01-18 at 13:00 -0600, Paul Landes wrote: > Use the cedet-1.0pre7 version instead. > > > On Jan 18, 2012, at 12:36 PM, Edwin Helbert Aponte Angarita wrote: > > > OK, I have installed the last CEDET (1.0.1). It is loaded correctly but > > now I am getting this error from JDEE when I attempt to open a .java > > file. > > > > JDEE requires a version of CEDET between 1.0beta2 and 1.0 (found 1.0.1) > > > > And the JDE mode is not activated. > > > > Thanks. > > > > On Wed, 2012-01-11 at 13:01 -0600, Paul Landes wrote: > >> The Emacs distributed CEDET version in 23 is broke. I suggest switching > >> to the most recent version of CEDET from: > >> > >> http://cedet.sourceforge.net/ > >> > >> > >> On Jan 11, 2012, at 12:32 PM, Edwin Helbert Aponte Angarita wrote: > >> > >>> Daniels, you were right. The jde-xref* variables are there. > >>> > >>> I loaded file /usr/share/emacs/23.3/lisp/cedet/semantic/find.elc where > >>> the semantic-brute-find-tag-by-class function is defined but I still get > >>> the same error when I do M-x jde-ope-class-at-point. Also, I cannot get > >>> the "Classes" menu. > >>> > >>> Thanks > >>> > >>> On Wed, 2012-01-11 at 11:03 -0600, Paul Landes wrote: > >>>> This is a great suggestion. Try M-x load-file edit.el and if that still > >>>> doesn't work, try loading semantic-find.el (which is where the function > >>>> is for me). If that still doesn't work, do a find/grep on your emacs or > >>>> cedet install dir (or better igrep) for the funciton. > >>>> > >>>> > >>>> On Jan 11, 2012, at 10:26 AM, Sam Steingold wrote: > >>>> > >>>>>> * Edwin Helbert Aponte Angarita > >>>>>> <[email protected]> [2012-01-08 > >>>>>> 23:22:32 +0000]: > >>>>>> > >>>>>> jde-parse-import-list: Invalid function: > >>>>>> semantic-brute-find-tag-by-class > >>>>> > >>>>> I had a similar problem and fixed it by adding an autoload cookie in > >>>>> semantic/edit.el > >>>>> > >>>>> -- > >>>>> Sam Steingold (http://sds.podval.org/) on Ubuntu 11.10 (oneiric) X > >>>>> 11.0.11004000 > >>>>> http://honestreporting.com http://pmw.org.il http://mideasttruth.com > >>>>> http://truepeace.org http://www.memritv.org http://camera.org > >>>>> In C you can make mistakes, while in C++ you can also inherit them! > >>>>> > >>>>> > >>>>> ------------------------------------------------------------------------------ > >>>>> Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a > >>>>> complex > >>>>> infrastructure or vast IT resources to deliver seamless, secure access > >>>>> to > >>>>> virtual desktops. With this all-in-one solution, easily deploy virtual > >>>>> desktops for less than the cost of PCs and save 60% on VDI > >>>>> infrastructure > >>>>> costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox > >>>>> _______________________________________________ > >>>>> jdee-users mailing list > >>>>> [email protected] > >>>>> https://lists.sourceforge.net/lists/listinfo/jdee-users > >>>> > >>>> > >>>> ------------------------------------------------------------------------------ > >>>> Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex > >>>> infrastructure or vast IT resources to deliver seamless, secure access to > >>>> virtual desktops. With this all-in-one solution, easily deploy virtual > >>>> desktops for less than the cost of PCs and save 60% on VDI > >>>> infrastructure > >>>> costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox > >>>> _______________________________________________ > >>>> jdee-users mailing list > >>>> [email protected] > >>>> https://lists.sourceforge.net/lists/listinfo/jdee-users > >>> > >>> > >>> > >>> ------------------------------------------------------------------------------ > >>> Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex > >>> infrastructure or vast IT resources to deliver seamless, secure access to > >>> virtual desktops. With this all-in-one solution, easily deploy virtual > >>> desktops for less than the cost of PCs and save 60% on VDI infrastructure > >>> costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox > >>> _______________________________________________ > >>> jdee-users mailing list > >>> [email protected] > >>> https://lists.sourceforge.net/lists/listinfo/jdee-users > >> > > > > > > > > > > > > ------------------------------------------------------------------------------ > > Keep Your Developer Skills Current with LearnDevNow! > > The most comprehensive online learning library for Microsoft developers > > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > > Metro Style Apps, more. Free future releases when you subscribe now! > > http://p.sf.net/sfu/learndevnow-d2d > > _______________________________________________ > > jdee-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/jdee-users > ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ jdee-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jdee-users
