clojure-emacs / clomacs

Simplifies Emacs Lisp interaction with Clojure and vice versa.
200 stars 21 forks source link

Error: Symbol’s function definition is void: clomacs-doc #6

Closed ghost closed 8 years ago

ghost commented 8 years ago

When I tried to install ~clomacs~ using ~mepla~. I got this error message.

clomacs.el:339:1:Error: Symbol’s function definition is void: clomacs-doc

I cloned this clomacs repo, and revert back to this commit: 6d4eb7a3ba5bc3674c851a8988fa14594952b744 . I can load the lisp ~clomacs.el~. Because some one here https://github.com/kostafey/ejc-sql/issues/11#issuecomment-215473710 indicted that he install successfully that time.

Because I don't have too much knowledge about ~clojure~. I can't really send a pull request. Can you verify this?

kostafey commented 8 years ago

Ok, I think last commit fixed it.

ghost commented 8 years ago

Thanks, works now.