abingham / flycheck-vale

Flycheck integration for the vale natural language linter
MIT License
64 stars 16 forks source link

Undefined symbols #4

Closed zovt closed 7 years ago

zovt commented 7 years ago

Hey, just installed this and tried it out. However, I am presented with an error when trying to lint:

Symbol's function definition is void: concatenate
abingham commented 7 years ago

Oops, sorry. I think concatenate is obsolete or something. I've updated the code to use append instead. Give it a shot now and let me know if it works.

zovt commented 7 years ago

Symbol's function definition is void: loop

zovt commented 7 years ago

Thanks for the quick response! :)

abingham commented 7 years ago

NP, I'm glad to see people use this...just wished I'd pushed up all the necessary fixes :)

Anyhow, I've pushed up a new change that should fix the loop issue. Try it now.

And sorry for the confusion. I'm a half-assed emacs-lisp programmer at best, and I don't always know the proper functions to use, what's been deprecated, etc. It's a bit of a zoo.

zovt commented 7 years ago

I'm a half-assed emacs-lisp programmer at best

I'm fairly certain you wrote emacs-ycmd, so I wouldn't say that :)

Looks like everything is good now! Thanks :D

abingham commented 7 years ago

Cool, I'm glad it works!