Scott Evans writes:
 > 
 > Sorry Paul, I spoke to soon -- as someone else pointed out, it's
 > actually a different error:
 > 
 > Signaling: (invalid-function (macro lambda (token streamorbuffer &optional 
 >search-parts search-includes) "Find all nonterminals with a token TOKEN within 
 >STREAMORBUFFER.
 > TOKEN is a symbol representing the type of the tokens to find.
 > Optional argument SEARCH-PARTS and SEARCH-INCLUDE are passed to
 > `semantic-find-nonterminal-by-function'." (backquote 
 >(semantic-find-nonterminal-by-function (lambda (tok) (eq (\, token) 
 >(semantic-token-token tok))) (\, streamorbuffer) (\, search-parts) (\, 
 >search-includes)))))
 >   semantic-find-nonterminal-by-token(... lots of stuff ...)
 >   jde-import-get-import-insertion-point()
 >   jde-import-insert-imports-into-buffer(("java.util.Vector"))
 >   jde-import-insert-imports(("java.util.Vector"))
 >   #<compiled-function (class) "...(37)" [imports class existing-import nil 
 >jde-import-get-existing-import message "Skipping: already imported %s" bsh-eval-r 
 >"jde.util.JdeUtilities.getQualifiedName(\"" "\");" jde-import-insert-imports "Error: 
 >could not find %s."] 5 ("c:\\Program 
 >Files\\XEmacs\\xemacs-packages\\lisp\\jde\\jde-import.elc" . 
                                                    ^^^^^^^^^^^^^^

Remove all the compiled functions in the JDE lisp directory and either run
the JDE uncompiled or recompile the JDE, using the jde-compile-jde command.

- Paul

>-5081) (list (read-from-minibuffer "Class: " ...))>("Vector")
 >   call-interactively(jde-import-find-and-import)
 > 

Reply via email to