https://github.com/aki2o/auto-complete-pcmp.git
git clone 'git://github.com/aki2o/auto-complete-pcmp.git'
This is a extension of Emacs that provide the functions of auto-complete for handling Programmable Completion.
You can define the source of auto-complete.el to handle pcomplete.
(defvar ac-source-xxxx
'((candidates . ac-pcmp/get-ac-candidates)
(prefix . "xxxx \\(.*\\)")
(symbol . "x")
(requires . 0)
(cache)
(action . ac-pcmp/do-ac-action)))
2014/02/27 It's available by using melpa.
2014/03/03 It's available. But, master branch only.
(auto-install-from-url "https://raw.github.com/aki2o/auto-complete-pcmp/master/auto-complete-pcmp.el")
Download auto-complete-pcmp.el and put it on your load-path.
- In this case, you need to install each of the following dependency.
Enjoy!!!