On Sun, 9 Nov 2008, poppyer wrote: > Date: Sun, 09 Nov 2008 10:28:28 +0800 > From: poppyer <[EMAIL PROTECTED]> > To: Carlos Konstanski <[EMAIL PROTECTED]> > Cc: [email protected] > Subject: Re: [jdee-users] C-c C-v C-g randomly working/not working. > > > Carlos Konstanski <[EMAIL PROTECTED]> writes: > >> On Sun, 9 Nov 2008, [EMAIL PROTECTED] wrote: >> >>> Date: Sun, 09 Nov 2008 09:15:53 +0800 >>> From: [EMAIL PROTECTED] >>> To: [email protected] >>> Subject: [jdee-users] C-c C-v C-g randomly working/not working. >>> >>> Hi, All, >>> >>> My C-c C-v C-g (jde-open-class-at-point) just randomly doesn't work >>> from time to time. When it is not working, it shows: >>> >>> Can not find the source for "xxxx" >>> >>> Any settings I should look into? >>> >>> Cheers, >>> poppyer >> >> (jde-open-class-at-point) calls (jde-find-class-source-file). There >> is a quasi-patch to fix a bug in (jde-find-class-source-file) here: >> >> http://sourceforge.net/tracker/index.php?func=detail&aid=1861505&group_id=210946&atid=1015787 >> >> Carlos > > Tried. But still not working. > It still shows: > Can not find the source for "CountTriple" > > where CountTriple is my class name. > > Is there anyway to list all the parsed classnames to see if it is there? > > cheers, > poppyer
Did you recompile the file, or delete the .elc file? If it still doesn't work after that, turn on debugging in emacs and get a stack trace. Carlos ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ jdee-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jdee-users
