flycheck / flycheck-inline

Display Flycheck errors inline
GNU General Public License v3.0
137 stars 10 forks source link

Flycheck error display error: (void-function flycheck-relevant-error-other-file-p) #13

Closed bjc closed 5 years ago

bjc commented 5 years ago

Issue #7 seems relevant, but I installed this package from git. Relevant commit is cf9eceabff8370f3b834b943a5777b9f914583f9 (master as of today).

I've gone through the code, and, indeed, there's no reference to that function except as called from flycheck-inline--error-position.

cpitclaudel commented 5 years ago

See https://github.com/flycheck/flycheck/blob/76e24628239eade428d40b88745b209121a845c2/flycheck.el#L3378 ; are you using an outdated flycheck?

bjc commented 5 years ago

Ah, my mistake. I was checking the flycheck-inline code, not flycheck itself.