Skip to content

Company: An error occurred in auto-begin #36

Closed
@abhi18av

Description

@abhi18av

Hii @bbatsov

I'm trying to setup the cljs/clj REPL with the inf-clojure mode on Spacemacs.

After some guidance from ClojureScript wiki , the Planck REPL setup and README.md from inf-clojure repo I've set it up as following

(defun cljs-node-repl ()
  (interactive)
  (let ((default-directory "~/.emacs.d/private/snippets/cljs_repl/"))
    ;(shell-command "ls")
  (run-clojure "lein trampoline run -m clojure.main node_repl.clj")))

So, the basic thing is working fine but I keep getting this error

Search failed. This means there is unmatched expression somewhere or we are at the beginning/end of file.
Company: An error occurred in auto-begin
Company: backend company-capf error "Wrong type argument: listp, WARNING:" with args (candidates de)
Company: An error occurred in auto-begin
Company: backend company-capf error "Wrong type argument: listp, WARNING:" with args (candidates def)

which means the company backend isn't setup correctly, I guess. Could you please tell me how to correct this?

Thanks :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions