Dear list, I have now spent half a day to get omni completion working correctly for me. Many people say that it just works - others have given up getting it working. Actually it works as expected with the Python standard library:
import os os.<Ctrl-X><Ctrl-O> Then I get a choice of objects in the os module. But I don't get any completion of my own symbols or imported modules. The status line just reads "pattern not found". Do I need to create a ctags file manually? Can omni completion not complete anything but the standard library? Right now it's not even close to what I know from IDEs like Wing. I must have done something wrong because everybody else loves omni completion. :) Hints welcome. Christoph
