-
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jupyter-tramp.el: Implement a
file-exists-p
handler
The default handler for `file-exists-p` relies on `tramp-connectable-p` which in turn checks the process associated with the buffer corresponding to `tramp-buffer-name` of the remote file. For Jupyter files there is no such process. * jupyter-tramp.el (jupyter-tramp-file-name-handler-alist): Register the new handler. (jupyter-tramp-connected-p): New function. (jupyter-tramp-file-remote-p): Use it. (jupyter-tramp-file-exists-p): New function.
- Loading branch information
Showing
1 changed file
with
27 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters