You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies as I'm not sure if the problem is with clj-stacktrace or with https://github.com/purcell/ac-nrepl, but it's a bit of a showstopper for using this in the REPL in emacs so thought I'd mention it.
After substituting (use clj-stacktrace.repl) for (use 'clojure.stacktrace) in my .lein/profiles.clj:repl-options :init, ac-nrepl suddenly starts to hang when I nrepl-jack-in on "Caching JVM class names". Only restarting emacs fixes it.
Using lein 2.0.0 with latest nrepl.el and ac-nrepl.
The text was updated successfully, but these errors were encountered:
Apologies as I'm not sure if the problem is with clj-stacktrace or with https://github.com/purcell/ac-nrepl, but it's a bit of a showstopper for using this in the REPL in emacs so thought I'd mention it.
After substituting
(use clj-stacktrace.repl)
for(use 'clojure.stacktrace)
in my.lein/profiles.clj
:repl-options :init
, ac-nrepl suddenly starts to hang when Inrepl-jack-in
on "Caching JVM class names". Only restarting emacs fixes it.Using lein 2.0.0 with latest nrepl.el and ac-nrepl.
The text was updated successfully, but these errors were encountered: