I just use hippie-expand.
(define-key global-map (read-kbd-macro "M-RET")  'hippie-expand)

Works great.  Combines multiple completion techniques into one key stroke.
Hit the key multiple times to cycle through the possible choices.

>-----Original Message-----
>From: Yaroslav Bulatov [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, August 31, 2000 12:44 PM
>To: [EMAIL PROTECTED]
>Subject: Code completion hints
>
>
>I'm trying to maximize my efficiency by using code completion whenever
>possible. So far I managed to use BeanShell completion to 
>complete method
>names and dabbrev expansion to complete recently typed code. 
>That covers
>most of my needs, however I still can't figure out a way to provide
>completion for class names only. Tags tables won't work for me 
>because I
>already use tags table local to my project to do project-local 
>search and
>replace. Documentation mentions a way of completion using info file for
>that particular language (C-u M-<tab>) Has anybody been able 
>to use that
>method of completion? And more generally -- is anybody willing to share
>their hints on code completion for Java?
>
>Yaroslav
>

Reply via email to