vote up 6 vote down star
2

I've found several code completion elisp packages for emacs that do code completion, but most bind to a key such as M-/ to toggle completion. Is there something similar to Vim's omnicomplete where you can set it to automatically pop up a list of autocompletion options where you can either navigate through them, or just keep typing.

See screenshot for example:

alt text

flag

3 Answers

vote up 8 vote down check

I think company mode would best fit your description. Have a look at it.

link|flag
Awesome! I need to get company mode! – A. Levy 21 hours ago
vote up 3 vote down

There are a number, all a little different:

They all have their drawbacks and advantages.

The emacs wiki has a page for all the completion packages.

link|flag
vote up 1 vote down

Can you? Sure. Reset a timer on post-command-hook. If it goes off (because you are sitting at your screen not typing), pop-up the thing.

It seems easier to tell your computer what to do (by pressing keys) rather than having it wait for your to stop typing for a while, however. Bind completion to something like the "menu key", and you won't even have to chord.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.