At 02:54 PM 7/5/00 -0400, you wrote:
>
>
>Paul -
>
>     These are the current bindings on my system (no modifications, i.e., key
>re-bindings, etc.)
>
>C-c C-v . runs the command jde-complete-at-point
>   which is an interactive Lisp function in `jde-complete'.
>(jde-complete-at-point)
>
>Smart-complete the method at point.
>
>C-c C-v C-. runs the command jde-complete-at-point-menu
>   which is an interactive Lisp function in `jde-complete'.
>(jde-complete-at-point-menu)
>not documented
>
>C-c C-v . does not show me anything in the minibuffer; instead, it
completes at
>point, but only a subset of the class's members/methods.
>For instance, if I do the following:
>
>Vector stuff = new Vector();
>stuff.<C-c C-v .>
>
>Emacs shows:
>
>stuff.clone(
>
>If I hit C-c C-v . again, it shows:
>
>stuff.equals(
>
>If I hit C-c C-v . again, I get the message "No completion at this point"
>
>This is not useful...what's wrong?  What information can I provide to help
>understand this problem a little better?


You are right. I seem to have broken jde-complete-at-point. I'll provide a
fix in the next release.

Thanks for tracking this down.

Regards,

Paul

------------------------------------------------------------
TECH SUPPORT POLICY

I respond only to requests that contain a complete problem report. The
easiest way to ensure that your report is complete is to include the output
of the JDE->Help->Submit Problem Report command in your request. 

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

JDE website: http://sunsite.auc.dk/jde/

JDE mailing list archive: 
http://www.mail-archive.com/[email protected]/maillist.html


Reply via email to