I'm using Emacs Live because it seemed nice and saves me a lot of configuration work. Now it worked fine for a few days, but today something apparently broke. Specifically, auto completion broke (I believe it might be an issue with ac-nrepl). Basically, my minibuffer now only shows "Namespace not found.", I don't get real auto-completion anymore (only completion on words that are already in the file). And when I run C-c M-n
I get an empty *nREPL error* buffer every time auto completion would usually kick in.
EDIT: This only happens when I start an nrepl-server with nrepl-jack-in. Just connecting to an existing one (e.g. created with lein repl) works fine.