Fork me on GitHub
#emacs
<
2023-12-10
>
Nim Sadeh23:12:28

Any ideas what to do about cider-get-ns-name: Wrong number of arguments: ((clojure-mode-abbrev-table t) nil "Return the namespace of the current Clojure buffer. When trying to compile? I am new to emacs so these errors are a bit over my head. I am using Emacs 29.1, cider 1.12.0, clojure-mode 5.18.1

vemv10:12:56

Strange that you get that error when your cider/clojure-mode versions are the latest. Try quitting emacs, removing all .elc files within your .emacs.d (or equivalent) dir, then trying again

vemv10:12:30

If that fails, check if there are duplicate definitions of clojure-mode.el in your .emacs.d (e.g. git submodule + elpa package)

Nim Sadeh15:12:09

I ended up deleting this configuration and installing Prelude, and everything has worked thus far, thanks!

👍 1