Comment 7 for bug 1284141

Revision history for this message
Andreas Roehler (a-roehler) wrote : Re: [Bug 1284141] Re: completion doesn't work on GNU Emacs (mac)

Am 28.02.2014 15:21, schrieb Seong-Kook Shin:
> Actually, the symptom is same, no "*completion*" buffer, but dumps the
> candidates (separated by ';') in "*Python*" buffer.
>

Checked in some changes again.

Please try the following:

Start from emacs -Q

Load python-mode.el, make sure no compiled "*.elc"-file is around.
M-x python RET

insert "import socket"
RET
insert "socket."

M-TAB