clojure-emacs / clomacs

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

cdr: Wrong type argument: arrayp, ("clojure-test") #14

Closed ebpa closed 6 years ago

ebpa commented 6 years ago

The issue is on line https://github.com/clojure-emacs/clomacs/blob/0b2df9131a3ee02ae72b5ee170cb443439787e11/src/elisp/clomacs.el#L73

split-string returns a list which returns a list of strings rather than a string. I'm not sure what the intent was in 0b2df9131a3ee02ae72b5ee170cb443439787e11 otherwise I would have included that in a PR.

Thanks!

kostafey commented 6 years ago

Thank you. Looks fixed in https://github.com/clojure-emacs/clomacs/commit/047fc3c282c0edb198982987fc816c89313e367c. Could you check it, please?

ebpa commented 6 years ago

That did the trick! (thanks :-D