I always get "Can not parse the thing at point!"
whenever I try jde-open-class-at-point (C-c C-v C-g or C-c C-v C-y)

I tried it on a class name.

Here is what I have in my .emacs file
(add-to-list 'load-path (expand-file-name "/u1/local/share/emacs/tars/jde-2.3.2/lisp"))
(add-to-list 'load-path (expand-file-name "/u1/local/share/emacs/tars/elib-1.0"))
(add-to-list 'load-path "/u1/local/share/emacs/tars/eieio-0.17")
(add-to-list 'load-path "/u1/local/share/emacs/tars/speedbar-0.14beta4")
(add-to-list 'load-path "/u1/local/share/emacs/tars/semantic-1.4.4")
(add-to-list 'load-path "/u1/local/share/emacs/tars/ecb-1.95")

I did set jde-sourcepath
'(jde-sourcepath (quote ("/export/home/murali/proj/java/src" 
"/export/home/murali/proj/java/src/common")))

The emacs version I tried are
20.7.1 on Solaris 2.7
and 21.2.1 on Windows 2000.

Anybody else have this problem? Is it my configuration? Any workarounds/resolutions?

thanks
- Murali.

Reply via email to