jde-gen-println issue - (void-function P)
Jason Church <[email protected]> Fri, 11 Aug 2006 20:12:49 +0000 (UTC)
| Newsgroups | gmane.emacs.jdee |
|---|---|
| Message-ID | <[email protected]> |
When ever I do any JDE commands that require user input, for example
jde-gen-println (C-c C-v C-l) i get an error:
Debugger entered--Lisp error: (void-function P)
(P "Print out: ")
eval((P "Print out: "))
(or (tempo-is-user-element element) (eval element))
(tempo-insert (or (tempo-is-user-element element) (eval element)) on-region)
(cond ((stringp element) (tempo-process-and-insert-string element)) ((and ...
...) (tempo-insert-prompt ...)) ((and ... ...) (if on-region ... ...)) ((and ...
...) (if tempo-interactive ... ...)) ((and ... ...) (mapcar ... ...)) ((eq
element ...) (tempo-insert-mark ...)) ((eq element ...) (if on-region ... ...))
((eq element ...) (if on-region ... ...)) ((eq element ...)
(indent-according-to-mode)) ((eq element ...) (if ... ...)) ((eq element ...)
(if ... ...)) ((eq element ...) (insert "\n")) ((eq element ...) (insert "\n")
(indent-according-to-mode)) ((eq element ...) (if ... ...)) ((null element)) (t
(tempo-insert ... on-region)))
tempo-insert((P "Print out: ") nil)
(lambda (elt) (tempo-insert elt on-region))((P "Print out: "))
mapcar((lambda (elt) (tempo-insert elt on-region)) ((end-of-line) (quote &)
"System.out.println(" (P "Print out: ") ");" (quote >) (quote n) (quote >)))
(save-excursion (tempo-insert-mark (point-marker)) (mapcar (function ...)
(symbol-value template)) (tempo-insert-mark (point-marker)))
tempo-insert-template(tempo-template-println nil)
jde-gen-println(nil)
* call-interactively(jde-gen-println)
I get this error on both an XP box and a Windows 2000 workstation. I've been
stumped on this issue for quite some time. I believe an older version of JDEE
worked a while back on one or both of my servers.
As a last ditch effort I've reinstalled all components, and minimized my .emacs
file
emacs 21.3.1 (windows fullbin)
JDEE 2.3.5.1
cedet 1.0pre3
elib from jdee site.
.emacs = minimal emacs as defined on JDE. I believe down to the letter.
My emacs site is located under My Documents/Home/emacs/site/...
All my searches on this have come back empty on this issue. Anyone have any
ideas?