I suggest looking at the current source code. It uses beanshell to traverse the classpath. In return, beanshell returns a list as a sexp, which Emacs then reads and uses `completing-read'. Or wait until the next release, which will have an improved version which might address your needs.
Johan Andersson writes: > Hi, > > I'm trying to create my own custom function to jde-complete. But I cant > figure out how to get the list of completions without activating some other > completion method. > > Could someone please give me a short example of how this could be done? > > Thanks! > Hi,<br><br>I'm trying to create my own custom function to jde-complete. > But I cant figure out how to get the list of completions without activating > some other completion method.<br><br>Could someone please give me a short > example of how this could be done?<br> > <br>Thanks!<br> > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword_______________________________________________ > jdee-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/jdee-users -- ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ jdee-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jdee-users
