1.I downloads package from this: https://github.com/auto-complete/auto-complete
- Type: M-x load-file RET ~/auto-complete-master/etc/install.el RET
- install to: ~/.emacs.d/ RET
Installation Result show:
Successfully installed!
Add the following code to your .emacs:
(add-to-list 'load-path "~/.emacs.d")
(require 'auto-complete-config)(ac-config-default)
However, I don't see characters AC in mode-line. I type: M-x auto-complete-mode, but it show: [No match]
What problem with my emacs? (GNU Emacs 23, Ubuntu 14.04)