Golevka / emacs-clang-complete-async

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

some patches #64

Open unic0rn opened 10 years ago

unic0rn commented 10 years ago

cygwin's makefile may be usable for other platforms as well - there were complains that the whole thing fails to link, and this makefile was tested with clang 3.4 (compiled from source under cygwin). that, stdio.h, and some cc-mode fixes (you can't just ignore java, or duplicate the cc-mode hook from original ac, because then when the user tries to fix that by hooking up to not-common hook, magic happens. magical clusterfuck that is.). worth merging i guess.

andyleejordan commented 10 years ago

:+1: Tested it, solves my problems. Thanks!

unic0rn commented 10 years ago

sadly, i've ditched my fork together with whole auto-complete. as far as this thing worked more or less flawlessly, i'm using other languages usually and auto-complete speed was unacceptable, so i've switched to company-mode.

andyleejordan commented 10 years ago

@unic0rn Yeah I noticed I couldn't find your fork, but we can still get the code for this patch from the PR, and @Golevka can still merge it if he/she so desires.

ilovezfs commented 7 years ago

@Golevka ping on this