On Thu, 2002-04-04 at 03:34, Sandip Chitale wrote:
> Are you looking for the following ?
>  
> (jde-open-class-source (jde-complete-eval-type-of (car
> (jde-complete-java-variable-at-point))))

Actually I think this should look like this (with Sandip's changed
jde-open-class-source so it copes with full classnames):

(defun jde-show-class-source()
  (interactive)
  (jde-open-class-source (jde-complete-eval-type-of
                          (thing-at-point 'symbol))))


        jtl

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to