Golevka / emacs-clang-complete-async

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

Normal auto completion features doesn't work properly with auto-complete-clang #62

Open deb0ch opened 10 years ago

deb0ch commented 10 years ago

Hey,

Usually, when i use the normal auto-complete, it goes in the other buffers to search for propositions. For instance, when I open a header file with some function proptotypes in a new buffer, i can in another buffer start to type a function name included in the header file and be proposed to complete it. That functionality seems to be disabled when I load auto-complete-clang-async at the same time.

Has anyone experienced the same issue ?