auto-complete-pcmp

https://github.com/aki2o/auto-complete-pcmp.git

git clone 'git://github.com/aki2o/auto-complete-pcmp.git'
7

What's this?

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.

Function

Sample

(defvar ac-source-xxxx
  '((candidates . ac-pcmp/get-ac-candidates)
    (prefix . "xxxx \\(.*\\)")
    (symbol . "x")
    (requires . 0)
    (cache)
    (action . ac-pcmp/do-ac-action)))

Install

If use package.el

2014/02/27 It's available by using melpa.

If use el-get.el

2014/03/03 It's available. But, master branch only.

If use auto-install.el

(auto-install-from-url "https://raw.github.com/aki2o/auto-complete-pcmp/master/auto-complete-pcmp.el")

Manually

Download auto-complete-pcmp.el and put it on your load-path.
- In this case, you need to install each of the following dependency.

Dependency

Tested On

Enjoy!!!