-
Notifications
You must be signed in to change notification settings - Fork 158
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
treemacs-follow-mode on remote(tramp) server #1093
Comments
I'v never worked with remote files in Emacs, so I don't now how treemacs handles them. Let's first check if treemacs is able to even find your file. Open it and call If that doesn't work, try both of these code snippets. They must be evaluated inside the file you want followed. (with-selected-window (treemacs-get-local-window)
(treemacs-find-file (buffer-file-name (current-buffer))))
(with-selected-window (treemacs-get-local-window)
(treemacs-find-file (treemacs-canonical-path (buffer-file-name (current-buffer))))) |
I've been used treemacs in tramp well, and only thing that I've felt different from now is |
This issue has been automatically marked as stale because it has not had recent activity (this bot only works as a reminder, it will not close issues). |
What does this mean exactly, the file is found anyway because it's also local? Also what do you see when you call |
I myself don't remember what I supposed to say 😇
Here's stacktrace for |
This issue has been automatically marked as stale because it has not had recent activity (this bot only works as a reminder, it will not close issues). |
Hi, I wonder treemacs-follow-mode is working (I'm not at least) on remote server. If not, any guidance to support it would be appreicated.
The text was updated successfully, but these errors were encountered: