-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't understand myoptdir variable #2
Comments
It is defined in my own .emacs, It is only used in here: (add-to-list 'load-path (concat myoptdir "AC")) You can just replace it with the dir string where your AutoComplete plugin installed. (add-to-list 'load-path "/home/chenshu/foo/bar/AC") |
Thanks.I changed it,it worked,no error. But I can't see the correct member functions listed by auto-complete-clang. my test c++ application only has one main.cpp file. int main() The string class(basic_string)'s member functions are not listed,but some global functions are listed,e.g. Any idea? |
sudo ln -s /usr/include/c++/4.5/ |
Good! On Fri, Jun 24, 2011 at 1:49 PM, csfreebird <
|
Hello,
I read the article from here:
http://felipetonello.com/blog/2011/06/07/awesome-c-cpp-auto-completion-in-emacs/
And jumped to your site.
https://github.com/brianjcj/auto-complete-clang#readme
I tried your configuration on github.com,but got the following error message:
Warning (initialization): An error occurred while loading `/home/chenshu/.emacs':
Symbol's value as variable is void: myoptdir
I don't know what myoptdir variable is for?
The text was updated successfully, but these errors were encountered: