Skip to content
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

ac-complete-with-helm should use ac-complte-clang if possible #8

Closed
tuhdo opened this issue Jan 24, 2014 · 1 comment
Closed

ac-complete-with-helm should use ac-complte-clang if possible #8

tuhdo opened this issue Jan 24, 2014 · 1 comment
Assignees
Labels

Comments

@tuhdo
Copy link

tuhdo commented Jan 24, 2014

If ac-complete-clang is available and the current mode is C/C++, ac-helm should call ac-complete-clang immediately, like this:

(defun my-ac-complete-with-helm ()
  (interactive)
  (call-interactively 'ac-complete-with-helm)
  (call-interactively 'ac-complete-clang)
  )

It should use ac-complete-clang because ac-complete-clang also inserts function's arguments and allow user to change.

@yasuyk
Copy link
Owner

yasuyk commented Jan 25, 2014

Why should ac-complete-with-helm use ac-complte-clang? Non C/C++ user does not need ac-complte-clang. As I mentioned before, ac-helm is aimed at only supporting to narrow a lot of auto-complete candidates by helm. I wouldn't like to take a measure for individual auto-complete source.

Closing as invalid.

@yasuyk yasuyk closed this as completed Jan 25, 2014
@ghost ghost assigned yasuyk Jan 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants