Golevka / emacs-clang-complete-async

An emacs plugin to complete C and C++ code using libclang
360 stars 71 forks source link

Event to trigger ac #30

Closed hongxuchen closed 11 years ago

hongxuchen commented 11 years ago

emacs-clang-complete-async really auto-complete faster than auto-complete-clang when using c++. However there seems no easy way to make auto-complete for it triggered by ac-trigger-key, actually I am wondering whether there is a way to temporarily stop auto-complete. I have set ac-auto-start as nil, but no effect. Also there seems no c source code completion for me(c++ is triggered with .,:,->, although it omits other completion cases).