Replies: 1 comment
-
Answering myself, I asked this question in the clojurans #emacs channel and was pointed to https://git.sr.ht/~dannyfreeman/jarchive which fixes this problem for me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd love to be able to "drill down" into Clojure code that my project depends on, but it's not working for me. However, I can see the source for (decompiled) Java programs. I made this 35-second video to show the issue. In it I'm running
M-.
(xref-find-definititon
) on first theprintln
symbol (fails), then theIllegalStateException
symbol (success) and finally thestr/blank?
symbol (fails):eglot-bug.mov
The project was created by running
lein new eglot-bug-repro
and editing thesrc/eglot_bug_repro/core.clj
file slightly to add the str/empty? and Java exception, just to have a couple more examples (including the successful one) than the generated project has.I'm on MacOS, and I'm installing emacs, eglot, and clojure-lsp with Nix. (My flake is here.)
Versions:
Beta Was this translation helpful? Give feedback.
All reactions