From 4d62a88951e4202738db34810c5052fd2f24d655 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20H=C3=B6tzel?= Date: Mon, 31 Oct 2022 16:30:00 +0100 Subject: [PATCH] Use TRAMP handler for `access-file` Fixes file-not-found error when using `dired`. --- jupyter-tramp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyter-tramp.el b/jupyter-tramp.el index 1bf539a..111fbdc 100644 --- a/jupyter-tramp.el +++ b/jupyter-tramp.el @@ -112,7 +112,7 @@ host, localname, ..., are all bound to values parsed from FILE." ;; jupyter-tramp-write-region ;;;###autoload (defconst jupyter-tramp-file-name-handler-alist - '(;; `access-file' performed by default handler. + '((access-file . tramp-handle-access-file) (add-name-to-file . tramp-handle-add-name-to-file) ;; `byte-compiler-base-file-name' performed by default handler. ;; `copy-directory' performed by default handler.