Sarcasm / company-irony

company-mode completion back-end for irony-mode
118 stars 11 forks source link

backend can't access company functions? #25

Closed LouLinear closed 7 years ago

LouLinear commented 7 years ago

My company-irony--post-completion seems unable to access the following company function: Debugger entered--Lisp error: (void-function company-template-c-like-templatify)

When programming in c++. The function company-template-c-like-templatify is in company-clang.el

Sarcasm commented 7 years ago

The function company-template-c-like-templatify is in company-clang.el

It looks like it's in company-template, https://github.com/company-mode/company-mode/blob/c353c7137f5c79790124990a2f7b7268afea785a/company-template.el#L147

How do you notice the issue?

I will add an explicit require for this.

Sarcasm commented 7 years ago

Closed by https://github.com/Sarcasm/company-irony/commit/f1d6761c581fd12fa1188e26478c0229d8348332