I am using cx4a.org Auto Complete with GNU Emacs 24.3.1 and the following parameters:
(setq ac-ignore-case nil)
(define-key ac-completing-map "\r" nil)
(setq ac-auto-start 2)
When I print the prefix at the end of the line and want to move down the line (by pressing the down arrow key), instead of moving the cursor, the autocomplete menu appears. For example (in Python)
def passing():
print("passing")
def passed():
print("passed")
def willpass():
print("will pass")
When I insert a dummy function (which just passes) into the comment place, after entering it pass, I press the down arrow key (wishing to move down the line), but instead the options “pass, pass, pass” appear in the menu.
How to prevent this menu from appearing in this use case? I tried pereotografirovat <up>and <down>in both charts ac-mode-map and ac-menu-map at zero, with no effect.
. C-n Down , . ( ) .
, , ac-delay 1 - Tab, , .