2017-09-24 21:09 GMT+03:00 Noam Postavsky : > Hmm, "silently"? You mean you don't get a 'python.el: native completion > setup loaded' message? If you enter a partial function name afterwards, > e.g. "ra" and then hit TAB, do you get the '0__dummy_completion__' etc > output? > Ah, sorry for not being clear. I was meaning "no error". What I get is: python.el: native completion setup loaded >>> ra[Tab]raise range 0__dummy_completion__ 1__dummy_completion__ >>> ra I think it's as expected? Best wishes, Andrey Paramonov