Trying out the new JDEE

[email protected] Fri, 4 Sep 2015 19:33:56 +0100
Newsgroups gmane.emacs.jdee.devel
Message-ID <[email protected]>
Hi,

I've just grabbed this from git with a few to trying it out
and possibly contributing subject to need / time / whatever.

I've noticed a few glitches:

1. Line 71 in jdee-imenu.el contains the following:
    ("static"        . ?=C2=A7)              ; =C2=A7

When I load JDEE on my system, it fails with the error =

load-with-code-conversion: Invalid read syntax: "?" I think it's
a charset problem but I'm not sure what's supposed to be here.
Commenting it out makes JDEE load file

2. Cask isn't listed as a dependency. Since the makefile doesn't
work without it, I'm guessing it should be.

3. If I open a simple Java file from my home dir it tries sucking
up the entire tree as a classpath. This takes forever and seems a
bit silly. I tried adding some system.out/err messages to the code
to troubleshoot it but the messages didn't appear in the *Messages*
buffer. I can't see where in the code is the bit that makes this
work. Any pointers?

Regards,

Richard

---------------------------------------------------------------------------=
---