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

Fix xrefs for remote connections over TRAMP

Open gsingh93 opened this issue 2 years ago • 1 comments

Haven't done much extensive testing with this, but it fixes #413 for me.

gsingh93 avatar Mar 30 '23 06:03 gsingh93

@jacktasia would you be able to take a look at this to see if it's the proper fix?

gsingh93 avatar Jun 12 '23 15:06 gsingh93

@jacktasia would you be able to take a look at this to see if it's the proper fix?

lakkiy avatar May 14 '24 06:05 lakkiy

@jacktasia This patch has actually broken dumb-jump-go. It blindly adds tramp-path-prefix to a relative path, which is already added dumb-jump--result-follow as part of default-directory (default directory is ssh:host:path/to/dir and relative path in the results is always corresponding to default-directory.

Reverting this patch locally fixes it.

prashantvithani avatar Jun 24 '24 10:06 prashantvithani