On 16 Aug 2001 20:42:04 +1000, Steve Youngs wrote:
jde-1.29-pkg.tar.gz
semantic-1.10-pkg.tar.gz
Hi,
I just recompiled everything from CVS (xemacs and packages). I assume
that CVS (for a package) is more or less the same as a prerelease
package.
I had some little problems. First xslt-process didn't compile for me,
sorry that I don't have more info in that, I'll try do send something
for this.
The other thing was that when trying to do a completion in jde mode
(jde-complete-at-point) Emacs threw the following error, which I was
able to cure by recompiling jde-complete.el by hand. Maybe there is some
problems with the order of compilation in the Makefiles?
jtl
-------- snip ---------------------------------------------
Signaling: (invalid-function (macro . #<compiled-function (token
streamorbuffer &optional search-parts search-includes) "...(15)"
[search-includes search-parts streamorbuffer token
semantic-find-nonterminal-by-function lambda (tok) eq
((semantic-token-token tok))] 6
("/usr/local/lib/xemacs/xemacs-packages/lisp/semantic/semantic-util.elc"
. 14005)>))
semantic-find-nonterminal-by-token(package
(("de.schlund.pfixcore.generator.postchecks" package nil nil nil
#<extent [1, 50) semantic 0x8a260e4 in buffer IntegerRange.java>)
("java.util.StringTokenizer" include nil nil nil #<extent [51, 84)
semantic 0x8979850 in buffer IntegerRange.java>) ("IntegerRange" type
"class" (... ... ... ... ...) ("SimplePostCheck") (...) nil nil
#<extent
[225, 1107) semantic 0x8b4c7c0 in buffer IntegerRange.java>)))
jde-complete-import-list()
jde-complete-get-qualified-name("param")
jde-complete-eval-type-of("param")
jde-complete-find-completion-for-pair(("param" "tr"))
#<compiled-function nil "...(74)" [jde-complete-current-end title
jde-complete-current-beginning completion-list pair
jde-complete-java-variable-at-point nil "" "this"
insert-before-markers
"this." jde-complete-find-completion-for-pair "." "[...]"
jde-complete-popup-completion-menu message "No completion at this
point."] 5
("/usr/local/lib/xemacs/xemacs-packages/lisp/jde/jde-complete.elc" .
14746) nil>()
call-interactively(jde-complete-at-point-menu)