auto-complete source for completion-at-point
.
Most code is taken from company-mode.
This auto-complete source is useful in REPL buffer like inferior-python-mode
etc.
ac-capf
is available on MELPA and MELPA stable
You can install ac-capf
with the following command.
M-x package-install [RET] ac-capf [RET]
Set up the auto-complete source and enable auto-complete-mode
.
(add-hook 'inferior-python-mode-hook 'ac-capf-setup)