dumb-jump icon indicating copy to clipboard operation
dumb-jump copied to clipboard

xref jump fails on Tramp opened files

Open TrunovS opened this issue 2 years ago • 2 comments

I observe some strange behavior with xref backend which doesn't shows with obsolete dumb-jump-go. When working over Tramp, through xref, jump to candidate goes in context of local machine, and opening local buffer as no such file exists. The same jump to candidate through obsolete dumb-jump-go works just fine. xref-file-name-display has no power here too: project-relative, abs

TrunovS avatar Feb 16 '22 09:02 TrunovS

Same issue here, when I use xref to jump to def it jump to local dir and it does not exist, and emacs say

Use M-x make-directory RET RET to create the directory and its parents

mrunhap avatar Jun 13 '22 06:06 mrunhap

This patch fixes this issue for me: https://github.com/jacktasia/dumb-jump/pull/432

gsingh93 avatar Mar 30 '23 06:03 gsingh93