-
-
Notifications
You must be signed in to change notification settings - Fork 645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cider-jump fails when nrepl server isn't local #589
Comments
@jeffvalk, would you please have a look at this? |
@tpope added a 'resource' info key for this use-case in vim. On Thu, May 29, 2014 at 7:17 AM, Bozhidar Batsov
|
@bbatsov Is this not the intent of |
@jeffvalk Frankly, I'm not particularly familiar with the tramp usage myself. I might eventually get to check this, but these days I'm mostly trying to figure out problems like #583 and #587. I found so many problems with the existing code in |
@bbatsov I hear you loud and clear. I'll give this one a look (it's also somewhat related to #552, which I'd like a clean solution for). At the moment, I don't have a non-local server handy to investigate though. @hugoduncan Could you try |
Setting Note that this isn't just related to tramp usage - it is possible to connect to a remote repl without using tramp. |
Possibly to avoid transport of large files over a constrained network connection -- but that's just a guess. (For instance, if you're VPN-ed in remotely, For reference, it looks like that feature was introduced in a9763ea. It also looks like having the |
…tramp by default. Rename `cider-use-local-resources` to `cider-prefer-local-resources` and set default value to nil. Rename `cider-emacs-or-clojure-side-adjustment` to `cider-file-path` for clarity (and brevity!).
Rename `cider-use-local-resources` to `cider-prefer-local-resources` and set default value to nil. Remove `cider-home-prefix-adjustment`. It was unnecessary, and a bug in `cider-emacs-or-clojure-side-adjustment` prevented it working as (apparently) designed anyway. Rename `cider-emacs-or-clojure-side-adjustment` to `cider-file-path` for clarity (and brevity!).
Is it possible to view source code while connecting to remote REPL? I am getting "No source Location". |
I have the same question with @c4ravan. Would anyone look into this. Thanks. |
The
cider-jump
command looks for symbols in local jar files, rather than in jar files on the nrepl server.The text was updated successfully, but these errors were encountered: