Open
Conversation
added 7 commits
February 9, 2014 02:31
…of cc-mode (original ac hook for java and others, ac-clang for c/c++/objc)
|
👍 Tested it, solves my problems. Thanks! |
Closed
Author
|
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. |
|
@Golevka ping on this |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.