tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tramp (2.4.3.27.1 nil/nil); error renaming to remote a file with spaces


From: Francesco Potortì
Subject: tramp (2.4.3.27.1 nil/nil); error renaming to remote a file with spaces in name
Date: Fri, 15 Jul 2022 14:56:48 +0200

If this is not enough I'll try and reproduce with emacs -Q

The problem is that whenever I rename a local file whose name contains
spaces to a remote scp directory, the "file name" becomes "file\\ name"
on the remote, and tramp gives an error saying that it has not found
"file name" on remote.  Then, I need to rename "file\\ name" to
file name" on remote to get a sane name.  No problem renaming from remote to 
local.

Emacs  : GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll 
bars)
 of 2021-11-27, modified by Debian
Package: tramp (2.4.3.27.1 nil/nil)

current state:
==============
(setq
 backup-by-copying nil
 backup-by-copying-when-linked nil
 backup-by-copying-when-mismatch t
 backup-by-copying-when-privileged-mismatch 200
 backup-directory-alist nil
 connection-local-criteria-alist '(((:application tramp) 
tramp-connection-local-default-profile))
 connection-local-profile-alist '((tramp-connection-local-default-profile 
(shell-file-name . "/bin/sh")
                                   (shell-command-switch . "-c"))
                                  )
 file-name-handler-alist 
'(("\\(?:\\.tzst\\|\\.zst\\|\\.dz\\|\\.txz\\|\\.xz\\|\\.lzma\\|\\.lz\\|\\.g?z\\|\\.\\(?:tgz\\|svgz\\|sifz\\)\\|\\.tbz2?\\|\\.bz2\\|\\.Z\\)\\(?:~\\|\\.~[-[:alnum:]:#@^._]+\\(?:~[[:digit:]]+\\)?~\\)?\\'"
 . jka-compr-handler)
                           ("\\.gpg\\(~\\|\\.~[0-9]+~\\)?\\'" . 
epa-file-handler)
                           
("\\`\\(.+\\.\\(?:7z\\|CAB\\|LZH\\|MSU\\|ZIP\\|a\\(?:pk\\|r\\)\\|c\\(?:ab\\|pio\\)\\|de\\(?:b\\|pot\\)\\|exe\\|iso\\|jar\\|lzh\\|m\\(?:su\\|tree\\)\\|od[bfgpst]\\|pax\\|r\\(?:ar\\|pm\\)\\|shar\\|t\\(?:ar\\|bz\\|gz\\|lz\\|xz\\|zst\\)\\|warc\\|x\\(?:ar\\|p[is]\\)\\|zip\\)\\(?:\\.\\(?:Z\\|bz2\\|gz\\|l\\(?:rz\\|z\\(?:ma\\|[4o]\\)?\\)\\|uu\\|xz\\|zst\\)\\)*\\)\\(/.*\\)\\'"
 . tramp-archive-file-name-handler)
                           
("\\`/\\(\\([^/|:]+:[^/|:]*|\\)*[^/|:]+\\(:[^/|:]*\\)?\\)?\\'" .
                            tramp-completion-file-name-handler)
                           ("^/\\(\\(?:\\([a-zA-Z0-9-]+\\):\\(?:\\([^/|:        
]+\\)@\\)?\\(\\(?:[a-zA-Z0-9_.%-]+\\|\\[\\(?:\\(?:[a-zA-Z0-9]*:\\)+[a-zA-Z0-9.]+\\)?]\\)\\(?:#[0-9]+\\)?\\)?|\\)+\\)?\\([a-zA-Z0-9-]+\\):\\(?:\\([^/|:
  
]+\\)@\\)?\\(\\(?:[a-zA-Z0-9_.%-]+\\|\\[\\(?:\\(?:[a-zA-Z0-9]*:\\)+[a-zA-Z0-9.]+\\)?]\\)\\(?:#[0-9]+\\)?\\)?:\\([^\n]*\\'\\)"
 . tramp-file-name-handler)
                           ("\\`/:" . file-name-non-special))
 password-cache t
 password-cache-expiry 16
 remote-file-name-inhibit-cache 10
 shell-prompt-pattern "^[^#$%>\n]*[#$%>] *"
 tramp--startup-hook nil
 tramp-actions-before-shell '((tramp-login-prompt-regexp tramp-action-login)
                              (tramp-password-prompt-regexp 
tramp-action-password)
                              (tramp-wrong-passwd-regexp 
tramp-action-permission-denied)
                              (shell-prompt-pattern tramp-action-succeed)
                              (tramp-shell-prompt-pattern tramp-action-succeed)
                              (tramp-yesno-prompt-regexp tramp-action-yesno) 
(tramp-yn-prompt-regexp tramp-action-yn)
                              (tramp-terminal-prompt-regexp 
tramp-action-terminal)
                              (tramp-antispoof-regexp 
tramp-action-confirm-message)
                              (tramp-process-alive-regexp 
tramp-action-process-alive))
 tramp-actions-copy-out-of-band '((tramp-password-prompt-regexp 
tramp-action-password)
                                  (tramp-wrong-passwd-regexp 
tramp-action-permission-denied)
                                  (tramp-copy-failed-regexp 
tramp-action-permission-denied)
                                  (tramp-process-alive-regexp 
tramp-action-out-of-band))
 tramp-adb-connect-if-not-connected nil
 tramp-adb-file-name-handler-alist '((access-file . tramp-handle-access-file)
                                     (add-name-to-file . 
tramp-handle-add-name-to-file)
                                     (copy-directory . 
tramp-handle-copy-directory)
                                     (copy-file . tramp-adb-handle-copy-file)
                                     (delete-directory . 
tramp-adb-handle-delete-directory)
                                     (delete-file . 
tramp-adb-handle-delete-file)
                                     (directory-file-name . 
tramp-handle-directory-file-name)
                                     (directory-files . 
tramp-handle-directory-files)
                                     (directory-files-and-attributes . 
tramp-adb-handle-directory-files-and-attributes)
                                     (dired-compress-file . ignore) 
(dired-uncache . tramp-handle-dired-uncache)
                                     (exec-path . tramp-adb-handle-exec-path)
                                     (expand-file-name . 
tramp-handle-expand-file-name)
                                     (file-accessible-directory-p . 
tramp-handle-file-accessible-directory-p)
                                     (file-acl . ignore) (file-attributes . 
tramp-adb-handle-file-attributes)
                                     (file-directory-p . 
tramp-handle-file-directory-p)
                                     (file-equal-p . tramp-handle-file-equal-p)
                                     (file-executable-p . 
tramp-handle-file-exists-p)
                                     (file-exists-p . 
tramp-handle-file-exists-p)
                                     (file-in-directory-p . 
tramp-handle-file-in-directory-p)
                                     (file-local-copy . 
tramp-adb-handle-file-local-copy)
                                     (file-modes . tramp-handle-file-modes)
                                     (file-name-all-completions . 
tramp-adb-handle-file-name-all-completions)
                                     (file-name-as-directory . 
tramp-handle-file-name-as-directory)
                                     (file-name-case-insensitive-p . 
tramp-handle-file-name-case-insensitive-p)
                                     (file-name-completion . 
tramp-handle-file-name-completion)
                                     (file-name-directory . 
tramp-handle-file-name-directory)
                                     (file-name-nondirectory . 
tramp-handle-file-name-nondirectory)
                                     (file-newer-than-file-p . 
tramp-handle-file-newer-than-file-p)
                                     (file-notify-add-watch . 
tramp-handle-file-notify-add-watch)
                                     (file-notify-rm-watch . 
tramp-handle-file-notify-rm-watch)
                                     (file-notify-valid-p . 
tramp-handle-file-notify-valid-p)
                                     (file-ownership-preserved-p . ignore)
                                     (file-readable-p . 
tramp-handle-file-exists-p)
                                     (file-regular-p . 
tramp-handle-file-regular-p)
                                     (file-remote-p . 
tramp-handle-file-remote-p)
                                     (file-selinux-context . 
tramp-handle-file-selinux-context)
                                     (file-symlink-p . 
tramp-handle-file-symlink-p)
                                     (file-system-info . 
tramp-adb-handle-file-system-info)
                                     (file-truename . 
tramp-adb-handle-file-truename)
                                     (file-writable-p . 
tramp-adb-handle-file-writable-p)
                                     (find-backup-file-name . 
tramp-handle-find-backup-file-name)
                                     (insert-directory . 
tramp-handle-insert-directory)
                                     (insert-file-contents . 
tramp-handle-insert-file-contents)
                                     (load . tramp-handle-load)
                                     (make-auto-save-file-name . 
tramp-handle-make-auto-save-file-name)
                                     (make-directory . 
tramp-adb-handle-make-directory)
                                     (make-directory-internal . ignore)
                                     (make-nearby-temp-file . 
tramp-handle-make-nearby-temp-file)
                                     (make-process . 
tramp-adb-handle-make-process)
                                     (make-symbolic-link . 
tramp-handle-make-symbolic-link)
                                     (process-file . 
tramp-adb-handle-process-file)
                                     (rename-file . 
tramp-adb-handle-rename-file) (set-file-acl . ignore)
                                     (set-file-modes . 
tramp-adb-handle-set-file-modes)
                                     (set-file-selinux-context . ignore)
                                     (set-file-times . 
tramp-adb-handle-set-file-times)
                                     (set-visited-file-modtime . 
tramp-handle-set-visited-file-modtime)
                                     (shell-command . 
tramp-handle-shell-command)
                                     (start-file-process . 
tramp-handle-start-file-process)
                                     (substitute-in-file-name . 
tramp-handle-substitute-in-file-name)
                                     (temporary-file-directory . 
tramp-handle-temporary-file-directory)
                                     (tramp-set-file-uid-gid . ignore) 
(unhandled-file-name-directory . ignore)
                                     (vc-registered . ignore)
                                     (verify-visited-file-modtime . 
tramp-handle-verify-visited-file-modtime)
                                     (write-region . 
tramp-adb-handle-write-region))
 tramp-adb-method "adb"
 tramp-adb-program "adb"
 tramp-adb-prompt "(decode-coding-string (base64-decode-string 
\"XltbOmRpZ2l0Ol1dKnw/W1s6YWxudW06XRs7W10qQD9bWzphbG51bTpdXSpbXiNcJF0qWyNcJF1b\nWzpzcGFjZTpdXQ==\")
 'raw-text)"
 tramp-antispoof-regexp "Access granted\\. Press Return to begin session\\. "
 tramp-archive-all-gvfs-methods '("archive" "afp" "dav" "davs" "ftp" "gdrive" 
"http" "https" "nextcloud" "sftp" "smb")
 tramp-archive-compression-suffixes '("bz2" "gz" "lrz" "lz" "lz4" "lzma" "lzo" 
"uu" "xz" "Z" "zst")
 tramp-archive-enabled t
 tramp-archive-file-name-handler-alist '((access-file . 
tramp-archive-handle-access-file)
                                         (add-name-to-file . 
tramp-archive-handle-not-implemented)
                                         (copy-file . 
tramp-archive-handle-copy-file)
                                         (delete-directory . 
tramp-archive-handle-not-implemented)
                                         (delete-file . 
tramp-archive-handle-not-implemented)
                                         (directory-file-name . 
tramp-archive-handle-directory-file-name)
                                         (directory-files . 
tramp-handle-directory-files)
                                         (directory-files-and-attributes . 
tramp-handle-directory-files-and-attributes)
                                         (dired-compress-file . 
tramp-archive-handle-not-implemented)
                                         (dired-uncache . 
tramp-archive-handle-dired-uncache) (exec-path . ignore)
                                         (file-accessible-directory-p . 
tramp-handle-file-accessible-directory-p)
                                         (file-acl . ignore) (file-attributes . 
tramp-archive-handle-file-attributes)
                                         (file-directory-p . 
tramp-handle-file-directory-p)
                                         (file-equal-p . 
tramp-handle-file-equal-p)
                                         (file-executable-p . 
tramp-archive-handle-file-executable-p)
                                         (file-exists-p . 
tramp-handle-file-exists-p)
                                         (file-in-directory-p . 
tramp-handle-file-in-directory-p)
                                         (file-local-copy . 
tramp-archive-handle-file-local-copy)
                                         (file-modes . tramp-handle-file-modes)
                                         (file-name-all-completions . 
tramp-archive-handle-file-name-all-completions)
                                         (file-name-case-insensitive-p . ignore)
                                         (file-name-completion . 
tramp-handle-file-name-completion)
                                         (file-newer-than-file-p . 
tramp-handle-file-newer-than-file-p)
                                         (file-notify-add-watch . ignore) 
(file-notify-rm-watch . ignore)
                                         (file-notify-valid-p . ignore) 
(file-ownership-preserved-p . ignore)
                                         (file-readable-p . 
tramp-archive-handle-file-readable-p)
                                         (file-regular-p . 
tramp-handle-file-regular-p)
                                         (file-selinux-context . 
tramp-handle-file-selinux-context)
                                         (file-symlink-p . 
tramp-handle-file-symlink-p)
                                         (file-system-info . 
tramp-archive-handle-file-system-info)
                                         (file-truename . 
tramp-archive-handle-file-truename)
                                         (file-writable-p . ignore) 
(find-backup-file-name . ignore)
                                         (insert-directory . 
tramp-archive-handle-insert-directory)
                                         (insert-file-contents . 
tramp-archive-handle-insert-file-contents)
                                         (load . tramp-archive-handle-load) 
(make-auto-save-file-name . ignore)
                                         (make-directory . 
tramp-archive-handle-not-implemented)
                                         (make-directory-internal . 
tramp-archive-handle-not-implemented)
                                         (make-nearby-temp-file . 
tramp-handle-make-nearby-temp-file)
                                         (make-process . ignore)
                                         (make-symbolic-link . 
tramp-archive-handle-not-implemented)
                                         (process-file . ignore) (rename-file . 
tramp-archive-handle-not-implemented)
                                         (set-file-acl . ignore)
                                         (set-file-modes . 
tramp-archive-handle-not-implemented)
                                         (set-file-selinux-context . ignore)
                                         (set-file-times . 
tramp-archive-handle-not-implemented)
                                         (set-visited-file-modtime . 
tramp-handle-set-visited-file-modtime)
                                         (shell-command . 
tramp-archive-handle-not-implemented)
                                         (start-file-process . 
tramp-archive-handle-not-implemented)
                                         (temporary-file-directory . 
tramp-archive-handle-temporary-file-directory)
                                         (unhandled-file-name-directory . 
ignore) (vc-registered . ignore)
                                         (verify-visited-file-modtime . 
tramp-handle-verify-visited-file-modtime)
                                         (write-region . 
tramp-archive-handle-not-implemented))
 tramp-archive-file-name-regexp 
"\\`\\(.+\\.\\(?:7z\\|CAB\\|LZH\\|MSU\\|ZIP\\|a\\(?:pk\\|r\\)\\|c\\(?:ab\\|pio\\)\\|de\\(?:b\\|pot\\)\\|exe\\|iso\\|jar\\|lzh\\|m\\(?:su\\|tree\\)\\|od[bfgpst]\\|pax\\|r\\(?:ar\\|pm\\)\\|shar\\|t\\(?:ar\\|bz\\|gz\\|lz\\|xz\\|zst\\)\\|warc\\|x\\(?:ar\\|p[is]\\)\\|zip\\)\\(?:\\.\\(?:Z\\|bz2\\|gz\\|l\\(?:rz\\|z\\(?:ma\\|[4o]\\)?\\)\\|uu\\|xz\\|zst\\)\\)*\\)\\(/.*\\)\\'"
 tramp-archive-hash '(nil)
 tramp-archive-method "archive"
 tramp-archive-suffixes '("7z" "apk" "ar" "cab" "CAB" "cpio" "deb" "depot" 
"exe" "iso" "jar" "lzh" "LZH" "msu" "MSU"
                          "mtree" "odb" "odf" "odg" "odp" "ods" "odt" "pax" 
"rar" "rpm" "shar" "tar" "tbz" "tgz" "tlz"
                          "txz" "tzst" "warc" "xar" "xpi" "xps" "zip" "ZIP")
 tramp-archive-unload-hook '(#[0 "\300\301\302\"\210\300\303\302\"\207"
                               [remove-hook tramp-cleanup-all-connections-hook 
tramp-archive-cleanup-hash
                                kill-emacs-hook]
                               3]
                             #[0 "\300\301\302\"\207"
                               [remove-hook after-init-hook 
tramp-register-archive-file-name-handler] 3]
                             (lambda nil (remove-hook 'after-init-hook 
#'tramp-register-archive-file-name-handler)))
 tramp-auto-save-directory nil
 tramp-autoload-file-name-regexp "\\`/[^/|:]+:"
 tramp-awk-coding-test "test -c /dev/zero && od -v -t x1 -A n </dev/null && 
busybox awk '{}' </dev/null"
 tramp-awk-decode "busybox awk '\\\nBEGIN {\n  b64 = 
\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\"\n}\n{\n  
for (i=1; i<=length($0); i++) {\n    c=index(b64, substr($0,i,1))\n    if(c--) 
{\n      for(b=0; b<6; b++) {\n        o=o*2+int(c/32); c=(c*2)%%64\n        
if(++obc==8) {\n          if (o) {\n            printf \"%%c\", o\n          } 
else {\n            system(\"dd if=/dev/zero bs=1 count=1 2>/dev/null\")\n      
    }\n          obc=0; o=0\n        }\n      }\n    }\n  }\n}'"
 tramp-awk-encode "od -v -t x1 -A n | busybox awk '\\\nBEGIN {\n  b64 = 
\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\"\n  b16 = 
\"0123456789abcdef\"\n}\n{\n  for (c=1; c<=length($0); c++) {\n    d=index(b16, 
substr($0,c,1))\n    if (d--) {\n      for (b=1; b<=4; b++) {\n        
o=o*2+int(d/8); d=(d*2)%%16\n        if (++obc==6) {\n          printf 
substr(b64,o+1,1)\n          if (++rc>75) { printf \"\\n\"; rc=0 }\n          
obc=0; o=0\n        }\n      }\n    }\n  }\n}\nEND {\n  if (obc) {\n    
tail=(obc==2) ? \"==\\n\" : \"=\\n\"\n    while (obc++<6) { o=o*2 }\n    printf 
\"%%c\", substr(b64,o+1,1)\n  } else {\n    tail=\"\\n\"\n  }\n  printf 
tail\n}'"
 tramp-backup-directory-alist nil
 tramp-bug-report-address "tramp-devel@gnu.org"
 tramp-cache-data '(((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil nil 
nil) ("perl-file-spec" t)
                     ("uname" "Linux 5.15.0-3-amd64") ("locale" 
"LC_ALL=en_US.utf8") ("test" "test")
                     ("remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" 
"/usr/local/bin" "/usr/local/sbin"))
                     ("pipe-buf" 4096) ("remote-shell" "/bin/sh") 
("file-exists" "test -e") ("case-insensitive" nil)
                     ("readlink" "\\readlink") ("stat" "env 
QUOTING_STYLE=locale \\stat") ("id" "/usr/bin/id")
                     ("gid-integer" 1000) ("gid-string" "pot") ("ls" "/bin/ls 
--color=never")
                     ("ls--quoting-style=literal --show-control-chars" 
"--quoting-style=literal --show-control-chars")
                     ("ls--dired" "--dired") ("df-blocksize" 1) ("df" "\\df 
--block-size=1 --output=size,used,avail")
                     ("perl-cwd-realpath" t) ("perl" "\\perl") ("git" "\\git") 
("touch-t" t) ("~" "/home/pot")
                     ("tmpdir" "/scp:fly.isti.cnr.it:/tmp") ("touch" "\\touch") 
("uid-integer" 1000)
                     ("first-password-request" ""))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/doc/.git" nil)
                     ("file-exists-p" ((25287 11464 655195 348000))) 
("file-readable-p" ((25287 11464 655209 505000))))
                    (nil ("locale" "en_US.utf8") ("uid-integer" 1000) 
("gid-integer" 1000))
                    ("#<process *tramp/scp fly.isti.cnr.it*>" ("temp-file" 
"/tmp/tramp.nGWpeK")
                     ("password-vector"
                      (tramp-file-name #("scp" 0 3 (tramp-default t)) nil nil 
"fly.isti.cnr.it" nil nil nil))
                     ("last-cmd-time" (25297 24447 784006 873000)) 
("remote-shell" "/bin/sh") ("chunksize" 0)
                     ("remote-tty" "/dev/pts/6") ("connected" t)
                     ("scripts" ("tramp_perl_file_name_all_completions" 
"tramp_vc_registered_read_file_names"))
                     ("device" (-1 . 1)) ("local-encoding" base64-encode-region)
                     ("local-decoding" base64-decode-region) ("remote-encoding" 
"base64")
                     ("remote-decoding" "base64 -d -i") ("inline-compress" "env 
GZIP= gzip")
                     ("inline-decompress" "env GZIP= gzip -d"))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/cng/da-sistemare/.svn" nil)
                     ("file-exists-p" ((25295 61971 236565 796000))) 
("file-readable-p" ((25295 61971 236572 878000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/.bzr/checkout/format" nil)
                     ("file-exists-p" ((25295 61972 482780 149000))) 
("file-readable-p" ((25295 61972 482788 265000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/.bzr/checkout/format" nil)
                     ("file-exists-p" ((25295 61972 482764 132000))) 
("file-readable-p" ((25295 61972 482773 239000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/.bzr/checkout/format" nil)
                     ("file-exists-p" ((25295 61971 236686 859000))) 
("file-readable-p" ((25295 61971 236692 572000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/doc/.bzr/checkout/format" nil)
                     ("file-exists-p" ((25287 11464 655019 898000))) 
("file-readable-p" ((25287 11464 655035 373000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      "/home/cng/pub/Attivita/loc-journal/ipbib/ipbib.pdf" nil)
                     ("file-directory-p" ((25297 24447 862644 32000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      "/home/cng/pub/pot/Documenti/articoli/Postuloca/ipbib" 
nil)
                     ("file-directory-p" ((25297 24447 456690 35000) . t)))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/.svn" nil)
                     ("file-exists-p" ((25295 61972 482575 692000))) 
("file-readable-p" ((25295 61972 482582 244000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/.svn" nil)
                     ("file-exists-p" ((25295 61972 482559 78000))) 
("file-readable-p" ((25295 61972 482567 693000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/.svn" nil)
                     ("file-exists-p" ((25295 61971 236588 816000))) 
("file-readable-p" ((25295 61971 236593 545000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/doc/.svn" nil)
                     ("file-exists-p" ((25287 11464 654734 935000))) 
("file-readable-p" ((25287 11464 654749 505000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/pub/Attivita/ispin" nil)
                     ("file-attributes-string"
                      ((25297 24446 911091 431000) t 10 "pot" "share" (25297 
24435 0 0) (25297 24446 0 0)
                       (25297 24446 0 0) 4096 "drwxrwsr-x" t 8011995 (-1 . 1))
                      )
                     ("file-readable-p" ((25297 24446 911161 132000) . t)))
                    ("#<process  *temp*>" nil)
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      "/home/cng/pub/Attivita/ispin/Editorial Board.xlsx" nil)
                     ("file-attributes-string" ((25297 24429 191656 756000)))
                     ("file-attributes-integer" ((25297 24429 459268 45000)))
                     ("file-readable-p" ((25297 24429 598477 759000))))
                    ("#<process  *temp*>" nil)
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      
"/home/cng/pub/Attivita/ispin/proposal/phase2/MoU/mou_societies_financial_J-ISPIN_april_2022-rjb-vf-kbo.docx"
 nil)
                     ("file-attributes-integer"
                      ((25297 18600 372276 391000) nil 1 1000 1000 (25297 18464 
0 0) (25297 18464 0 0)
                       (25297 18482 0 0) 50128 "-rw-rw-r--" nil 8044609 (-1 . 
1))
                      )
                     )
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home" nil)
                     ("file-directory-p" ((25295 61972 114868 148000) . t)))
                    ("#<process  *temp*>" nil) ("#<process  *temp*>" nil)
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/usr/local/sbin" nil)
                     ("file-exists-p" ((25295 24599 697481 9000) . t))
                     ("file-attributes-integer"
                      ((25295 24600 351967 363000) t 3 0 50 (25295 22199 0 0) 
(25064 7428 0 0) (25064 7428 0 0) 4096
                       "drwxrwsr-x" t 1300007 (-1 . 1))
                      )
                     ("file-truename" ((25295 24600 352007 520000) . 
"/usr/local/sbin"))
                     ("file-attributes-string"
                      ((25295 24600 450279 547000) t 3 "root" "staff" (25295 
22199 0 0) (25064 7428 0 0)
                       (25064 7428 0 0) 4096 "drwxrwsr-x" t 1300007 (-1 . 1))
                      )
                     ("file-readable-p" ((25295 24600 450360 566000) . t)))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      "/home/cng/pub/Attivita/EvAAL/2022/tracks/T7/orig" nil)
                     ("file-attributes-integer"
                      ((25286 52780 850175 538000) t 2 1000 1001 (25286 46584 0 
0) (25286 52780 0 0) (25286 52780 0 0)
                       4096 "drwxrwsr-x" t 9896026 (-1 . 1))
                      )
                     )
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/doc" nil)
                     ("file-directory-p" ((25287 11464 199448 245000) . t)))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/evaal/tracks/T7/orig" nil)
                     ("file-directory-p" ((25286 52779 493217 615000) . t))
                     ("file-attributes-integer"
                      ((25286 52779 727607 507000) t 2 1000 1001 (25286 46584 0 
0) (25286 46583 0 0) (25286 46583 0 0)
                       4096 "drwxrwsr-x" t 9896026 (-1 . 1))
                      )
                     ("file-truename"
                      ((25286 52780 777444 352000) . 
"/home/cng/pub/Attivita/EvAAL/2022/tracks/T7/orig"))
                     )
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/evaal/tracks/T7/testing.7z" nil)
                     ("file-exists-p" ((25286 51949 762999 351000))) 
("file-directory-p" ((25286 51949 955818 110000))))
                    ("#<process  *temp*>" nil)
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/evaal/tracks/T3" nil)
                     ("file-attributes-integer"
                      ((25286 51762 35562 605000) t 4 1000 1001 (25286 51695 0 
0) (25284 2181 0 0) (25284 2181 0 0)
                       4096 "drwxrwsr-x" t 9912404 (-1 . 1))
                      )
                     ("file-truename" ((25286 51762 35640 707000) . 
"/home/cng/pub/Attivita/EvAAL/2022/tracks/T3")))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/pub/Attivita/EvAAL/2022/tracks/T3"
                      nil)
                     ("file-attributes-string"
                      ((25286 51762 174986 282000) t 4 "pot" "share" (25286 
51695 0 0) (25284 2181 0 0)
                       (25284 2181 0 0) 4096 "drwxrwsr-x" t 9912404 (-1 . 1))
                      )
                     ("file-readable-p" ((25286 51762 175056 244000) . t)))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/pub/Attivita/EvAAL/2022/tracks"
                      nil)
                     nil)
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/evaal/tracks" nil) nil)
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      "/home/cng/pub/Attivita/EvAAL/2022/tracks/T7/trials" nil)
                     ("file-attributes-string"
                      ((25286 51666 473160 626000) t 2 "pot" "share" (25286 
51666 0 0) (25286 51666 0 0)
                       (25286 51666 0 0) 4096 "drwxrwsr-x" t 9912514 (-1 . 1))
                      )
                     ("file-readable-p" ((25286 51666 473216 508000) . t)))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/evaal/tracks/T7" nil)
                     ("file-directory-p" ((25286 51949 686663 260000) . t))
                     ("file-attributes-integer"
                      ((25286 51949 837490 303000) t 4 1000 1001 (25286 51632 0 
0) (25286 51666 0 0) (25286 51666 0 0)
                       4096 "drwxrwsr-x" t 9896023 (-1 . 1))
                      )
                     )
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil "/" 
nil)
                     ("file-directory-p" ((25295 61972 195421 278000) . t)))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/.git" nil)
                     ("file-exists-p" ((25295 61971 236746 629000))) 
("file-readable-p" ((25295 61971 236751 279000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/.git" nil)
                     ("file-exists-p" ((25295 61972 482906 661000))) 
("file-readable-p" ((25295 61972 482915 669000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/.git" nil)
                     ("file-exists-p" ((25295 61972 482922 810000))) 
("file-readable-p" ((25295 61972 482929 518000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/usr/local/sbin/tempthrottle" nil)
                     ("file-directory-p" ((25295 24608 842927 771000)))
                     ("file-attributes-integer"
                      ((25295 24608 939135 968000) nil 1 1000 1000 (25295 24545 
0 0) (23719 31004 0 0)
                       (23719 31004 0 0) 4775 "-rwxr-xr-x" nil 1300022 (-1 . 1))
                      )
                     ("file-truename" ((25295 24609 37633 105000) . 
"/usr/local/sbin/tempthrottle"))
                     ("file-exists-p" ((25295 24609 43261 983000) . t)))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/doc/.hg" nil)
                     ("file-exists-p" ((25287 11464 655365 12000))) 
("file-readable-p" ((25287 11464 655382 450000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/.hg" nil)
                     ("file-exists-p" ((25295 61971 236806 134000))) 
("file-readable-p" ((25295 61971 236811 351000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/.hg" nil)
                     ("file-exists-p" ((25295 61972 483047 718000))) 
("file-readable-p" ((25295 61972 483056 481000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/.hg" nil)
                     ("file-exists-p" ((25295 61972 483064 293000))) 
("file-readable-p" ((25295 61972 483071 109000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      "/home/pot/cng/da-sistemare/bollette/s.ehiweb2.pdf" nil)
                     ("file-exists-p" ((25295 61971 236632 210000))) 
("file-readable-p" ((25295 61971 236637 204000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/doc/_MTN/format" nil)
                     ("file-exists-p" ((25287 11464 655578 163000))) 
("file-readable-p" ((25287 11464 655593 295000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/_MTN/format" nil)
                     ("file-exists-p" ((25295 61971 236865 581000))) 
("file-readable-p" ((25295 61971 236870 421000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/_MTN/format" nil)
                     ("file-exists-p" ((25295 61972 483190 672000))) 
("file-readable-p" ((25295 61972 483199 874000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/_MTN/format" nil)
                     ("file-exists-p" ((25295 61972 483206 816000))) 
("file-readable-p" ((25295 61972 483213 725000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/usr/local" nil)
                     ("file-name-all-completions"
                      ((25295 24599 638605 837000) "include/" "share/" "../" 
"./" "man/" "games/" "sbin/" "lib/" "src/"
                       "bin/")
                      )
                     )
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/pub/pot/privato/da-sistemare" nil)
                     ("file-attributes-string"
                      ((25296 17104 593523 85000) t 4 "pot" "pot" (25295 60305 
0 0) (25286 9583 0 0) (25286 9583 0 0)
                       4096 "drwxrws---" nil 7983217 (-1 . 1))
                      )
                     ("file-readable-p" ((25296 17104 593624 344000) . t))
                     ("file-directory-p" ((25295 61971 695140 46000) . t)))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      "/home/cng/pub/pot/privato/da-sistemare/bollette" nil)
                     ("file-attributes-string"
                      ((25295 61839 677936 450000) t 2 "pot" "pot" (25295 61785 
0 0) (25295 61780 0 0)
                       (25295 61780 0 0) 4096 "drwxrwsr-x" nil 8028387 (-1 . 1))
                      )
                     ("file-readable-p" ((25295 61839 678058 786000) . t))
                     ("file-directory-p" ((25295 61971 583986 793000) . t)))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/cng" nil)
                     ("file-directory-p" ((25295 61970 763194 77000) . t))
                     ("file-exists-p" ((25297 17400 364993 770000) . t)))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/attivita" nil)
                     ("file-exists-p" ((25296 17112 251450 987000) . t)))
                    ("#<process  *temp*>" nil)
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/cng/.svn" nil)
                     ("file-exists-p" ((25295 61971 236577 821000))) 
("file-readable-p" ((25295 61971 236583 0))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      "/home/cng/pub/Attivita/ispin/proposal/phase2/MoU" nil)
                     ("file-attributes-string"
                      ((25297 18539 592245 428000) t 2 "pot" "pot" (25297 18538 
0 0) (25297 18482 0 0)
                       (25297 18482 0 0) 4096 "drwxrwxr-x" nil 8044591 (-1 . 1))
                      )
                     ("file-readable-p" ((25297 18539 592326 977000) . t)))
                    ("#<process  *temp*>" nil) ("#<process  *temp*<1>>" nil)
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      "/home/pot/cng/da-sistemare/.bzr/checkout/format" nil)
                     ("file-exists-p" ((25295 61971 236665 499000))) 
("file-readable-p" ((25295 61971 236670 778000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/cng/.bzr/checkout/format" nil)
                     ("file-exists-p" ((25295 61971 236676 811000))) 
("file-readable-p" ((25295 61971 236681 862000))))
                    ("#<process  *temp*>" nil)
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/cng/da-sistemare/.git" nil)
                     ("file-exists-p" ((25295 61971 236726 576000))) 
("file-readable-p" ((25295 61971 236731 902000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/cng/.git" nil)
                     ("file-exists-p" ((25295 61971 236736 505000))) 
("file-readable-p" ((25295 61971 236741 780000))))
                    ("#<process  *temp*>" nil)
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/cng/da-sistemare/.hg" nil)
                     ("file-exists-p" ((25295 61971 236785 202000))) 
("file-readable-p" ((25295 61971 236790 206000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/cng/.hg" nil)
                     ("file-exists-p" ((25295 61971 236796 289000))) 
("file-readable-p" ((25295 61971 236801 237000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/cng/da-sistemare/_MTN/format" nil)
                     ("file-exists-p" ((25295 61971 236845 115000))) 
("file-readable-p" ((25295 61971 236850 629000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/cng/_MTN/format" nil)
                     ("file-exists-p" ((25295 61971 236855 236000))) 
("file-readable-p" ((25295 61971 236860 119000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/pub/pot/privato" nil)
                     ("file-directory-p" ((25295 61971 744401 442000) . t)))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/pub/pot" nil)
                     ("file-directory-p" ((25295 61971 819711 828000) . t)))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/pub" nil)
                     ("file-directory-p" ((25295 61971 988472 198000) . t)))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng" nil)
                     ("file-directory-p" ((25295 61972 35946 247000) . t)))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      "/home/pot/cng/da-sistemare/bollette/SCCS/s.ehiweb2.pdf" 
nil)
                     ("file-exists-p" ((25295 61971 236619 425000))) 
("file-readable-p" ((25295 61971 236624 584000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      "/home/pot/cng/da-sistemare/bollette/RCS/ehiweb2.pdf" nil)
                     ("file-exists-p" ((25295 61971 236530 817000))) 
("file-readable-p" ((25295 61971 236535 811000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      "/home/pot/cng/da-sistemare/bollette/ehiweb2.pdf,v" nil)
                     ("file-exists-p" ((25295 61971 236518 8000))) 
("file-readable-p" ((25295 61971 236523 918000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      "/home/pot/cng/da-sistemare/bollette/RCS/ehiweb2.pdf,v" 
nil)
                     ("file-exists-p" ((25295 61971 236504 146000))) 
("file-readable-p" ((25295 61971 236511 195000))))
                    ("#<process  *temp*>" nil)
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/pub/pot/privato/da-sistemare/.svn"
                      nil)
                     ("file-exists-p" ((25295 61972 482470 566000))) 
("file-readable-p" ((25295 61972 482480 114000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/pub/pot/privato/.svn" nil)
                     ("file-exists-p" ((25295 61972 482488 177000))) 
("file-readable-p" ((25295 61972 482496 515000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/pub/pot/.svn" nil)
                     ("file-exists-p" ((25295 61972 482506 162000))) 
("file-readable-p" ((25295 61972 482515 310000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/pub/.svn" nil)
                     ("file-exists-p" ((25295 61972 482524 408000))) 
("file-readable-p" ((25295 61972 482533 612000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/.svn" nil)
                     ("file-exists-p" ((25295 61972 482542 340000))) 
("file-readable-p" ((25295 61972 482550 419000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      
"/home/cng/pub/pot/privato/da-sistemare/bollette/_MTN/format" nil)
                     ("file-exists-p" ((25295 61972 483081 185000))) 
("file-readable-p" ((25295 61972 483090 546000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      "/home/cng/pub/pot/privato/da-sistemare/bollette/.hg" nil)
                     ("file-exists-p" ((25295 61972 482939 504000))) 
("file-readable-p" ((25295 61972 482949 485000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      "/home/cng/pub/pot/privato/da-sistemare/bollette/.git" 
nil)
                     ("file-exists-p" ((25295 61972 482798 313000))) 
("file-readable-p" ((25295 61972 482807 532000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      
"/home/cng/pub/pot/privato/da-sistemare/bollette/.bzr/checkout/format" nil)
                     ("file-exists-p" ((25295 61972 482654 507000))) 
("file-readable-p" ((25295 61972 482664 888000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      
"/home/cng/pub/pot/privato/da-sistemare/.bzr/checkout/format" nil)
                     ("file-exists-p" ((25295 61972 482674 556000))) 
("file-readable-p" ((25295 61972 482684 406000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      "/home/cng/pub/pot/privato/.bzr/checkout/format" nil)
                     ("file-exists-p" ((25295 61972 482693 614000))) 
("file-readable-p" ((25295 61972 482702 828000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/pub/pot/.bzr/checkout/format" nil)
                     ("file-exists-p" ((25295 61972 482711 555000))) 
("file-readable-p" ((25295 61972 482720 418000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/pub/.bzr/checkout/format" nil)
                     ("file-exists-p" ((25295 61972 482729 67000))) 
("file-readable-p" ((25295 61972 482737 795000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/.bzr/checkout/format" nil)
                     ("file-exists-p" ((25295 61972 482746 575000))) 
("file-readable-p" ((25295 61972 482755 341000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      
"/home/cng/pub/pot/privato/da-sistemare/bollette/.src/ehiweb.pdf,v" nil)
                     ("file-exists-p" ((25295 61953 639249 201000))) 
("file-readable-p" ((25295 61953 639255 248000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/pub/pot/privato/da-sistemare/.git"
                      nil)
                     ("file-exists-p" ((25295 61972 482817 40000))) 
("file-readable-p" ((25295 61972 482826 274000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/pub/pot/privato/.git" nil)
                     ("file-exists-p" ((25295 61972 482835 563000))) 
("file-readable-p" ((25295 61972 482844 236000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/pub/pot/.git" nil)
                     ("file-exists-p" ((25295 61972 482853 101000))) 
("file-readable-p" ((25295 61972 482862 201000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/pub/.git" nil)
                     ("file-exists-p" ((25295 61972 482871 59000))) 
("file-readable-p" ((25295 61972 482879 745000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/.git" nil)
                     ("file-exists-p" ((25295 61972 482888 844000))) 
("file-readable-p" ((25295 61972 482897 884000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      
"/home/cng/pub/pot/privato/da-sistemare/bollette/s.ehiweb.pdf" nil)
                     ("file-exists-p" ((25295 61953 639237 936000))) 
("file-readable-p" ((25295 61953 639242 923000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/pub/pot/privato/da-sistemare/.hg"
                      nil)
                     ("file-exists-p" ((25295 61972 482958 867000))) 
("file-readable-p" ((25295 61972 482967 825000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/pub/pot/privato/.hg" nil)
                     ("file-exists-p" ((25295 61972 482976 680000))) 
("file-readable-p" ((25295 61972 482986 740000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/pub/pot/.hg" nil)
                     ("file-exists-p" ((25295 61972 482996 316000))) 
("file-readable-p" ((25295 61972 483005 197000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/pub/.hg" nil)
                     ("file-exists-p" ((25295 61972 483013 938000))) 
("file-readable-p" ((25295 61972 483022 327000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/.hg" nil)
                     ("file-exists-p" ((25295 61972 483030 860000))) 
("file-readable-p" ((25295 61972 483039 217000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      
"/home/cng/pub/pot/privato/da-sistemare/bollette/SCCS/s.ehiweb.pdf" nil)
                     ("file-exists-p" ((25295 61953 639225 921000))) 
("file-readable-p" ((25295 61953 639231 868000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      "/home/cng/pub/pot/privato/da-sistemare/_MTN/format" nil)
                     ("file-exists-p" ((25295 61972 483099 902000))) 
("file-readable-p" ((25295 61972 483109 664000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/pub/pot/privato/_MTN/format" nil)
                     ("file-exists-p" ((25295 61972 483120 56000))) 
("file-readable-p" ((25295 61972 483129 695000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/pub/pot/_MTN/format" nil)
                     ("file-exists-p" ((25295 61972 483138 995000))) 
("file-readable-p" ((25295 61972 483148 818000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/pub/_MTN/format" nil)
                     ("file-exists-p" ((25295 61972 483156 743000))) 
("file-readable-p" ((25295 61972 483166 162000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/_MTN/format" nil)
                     ("file-exists-p" ((25295 61972 483174 561000))) 
("file-readable-p" ((25295 61972 483182 855000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/pub/pot/wnlab/Brandbook WNLAB.zip"
                      nil)
                     ("file-attributes-string" ((25297 17428 530598 292000)))
                     ("file-attributes-integer" ((25297 17428 686003 902000)))
                     ("file-readable-p" ((25297 17428 821933 793000))))
                    ("#<process  *temp*>" nil)
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      "/home/cng/pub/pot/privato/da-sistemare/bollette/.svn" 
nil)
                     ("file-exists-p" ((25295 61972 482451 947000))) 
("file-readable-p" ((25295 61972 482461 352000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      
"/home/cng/pub/pot/privato/da-sistemare/bollette/CVS/Entries" nil)
                     ("file-exists-p" ((25295 61972 482434 800000))) 
("file-readable-p" ((25295 61972 482443 552000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      
"/home/cng/pub/pot/privato/da-sistemare/bollette/RCS/ehiweb.pdf" nil)
                     ("file-exists-p" ((25295 61953 639117 892000))) 
("file-readable-p" ((25295 61953 639122 897000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      
"/home/cng/pub/pot/privato/da-sistemare/bollette/ehiweb.pdf,v" nil)
                     ("file-exists-p" ((25295 61953 639105 797000))) 
("file-readable-p" ((25295 61953 639111 171000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      
"/home/cng/pub/pot/privato/da-sistemare/bollette/RCS/ehiweb.pdf,v" nil)
                     ("file-exists-p" ((25295 61953 639091 621000))) 
("file-readable-p" ((25295 61953 639098 900000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      "/home/pot/cng/da-sistemare/bollette/_MTN/format" nil)
                     ("file-exists-p" ((25295 61971 236834 552000))) 
("file-readable-p" ((25295 61971 236840 74000))))
                    ("#<process  *temp*>" nil) ("#<process  *temp*>" nil)
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/pub/pot/wnlab" nil)
                     ("file-attributes-string"
                      ((25297 17453 656995 188000) t 6 "pot" "pot" (25297 17439 
0 0) (25297 17453 0 0)
                       (25297 17453 0 0) 4096 "drwxrwsr-x" nil 3621383 (-1 . 1))
                      )
                     ("file-readable-p" ((25297 17453 657023 752000) . t)))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/wnl" nil)
                     ("file-directory-p" ((25297 17391 787395 954000)))
                     ("file-attributes-integer" ((25297 17392 324398 164000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/procmaillog" nil)
                     ("file-exists-p" ((25297 17391 649585 6000) . t)))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/.hugindata" nil)
                     ("file-exists-p" ((25297 17391 570806 887000) . t)))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/.octaverc" nil)
                     ("file-exists-p" ((25297 17391 490127 120000) . t)))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/.procmailrc~" nil)
                     ("file-exists-p" ((25297 17391 411313 976000) . t)))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/cng/da-sistemare/bollette/.hg" nil)
                     ("file-exists-p" ((25295 61971 236774 605000))) 
("file-readable-p" ((25295 61971 236779 740000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/cng/da-sistemare/bollette/.git"
                      nil)
                     ("file-exists-p" ((25295 61971 236716 804000))) 
("file-readable-p" ((25295 61971 236721 819000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      
"/home/pot/cng/da-sistemare/bollette/.bzr/checkout/format" nil)
                     ("file-exists-p" ((25295 61971 236654 73000))) 
("file-readable-p" ((25295 61971 236660 411000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      "/home/pot/cng/da-sistemare/bollette/.src/ehiweb.pdf,v" 
nil)
                     ("file-exists-p" ((25295 61952 542677 811000))) 
("file-readable-p" ((25295 61952 542682 527000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      "/home/pot/cng/da-sistemare/bollette/s.ehiweb.pdf" nil)
                     ("file-exists-p" ((25295 61952 542667 225000))) 
("file-readable-p" ((25295 61952 542672 22000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      "/home/pot/cng/da-sistemare/bollette/SCCS/s.ehiweb.pdf" 
nil)
                     ("file-exists-p" ((25295 61952 542656 301000))) 
("file-readable-p" ((25295 61952 542661 410000))))
                    ("#<process  *temp*>" nil) ("#<process  *temp*>" nil)
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/.screenlets" nil)
                     ("file-exists-p" ((25297 17391 272322 628000) . t)))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/.gnupg" nil)
                     ("file-exists-p" ((25297 17391 176681 435000) . t)))
                    ("#<process  *temp*>" nil) ("#<process  *temp*<1>>" nil)
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      "/home/cng/pub/Attivita/ispin/web/smartphone-sensors.svg" 
nil)
                     ("file-attributes-integer"
                      ((25296 17133 275242 729000) nil 1 1000 1000 (25296 15791 
0 0) (25296 15757 0 0)
                       (25296 15884 0 0) 764888 "-rw-rw-r--" nil 3262581 (-1 . 
1))
                      )
                     )
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      "/home/cng/pub/Attivita/ispin/web/smartphones-stairs.pdf" 
nil)
                     ("file-attributes-integer"
                      ((25296 18717 571980 312000) nil 1 1000 1001 (25296 18677 
0 0) (25296 18660 0 0)
                       (25296 18660 0 0) 170839 "-rw-rw-r--" t 8044600 (-1 . 1))
                      )
                     )
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/cng/da-sistemare/bollette/.svn"
                      nil)
                     ("file-exists-p" ((25295 61971 236555 260000))) 
("file-readable-p" ((25295 61971 236560 378000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      "/home/pot/cng/da-sistemare/bollette/CVS/Entries" nil)
                     ("file-exists-p" ((25295 61971 236542 699000))) 
("file-readable-p" ((25295 61971 236547 959000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      "/home/pot/cng/da-sistemare/bollette/RCS/ehiweb.pdf" nil)
                     ("file-exists-p" ((25295 61952 542573 383000))) 
("file-readable-p" ((25295 61952 542578 597000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      "/home/pot/cng/da-sistemare/bollette/ehiweb.pdf,v" nil)
                     ("file-exists-p" ((25295 61952 542561 160000))) 
("file-readable-p" ((25295 61952 542566 829000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      "/home/pot/cng/da-sistemare/bollette/RCS/ehiweb.pdf,v" 
nil)
                     ("file-exists-p" ((25295 61952 542547 556000))) 
("file-readable-p" ((25295 61952 542554 571000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/cng/da-sistemare" nil)
                     ("file-directory-p" ((25296 17104 349301 468000) . t))
                     ("file-exists-p" ((25296 17103 806838 852000) . t))
                     ("file-attributes-integer"
                      ((25296 17104 513181 878000) t 4 1000 1000 (25295 60305 0 
0) (25286 9583 0 0) (25286 9583 0 0)
                       4096 "drwxrws---" nil 7983217 (-1 . 1))
                      )
                     ("file-truename" ((25296 17104 513210 587000) . 
"/home/cng/pub/pot/privato/da-sistemare")))
                    ("#<process  *temp*>" nil) ("#<process  *temp*>" nil) 
("#<process  *temp*>" nil)
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      "/home/cng/pub/Attivita/ispin/web/smartphone-sensors.pdf" 
nil)
                     ("file-attributes-integer"
                      ((25296 17130 923772 809000) nil 1 1000 1000 (25296 15786 
0 0) (25296 15768 0 0)
                       (25296 15884 0 0) 358808 "-rw-rw-r--" nil 3267304 (-1 . 
1))
                      )
                     )
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/attivita/ispin/ipbib.pdf" nil)
                     ("file-directory-p" ((25297 24447 550771 67000)))
                     ("file-attributes-integer"
                      ((25297 24447 783022 827000) 
"/home/pot/attivita/loc-journal/ipbib/ipbib.pdf" 1 1000 1001
                       (25296 15847 0 0) (24454 8355 0 0) (24454 8355 0 0) 46 
"lrwxrwxrwx" t 8012050 (-1 . 1))
                      )
                     ("file-truename"
                      ((25297 24447 783081 639000) . 
"/home/cng/pub/Attivita/loc-journal/ipbib/ipbib.pdf"))
                     )
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/cng/pub/Attivita/ispin/web" nil)
                     ("file-attributes-string"
                      ((25296 18702 3537 933000) t 2 "pot" "share" (25296 18671 
0 0) (25296 18660 0 0)
                       (25296 18660 0 0) 4096 "drwxrwsr-x" t 8044597 (-1 . 1))
                      )
                     ("file-readable-p" ((25296 18702 3623 424000) . t)))
                    ("#<process  *temp*>" nil)
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      
"/home/cng/pub/pot/privato/da-sistemare/bollette/.src/ehiweb2.pdf,v" nil)
                     ("file-exists-p" ((25295 61972 482634 843000))) 
("file-readable-p" ((25295 61972 482644 283000))))
                    ("#<process  *temp*>" nil) ("#<process  *temp*<2>>" nil) 
("#<process  *temp*<1>>" nil)
                    ("#<process  *temp*>" nil) ("#<process  *temp*<3>>" nil) 
("#<process  *temp*<2>>" nil)
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/attivita/ispin/ipbib" nil)
                     ("file-directory-p" ((25297 24447 216284 684000) . t))
                     ("file-attributes-integer"
                      ((25297 24447 376800 941000) t 17 1000 1000 (25295 29116 
0 0) (25245 61431 0 0) (25245 61431 0 0)
                       4096 "drwxrwsr-x" nil 8257562 (-1 . 1))
                      )
                     ("file-truename"
                      ((25297 24447 376882 886000) . 
"/home/cng/pub/pot/Documenti/articoli/Postuloca/ipbib"))
                     )
                    ("#<process  *temp*>" nil)
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      
"/home/cng/pub/pot/privato/da-sistemare/bollette/s.ehiweb2.pdf" nil)
                     ("file-exists-p" ((25295 61972 482614 826000))) 
("file-readable-p" ((25295 61972 482624 229000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      
"/home/cng/pub/pot/privato/da-sistemare/bollette/SCCS/s.ehiweb2.pdf" nil)
                     ("file-exists-p" ((25295 61972 482594 407000))) 
("file-readable-p" ((25295 61972 482604 404000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      
"/home/cng/pub/pot/privato/da-sistemare/bollette/RCS/ehiweb2.pdf" nil)
                     ("file-exists-p" ((25295 61972 482418 653000))) 
("file-readable-p" ((25295 61972 482426 303000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      
"/home/cng/pub/pot/privato/da-sistemare/bollette/ehiweb2.pdf,v" nil)
                     ("file-exists-p" ((25295 61972 482398 972000))) 
("file-readable-p" ((25295 61972 482408 795000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      
"/home/cng/pub/pot/privato/da-sistemare/bollette/RCS/ehiweb2.pdf,v" nil)
                     ("file-exists-p" ((25295 61972 482377 672000))) 
("file-readable-p" ((25295 61972 482387 845000))))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      "/home/pot/cng/da-sistemare/bollette/.src/ehiweb2.pdf,v" 
nil)
                     ("file-exists-p" ((25295 61971 236643 100000))) 
("file-readable-p" ((25295 61971 236648 753000))))
                    ("#<process  *temp*<1>>" nil) ("#<process  *temp*>" nil)
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil
                      "/home/cng/pub/Attivita/ispin/proposal/phase2" nil)
                     nil)
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/attivita/ispin" nil)
                     ("file-attributes-integer"
                      ((25297 24446 815672 674000) t 10 1000 1001 (25297 24435 
0 0) (25297 24446 0 0) (25297 24446 0 0)
                       4096 "drwxrwsr-x" t 8011995 (-1 . 1))
                      )
                     ("file-truename" ((25297 24446 815760 989000) . 
"/home/cng/pub/Attivita/ispin")))
                    ((tramp-file-name "scp" nil nil "fly.isti.cnr.it" nil 
"/home/pot/doc/revisioni/22-ICTE-Tiwari-3.md"
                      nil)
                     ("file-exists-p" ((25296 17094 734579 495000) . t)))
                    ("#<process  *temp*<3>>" nil))
 tramp-cache-data-changed t
 tramp-cache-read-persistent-data ""
 tramp-cache-unload-hook '(#[0 "\300\301\302\"\207" [remove-hook 
kill-emacs-hook tramp-dump-connection-properties] 3]
                           #[0 
"\300\301\302\"\210\300\303\302\"\210\300\304\302\"\207"
                             [remove-hook before-revert-hook 
tramp-flush-file-function eshell-pre-command-hook
                              kill-buffer-hook]
                             3]
                           )
 tramp-chunksize nil
 tramp-cleanup-all-connections-hook '(tramp-archive-cleanup-hash)
 tramp-cleanup-connection-hook nil
 tramp-compat-use-url-tramp-p t
 tramp-completion-file-name-handler-alist '((file-name-all-completions .
                                             
tramp-completion-handle-file-name-all-completions)
                                            (file-name-completion . 
tramp-completion-handle-file-name-completion))
 tramp-completion-file-name-regexp 
"\\`/\\(\\([^/|:]+:[^/|:]*|\\)*[^/|:]+\\(:[^/|:]*\\)?\\)?\\'"
 tramp-completion-file-name-regexp-alist '((default . 
"\\`/\\(\\([^/|:]+:[^/|:]*|\\)*[^/|:]+\\(:[^/|:]*\\)?\\)?\\'")
                                           (simplified . 
"\\`/\\(\\([^/|:]*|\\)*[^/|:]+\\)?\\'")
                                           (separate . 
"\\`/\\(\\[[^]]*\\)?\\'"))
 tramp-completion-file-name-regexp-default 
"\\`/\\(\\([^/|:]+:[^/|:]*|\\)*[^/|:]+\\(:[^/|:]*\\)?\\)?\\'"
 tramp-completion-file-name-regexp-separate "\\`/\\(\\[[^]]*\\)?\\'"
 tramp-completion-file-name-regexp-simplified 
"\\`/\\(\\([^/|:]*|\\)*[^/|:]+\\)?\\'"
 tramp-completion-function-alist '(("fcp" (tramp-parse-shosts 
"~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("psftp" (tramp-parse-shosts 
"~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("pscp" (tramp-parse-shosts 
"~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("plink" (tramp-parse-shosts 
"~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("sg" (tramp-parse-etc-group "/etc/group"))
                                   ("ksu" (tramp-parse-passwd "/etc/passwd"))
                                   ("doas" (tramp-parse-passwd "/etc/passwd"))
                                   ("sudo" (tramp-parse-passwd "/etc/passwd"))
                                   ("su" (tramp-parse-passwd "/etc/passwd")) 
("nc" (tramp-parse-hosts "/etc/hosts"))
                                   ("telnet" (tramp-parse-hosts "/etc/hosts"))
                                   ("sshx" (tramp-parse-shosts 
"~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("ssh" (tramp-parse-shosts 
"~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("rsync" (tramp-parse-shosts 
"~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("scpx" (tramp-parse-shosts 
"~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("scp" (tramp-parse-shosts 
"~/.ssh/known_hosts")
                                    (tramp-parse-sconfig "~/.ssh/config"))
                                   ("sftp" (tramp-gvfs-parse-device-names 
"_ssh._tcp")
                                    (tramp-gvfs-parse-device-names 
"_workstation._tcp"))
                                   ("davs" (tramp-gvfs-parse-device-names 
"_webdav._tcp"))
                                   ("dav" (tramp-gvfs-parse-device-names 
"_webdav._tcp"))
                                   ("afp" (tramp-gvfs-parse-device-names 
"_afpovertcp._tcp"))
                                   ("adb" (tramp-adb-parse-device-names ""))
                                   ("rclone" (tramp-rclone-parse-device-names 
""))
                                   ("sudoedit" (tramp-parse-passwd 
"/etc/passwd")))
 tramp-completion-function-alist-putty '((tramp-parse-putty 
"~/.putty/sessions"))
 tramp-completion-function-alist-rsh '((tramp-parse-rhosts "/etc/hosts.equiv") 
(tramp-parse-rhosts "~/.rhosts"))
 tramp-completion-function-alist-sg '((tramp-parse-etc-group "/etc/group"))
 tramp-completion-function-alist-ssh '((tramp-parse-rhosts "/etc/hosts.equiv") 
(tramp-parse-rhosts "/etc/shosts.equiv")
                                       (tramp-parse-shosts 
"/etc/ssh_known_hosts")
                                       (tramp-parse-sconfig "/etc/ssh_config")
                                       (tramp-parse-shostkeys 
"/etc/ssh2/hostkeys")
                                       (tramp-parse-sknownhosts 
"/etc/ssh2/knownhosts")
                                       (tramp-parse-rhosts "~/.rhosts") 
(tramp-parse-rhosts "~/.shosts")
                                       (tramp-parse-shosts 
"~/.ssh/known_hosts") (tramp-parse-sconfig "~/.ssh/config"))
 tramp-completion-function-alist-su '((tramp-parse-passwd "/etc/passwd"))
 tramp-completion-function-alist-telnet '((tramp-parse-hosts "/etc/hosts"))
 tramp-completion-mode nil
 tramp-completion-reread-directory-timeout 10
 tramp-completion-use-auth-sources t
 tramp-confirm-rename-file-names t
 tramp-connection-local-default-profile '((shell-file-name . "/bin/sh") 
(shell-command-switch . "-c"))
 tramp-connection-min-time-diff 5
 tramp-connection-properties nil
 tramp-connection-timeout 60
 tramp-copy-failed-regexp "\\(.+: \\(No such file or directory\\|Permission 
denied\\|is a directory\\|not a regular file\\)\\)\\s-*"
 tramp-copy-size-limit 10240
 tramp-current-connection nil
 tramp-debug-font-lock-keywords '(list (concat "^\\(?:" 
tramp-debug-outline-regexp "\\).+")
                                  '(1 font-lock-warning-face t t) '(0 
(outline-font-lock-face) keep t))
 tramp-debug-outline-regexp "[0-9]+:[0-9]+:[0-9]+\\.[0-9]+ \\(?:\\(#<thread 
.+>\\) \\)?[a-z0-9-]+ (\\([0-9]+\\)) #"
 tramp-default-host "pot"
 tramp-default-host-alist '(("adb" nil "") ("rclone" nil ""))
 tramp-default-method "scp"
 tramp-default-method-alist '((nil "\\`\\(anonymous\\|ftp\\)\\'" "ftp") 
("\\`ftp\\." nil "ftp")
                              
("\\`\\(127\\.0\\.0\\.1\\|::1\\|localhost6?\\|pot\\)\\'" "\\`root\\'" "su"))
 tramp-default-method-marker "-"
 tramp-default-proxies-alist nil
 tramp-default-remote-shell "/bin/sh"
 tramp-default-rename-alist nil
 tramp-default-user nil
 tramp-default-user-alist 
'(("\\`\\(?:fcp\\|krlogin\\|nc\\|r\\(?:cp\\|emcp\\|sh\\)\\|telnet\\)\\'" nil 
"pot")
                            ("\\`\\(?:doas\\|ksu\\|su\\(?:do\\)?\\)\\'" nil 
"root") ("\\`smb\\'" nil nil)
                            ("\\`sudoedit\\'" nil "root"))
 tramp-device-escape-sequence-regexp "(decode-coding-string 
(base64-decode-string \"G1tbMC05XStu\") 'raw-text)"
 tramp-devices 1
 tramp-display-escape-sequence-regexp "(decode-coding-string 
(base64-decode-string \"G1tbOzAtOV0rbQ==\") 'raw-text)"
 tramp-domain-regexp "[a-zA-Z0-9_.-]+"
 tramp-echo-mark "_echo"
 tramp-echo-mark-marker "_echo"
 tramp-echo-mark-marker-length 5
 tramp-echoed-echo-mark-regexp "_echo\\(\\( \\)?\\)\\{5\\}"
 tramp-encoding-command-interactive "-i"
 tramp-encoding-command-switch "-c"
 tramp-encoding-shell "/bin/sh"
 tramp-end-of-heredoc "a2dc2367d031c0fb1537771956a25736"
 tramp-end-of-output "///613b44a7aeb6e459cbfe56622664e2a7#$"
 tramp-file-missing 'file-missing
 tramp-file-mode-type-map '((0 . "-") (1 . "p") (2 . "c") (3 . "m") (4 . "d") 
(5 . "?") (6 . "b") (7 . "?") (8 . "-")
                            (9 . "n") (10 . "l") (11 . "?") (12 . "s") (13 . 
"D") (14 . "w"))
 tramp-file-name-regexp "(decode-coding-string (base64-decode-string 
\"Xi9cKFwoPzpcKFthLXpBLVowLTktXStcKTpcKD86XChbXi98OiAJXStcKUBcKT9cKFwoPzpbYS16\nQS1aMC05Xy4lLV0rXHxcW1woPzpcKD86W2EtekEtWjAtOV0qOlwpK1thLXpBLVowLTkuXStcKT9d\nXClcKD86I1swLTldK1wpP1wpP3xcKStcKT9cKFthLXpBLVowLTktXStcKTpcKD86XChbXi98OiAJ\nXStcKUBcKT9cKFwoPzpbYS16QS1aMC05Xy4lLV0rXHxcW1woPzpcKD86W2EtekEtWjAtOV0qOlwp\nK1thLXpBLVowLTkuXStcKT9dXClcKD86I1swLTldK1wpP1wpPzpcKFteCg1dKlwnXCk=\")
 'raw-text)"
 tramp-file-name-structure '("^/\\(\\(?:\\([a-zA-Z0-9-]+\\):\\(?:\\([^/|:       
]+\\)@\\)?\\(\\(?:[a-zA-Z0-9_.%-]+\\|\\[\\(?:\\(?:[a-zA-Z0-9]*:\\)+[a-zA-Z0-9.]+\\)?]\\)\\(?:#[0-9]+\\)?\\)?|\\)+\\)?\\([a-zA-Z0-9-]+\\):\\(?:\\([^/|:
  
]+\\)@\\)?\\(\\(?:[a-zA-Z0-9_.%-]+\\|\\[\\(?:\\(?:[a-zA-Z0-9]*:\\)+[a-zA-Z0-9.]+\\)?]\\)\\(?:#[0-9]+\\)?\\)?:\\([^\n]*\\'\\)"
 5 6 7 8 1)
 tramp-foreign-file-name-handler-alist '((tramp-adb-file-name-p . 
tramp-adb-file-name-handler)
                                         (tramp-ftp-file-name-p . 
tramp-ftp-file-name-handler)
                                         (tramp-gvfs-file-name-p . 
tramp-gvfs-file-name-handler)
                                         (tramp-rclone-file-name-p . 
tramp-rclone-file-name-handler)
                                         (tramp-smb-file-name-p . 
tramp-smb-file-name-handler)
                                         (tramp-sudoedit-file-name-p . 
tramp-sudoedit-file-name-handler)
                                         (identity . 
tramp-sh-file-name-handler))
 tramp-ftp-method "ftp"
 tramp-gio-events '("attribute-changed" "changed" "changes-done-hint" "created" 
"deleted" "moved" "pre-unmount"
                    "unmounted")
 tramp-goa-identity-regexp "^\\([^/|:   
]+\\)?@\\([a-zA-Z0-9_.%-]+\\)?\\(?::\\([0-9]+\\)\\)?"
 tramp-goa-interface-account "org.gnome.OnlineAccounts.Account"
 tramp-goa-interface-calendar "org.gnome.OnlineAccounts.Calendar"
 tramp-goa-interface-chat "org.gnome.OnlineAccounts.Chat"
 tramp-goa-interface-contacts "org.gnome.OnlineAccounts.Contacts"
 tramp-goa-interface-documents "org.gnome.OnlineAccounts.Manager"
 tramp-goa-interface-files "org.gnome.OnlineAccounts.Files"
 tramp-goa-interface-mail "org.gnome.OnlineAccounts.Mail"
 tramp-goa-interface-oauth2based "org.gnome.OnlineAccounts.OAuth2Based"
 tramp-goa-interface-photos "org.gnome.OnlineAccounts.Photos"
 tramp-goa-interface-printers "org.gnome.OnlineAccounts.Printers"
 tramp-goa-methods '("gdrive" "nextcloud")
 tramp-goa-path "/org/gnome/OnlineAccounts"
 tramp-goa-path-accounts "/org/gnome/OnlineAccounts/Accounts"
 tramp-goa-path-manager "/org/gnome/OnlineAccounts/Manager"
 tramp-goa-service "org.gnome.OnlineAccounts"
 tramp-gvfs-dbus-event-vector nil
 tramp-gvfs-enabled t
 tramp-gvfs-file-attributes '("name" "type" "standard::display-name" 
"standard::symlink-target" "standard::is-volatile"
                              "unix::nlink" "unix::uid" "owner::user" 
"unix::gid" "owner::group" "time::access"
                              "time::modified" "time::changed" "standard::size" 
"unix::mode" "access::can-read"
                              "access::can-write" "access::can-execute" 
"unix::inode" "unix::device")
 tramp-gvfs-file-attributes-with-gvfs-info-regexp 
"^[[:blank:]]*\\(access::can-\\(?:execute\\|read\\|write\\)\\|name\\|owner::\\(?:group\\|user\\)\\|standard::\\(?:display-name\\|is-volatile\\|s\\(?:ize\\|ymlink-target\\)\\)\\|t\\(?:ime::\\(?:access\\|\\(?:chang\\|modifi\\)ed\\)\\|ype\\)\\|unix::\\(?:device\\|gid\\|inode\\|mode\\|nlink\\|uid\\)\\):[[:blank:]]+\\(.*\\)$"
 tramp-gvfs-file-attributes-with-gvfs-ls-regexp 
"[[:blank:]]\\(access::can-\\(?:execute\\|read\\|write\\)\\|name\\|owner::\\(?:group\\|user\\)\\|standard::\\(?:display-name\\|is-volatile\\|s\\(?:ize\\|ymlink-target\\)\\)\\|t\\(?:ime::\\(?:access\\|\\(?:chang\\|modifi\\)ed\\)\\|ype\\)\\|unix::\\(?:device\\|gid\\|inode\\|mode\\|nlink\\|uid\\)\\)=\\(.+?\\)"
 tramp-gvfs-file-name-handler-alist '((access-file . tramp-handle-access-file)
                                      (add-name-to-file . 
tramp-handle-add-name-to-file)
                                      (copy-directory . 
tramp-handle-copy-directory)
                                      (copy-file . tramp-gvfs-handle-copy-file)
                                      (delete-directory . 
tramp-gvfs-handle-delete-directory)
                                      (delete-file . 
tramp-gvfs-handle-delete-file)
                                      (directory-file-name . 
tramp-handle-directory-file-name)
                                      (directory-files . 
tramp-handle-directory-files)
                                      (directory-files-and-attributes . 
tramp-handle-directory-files-and-attributes)
                                      (dired-compress-file . ignore) 
(dired-uncache . tramp-handle-dired-uncache)
                                      (exec-path . ignore) (expand-file-name . 
tramp-gvfs-handle-expand-file-name)
                                      (file-accessible-directory-p . 
tramp-handle-file-accessible-directory-p)
                                      (file-acl . ignore) (file-attributes . 
tramp-gvfs-handle-file-attributes)
                                      (file-directory-p . 
tramp-handle-file-directory-p)
                                      (file-equal-p . tramp-handle-file-equal-p)
                                      (file-executable-p . 
tramp-gvfs-handle-file-executable-p)
                                      (file-exists-p . 
tramp-handle-file-exists-p)
                                      (file-in-directory-p . 
tramp-handle-file-in-directory-p)
                                      (file-local-copy . 
tramp-handle-file-local-copy)
                                      (file-modes . tramp-handle-file-modes)
                                      (file-name-all-completions . 
tramp-gvfs-handle-file-name-all-completions)
                                      (file-name-as-directory . 
tramp-handle-file-name-as-directory)
                                      (file-name-case-insensitive-p . 
tramp-handle-file-name-case-insensitive-p)
                                      (file-name-completion . 
tramp-handle-file-name-completion)
                                      (file-name-directory . 
tramp-handle-file-name-directory)
                                      (file-name-nondirectory . 
tramp-handle-file-name-nondirectory)
                                      (file-newer-than-file-p . 
tramp-handle-file-newer-than-file-p)
                                      (file-notify-add-watch . 
tramp-gvfs-handle-file-notify-add-watch)
                                      (file-notify-rm-watch . 
tramp-handle-file-notify-rm-watch)
                                      (file-notify-valid-p . 
tramp-handle-file-notify-valid-p)
                                      (file-ownership-preserved-p . ignore)
                                      (file-readable-p . 
tramp-gvfs-handle-file-readable-p)
                                      (file-regular-p . 
tramp-handle-file-regular-p)
                                      (file-remote-p . 
tramp-handle-file-remote-p)
                                      (file-selinux-context . 
tramp-handle-file-selinux-context)
                                      (file-symlink-p . 
tramp-handle-file-symlink-p)
                                      (file-system-info . 
tramp-gvfs-handle-file-system-info)
                                      (file-truename . 
tramp-handle-file-truename)
                                      (file-writable-p . 
tramp-handle-file-writable-p)
                                      (find-backup-file-name . 
tramp-handle-find-backup-file-name)
                                      (insert-directory . 
tramp-handle-insert-directory)
                                      (insert-file-contents . 
tramp-handle-insert-file-contents)
                                      (load . tramp-handle-load)
                                      (make-auto-save-file-name . 
tramp-handle-make-auto-save-file-name)
                                      (make-directory . 
tramp-gvfs-handle-make-directory)
                                      (make-directory-internal . ignore)
                                      (make-nearby-temp-file . 
tramp-handle-make-nearby-temp-file)
                                      (make-process . ignore) 
(make-symbolic-link . tramp-handle-make-symbolic-link)
                                      (process-file . ignore) (rename-file . 
tramp-gvfs-handle-rename-file)
                                      (set-file-acl . ignore) (set-file-modes . 
tramp-gvfs-handle-set-file-modes)
                                      (set-file-selinux-context . ignore)
                                      (set-file-times . 
tramp-gvfs-handle-set-file-times)
                                      (set-visited-file-modtime . 
tramp-handle-set-visited-file-modtime)
                                      (shell-command . ignore) 
(start-file-process . ignore)
                                      (substitute-in-file-name . 
tramp-handle-substitute-in-file-name)
                                      (temporary-file-directory . 
tramp-handle-temporary-file-directory)
                                      (tramp-set-file-uid-gid . 
tramp-gvfs-handle-set-file-uid-gid)
                                      (unhandled-file-name-directory . ignore) 
(vc-registered . ignore)
                                      (verify-visited-file-modtime . 
tramp-handle-verify-visited-file-modtime)
                                      (write-region . 
tramp-handle-write-region))
 tramp-gvfs-file-system-attributes '("filesystem::free" "filesystem::size" 
"filesystem::used")
 tramp-gvfs-file-system-attributes-regexp 
"^[[:blank:]]*\\(filesystem::\\(?:free\\|size\\|used\\)\\):[[:blank:]]+\\(.*\\)$"
 tramp-gvfs-get-remote-uid-gid-in-progress nil
 tramp-gvfs-gio-mapping '(("gvfs-copy" . "copy") ("gvfs-info" . "info") 
("gvfs-ls" . "list") ("gvfs-mkdir" . "mkdir")
                          ("gvfs-monitor-file" . "monitor") ("gvfs-mount" . 
"mount") ("gvfs-move" . "move")
                          ("gvfs-rm" . "remove") ("gvfs-set-attribute" . "set") 
("gvfs-trash" . "trash"))
 tramp-gvfs-interface-mountoperation "org.gtk.vfs.MountOperation"
 tramp-gvfs-interface-mounttracker "org.gtk.vfs.MountTracker"
 tramp-gvfs-listmounts "ListMounts"
 tramp-gvfs-methods '("afp" "dav" "davs" "sftp")
 tramp-gvfs-methods-mounttracker '("LookupMount" "LookupMountByFusePath" 
"MountLocation" "ListMounts" "ListMounts2"
                                   "RegisterMount" "UnregisterMount" 
"ListMountTypes" "ListMountableInfo"
                                   "RegisterFuse")
 tramp-gvfs-mountlocation "MountLocation"
 tramp-gvfs-mountlocation-signature "(aya{sv})(so)"
 tramp-gvfs-nextcloud-default-prefix "/remote.php/webdav"
 tramp-gvfs-nextcloud-default-prefix-regexp "/remote\\.php/webdav$"
 tramp-gvfs-password-anonymous-supported 16
 tramp-gvfs-password-need-domain 4
 tramp-gvfs-password-need-password 1
 tramp-gvfs-password-need-username 2
 tramp-gvfs-password-saving-supported 8
 tramp-gvfs-path-mounttracker "/org/gtk/vfs/mounttracker"
 tramp-gvfs-path-tramp "/org/gnu/Emacs/Tramp"
 tramp-gvfs-service-daemon "org.gtk.vfs.Daemon"
 tramp-gvfs-zeroconf-domain "local"
 tramp-handle-file-local-copy-hook nil
 tramp-handle-write-region-hook nil
 tramp-histfile-override "~/.tramp_history"
 tramp-host-regexp "[a-zA-Z0-9_.%-]+"
 tramp-host-with-port-regexp "\\([a-zA-Z0-9_.%-]+\\)#\\([0-9]+\\)"
 tramp-ignored-file-name-regexp nil
 tramp-initial-end-of-output "#$ "
 tramp-initial-file-name-regexp "\\`/[^/:]+:[^/:]*:"
 tramp-inline-compress-commands '(("env GZIP= gzip" "env GZIP= gzip -d") 
("bzip2" "bzip2 -d") ("xz" "xz -d")
                                  ("zstd --rm" "zstd -d --rm") ("compress" 
"compress -d"))
 tramp-inline-compress-start-size 4096
 tramp-inodes 0
 tramp-ipv6-regexp "\\(?:[a-zA-Z0-9]*:\\)+[a-zA-Z0-9.]+"
 tramp-local-coding-commands '((b64 base64-encode-region base64-decode-region)
                               (uu tramp-uuencode-region uudecode-decode-region)
                               (pack "perl -e 'binmode STDIN; binmode STDOUT; 
print pack(q{u*}, join q{}, <>)'"
                                "perl -e 'binmode STDIN; binmode STDOUT; print 
unpack(q{u*}, join q{}, <>)'")
                               )
 tramp-local-end-of-line "\n"
 tramp-local-host-regexp "\\`\\(127\\.0\\.0\\.1\\|::1\\|localhost6?\\|pot\\)\\'"
 tramp-localname-regexp "(decode-coding-string (base64-decode-string 
\"W14KDV0qXCc=\") 'raw-text)"
 tramp-locked nil
 tramp-locker nil
 tramp-login-prompt-regexp ".*\\(user\\|login\\)\\( .*\\)?: *"
 tramp-message-show-message t
 tramp-method-regexp "[a-zA-Z0-9-]+"
 tramp-method-regexp-alist '((default . "[a-zA-Z0-9-]+") (simplified . "") 
(separate . "[a-zA-Z0-9-]*"))
 tramp-methods '(("adb" (tramp-tmpdir "/data/local/tmp") (tramp-default-port 
5555)) ("ftp") ("sftp") ("nextcloud")
                 ("gdrive") ("davs") ("dav") ("afp")
                 ("rclone" (tramp-mount-args nil) (tramp-copyto-args nil) 
(tramp-moveto-args nil)
                  (tramp-about-args ("--full")))
                 ("fcp" (tramp-login-program "fsh") (tramp-login-args (("%h") 
("-l" "%u") ("sh" "-i")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l"))
                  (tramp-remote-shell-args ("-i") ("-c")) (tramp-copy-program 
"fcp") (tramp-copy-args (("-p" "%k")))
                  (tramp-copy-keep-date t))
                 ("psftp" (tramp-login-program "plink")
                  (tramp-login-args
                   (("-l" "%u") ("-P" "%p") ("-ssh") ("-t") ("%h") ("\"")
                    ("env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ '") ("%l") 
("\""))
                   )
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l")) (tramp-remote-shell-args ("-c"))
                  (tramp-copy-program "pscp") (tramp-copy-args (("-l" "%u") 
("-P" "%p") ("-sftp") ("-p" "%k") ("-q")))
                  (tramp-copy-keep-date t))
                 ("pscp" (tramp-login-program "plink")
                  (tramp-login-args
                   (("-l" "%u") ("-P" "%p") ("-ssh") ("-t") ("%h") ("\"")
                    ("env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ '") ("%l") 
("\""))
                   )
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l")) (tramp-remote-shell-args ("-c"))
                  (tramp-copy-program "pscp")
                  (tramp-copy-args (("-l" "%u") ("-P" "%p") ("-scp") ("-p" 
"%k") ("-q") ("-r")))
                  (tramp-copy-keep-date t) (tramp-copy-recursive t))
                 ("plinkx" (tramp-login-program "plink")
                  (tramp-login-args
                   (("-load") ("%h") ("-t") ("\"") ("env 'TERM=dumb' 
'PROMPT_COMMAND=' 'PS1=#$ '") ("%l") ("\"")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l")) (tramp-remote-shell-args ("-c")))
                 ("plink" (tramp-login-program "plink")
                  (tramp-login-args
                   (("-l" "%u") ("-P" "%p") ("-ssh") ("-t") ("%h") ("\"")
                    ("env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ '") ("%l") 
("\""))
                   )
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l")) (tramp-remote-shell-args ("-c")))
                 ("krlogin" (tramp-login-program "krlogin") (tramp-login-args 
(("%h") ("-l" "%u") ("-x")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l")) (tramp-remote-shell-args ("-c")))
                 ("ksu" (tramp-login-program "ksu") (tramp-login-args (("%u") 
("-q"))) (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-login ("-l")) (tramp-remote-shell-args 
("-c")) (tramp-connection-timeout 10))
                 ("doas" (tramp-login-program "doas") (tramp-login-args (("-u" 
"%u") ("-s")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-args 
("-c")) (tramp-connection-timeout 10)
                  (tramp-session-timeout 300))
                 ("sudo" (tramp-login-program "sudo")
                  (tramp-login-args
                   (("-u" "%u") ("-s") ("-H") ("-p" 
"P\"\"a\"\"s\"\"s\"\"w\"\"o\"\"r\"\"d\"\":") ("%l")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l")) (tramp-remote-shell-args ("-c"))
                  (tramp-connection-timeout 10) (tramp-session-timeout 300))
                 ("sg" (tramp-login-program "sg") (tramp-login-args (("-") 
("%u"))) (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-args ("-c")) (tramp-connection-timeout 
10))
                 ("su" (tramp-login-program "su") (tramp-login-args (("-") 
("%u"))) (tramp-remote-shell "/bin/sh")
                  (tramp-remote-shell-login ("-l")) (tramp-remote-shell-args 
("-c")) (tramp-connection-timeout 10))
                 ("nc" (tramp-login-program "telnet") (tramp-login-args (("%h") 
("%p") ("2>/dev/null")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l")) (tramp-remote-shell-args ("-c"))
                  (tramp-copy-program "nc") (tramp-copy-args (("-w" "1") ("-v") 
("%h") ("%r")))
                  (tramp-remote-copy-program "nc") (tramp-remote-copy-args 
(("-l") ("-p" "%r") ("2>/dev/null"))))
                 ("telnet" (tramp-login-program "telnet") (tramp-login-args 
(("%h") ("%p") ("2>/dev/null")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l")) (tramp-remote-shell-args ("-c")))
                 ("sshx" (tramp-login-program "ssh")
                  (tramp-login-args (("-l" "%u") ("-p" "%p") ("%c") ("-e" 
"none") ("-t" "-t") ("%h") ("%l")))
                  (tramp-async-args (("-q"))) (tramp-remote-shell "/bin/sh") 
(tramp-remote-shell-login ("-l"))
                  (tramp-remote-shell-args ("-c")))
                 ("ssh" (tramp-login-program "ssh")
                  (tramp-login-args (("-l" "%u") ("-p" "%p") ("%c") ("-e" 
"none") ("%h"))) (tramp-async-args (("-q")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l")) (tramp-remote-shell-args ("-c")))
                 ("remsh" (tramp-login-program "remsh") (tramp-login-args 
(("%h") ("-l" "%u")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l")) (tramp-remote-shell-args ("-c")))
                 ("rsh" (tramp-login-program "rsh") (tramp-login-args (("%h") 
("-l" "%u")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l")) (tramp-remote-shell-args ("-c")))
                 ("rsync" (tramp-login-program "ssh")
                  (tramp-login-args (("-l" "%u") ("-p" "%p") ("%c") ("-e" 
"none") ("%h"))) (tramp-async-args (("-q")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l")) (tramp-remote-shell-args ("-c"))
                  (tramp-copy-program "rsync") (tramp-copy-args (("-t" "%k") 
("-p") ("-r") ("-s") ("-c")))
                  (tramp-copy-env (("RSYNC_RSH") ("ssh" "%c"))) 
(tramp-copy-keep-date t) (tramp-copy-keep-tmpfile t)
                  (tramp-copy-recursive t))
                 ("scpx" (tramp-login-program "ssh")
                  (tramp-login-args (("-l" "%u") ("-p" "%p") ("%c") ("-e" 
"none") ("-t" "-t") ("%h") ("%l")))
                  (tramp-async-args (("-q"))) (tramp-remote-shell "/bin/sh") 
(tramp-remote-shell-login ("-l"))
                  (tramp-remote-shell-args ("-c")) (tramp-copy-program "scp")
                  (tramp-copy-args (("-P" "%p") ("-p" "%k") ("-q") ("-r") 
("%c"))) (tramp-copy-keep-date t)
                  (tramp-copy-recursive t))
                 ("scp" (tramp-login-program "ssh")
                  (tramp-login-args (("-l" "%u") ("-p" "%p") ("%c") ("-e" 
"none") ("%h"))) (tramp-async-args (("-q")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l")) (tramp-remote-shell-args ("-c"))
                  (tramp-copy-program "scp") (tramp-copy-args (("-P" "%p") 
("-p" "%k") ("-q") ("-r") ("%c")))
                  (tramp-copy-keep-date t) (tramp-copy-recursive t))
                 ("remcp" (tramp-login-program "remsh") (tramp-login-args 
(("%h") ("-l" "%u")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l")) (tramp-remote-shell-args ("-c"))
                  (tramp-copy-program "rcp") (tramp-copy-args (("-p" "%k"))) 
(tramp-copy-keep-date t))
                 ("rcp" (tramp-login-program "rsh") (tramp-login-args (("%h") 
("-l" "%u")))
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l")) (tramp-remote-shell-args ("-c"))
                  (tramp-copy-program "rcp") (tramp-copy-args (("-p" "%k") 
("-r"))) (tramp-copy-keep-date t)
                  (tramp-copy-recursive t))
                 ("smb" (tramp-tmpdir "/C$/Temp") (tramp-case-insensitive t))
                 ("sudoedit" (tramp-sudo-login (("sudo") ("-u" "%u") ("-S") 
("-H") ("-p" "Password:") ("--")))))
 tramp-mode t
 tramp-operation-not-permitted-regexp "\\(preserving times.*\\|set 
mode\\):\\s-*\\(Operation not permitted\\)"
 tramp-password-prompt-regexp "(decode-coding-string (base64-decode-string 
\"Xi4qXChcKD86YWRnYW5nc2tvZGVcfGNvbnRyYXNlXCg/OlwoPzpueVx8w7FcKWFcKVx8Z2VzbG9c\nfGhcKD86XCg/OmFzxYJcfGVzbFwpb1wpXHxpcGhhc2l3ZWRpXHxqZWxzesOzXHxsXCg/Om96aW5r\nYVx8w7ZzZW5vcmRcKVx8bVwoPzpvdCBkZSBwYXNzZVx84bqtdCBraOG6qXVcKVx8cFwoPzphXCg/\nOnJvbGFcfHNcKD86YWhpdHphXHxzXCg/OiBwaHJhc2VcfGNvZGVcfG9yZFx8cGhyYXNlXHx3b3Jb\nZHRdXClcfHZvcnRvXClcKVx8aW5cKVx8c1woPzphbGFzYW5hXHxlbmhhXHxsYXB0YcW+b2Rpc1wp\nXHx3YWNodHdvb3JkXHzQu9C+0LfQuNC90LrQsFx80L/QsNGA0L7Qu9GMXHzXodeh157XlFx82YPZ\nhNmF2Kkg2KfZhNiz2LFcfOCkl+ClgeCkquCljeCkpOCktuCkrOCljeCkplx84KS24KSs4KWN4KSm\n4KSV4KWC4KSfXHzgppfgp4Hgpqrgp43gpqTgprbgpqzgp43gpqZcfOCmquCmvuCmuOCmk+Cnn+Cm\nvuCmsOCnjeCmoVx84Kiq4Ki+4Ki44Ki14Kiw4KihXHzgqqrgqr7gqrjgqrXgqrDgq43gqqFcfOCs\nquCtjeCssOCsrOCth+CstiDgrLjgrJngrY3grJXgrYfgrKRcfOCuleCun+CuteCvgeCumuCvjeCu\nmuCviuCusuCvjVx84LC44LCC4LCV4LGH4LCk4LCq4LCm4LCu4LGBXHzgspfgs4Hgsqrgs43gsqTg\nsqrgsqZcfOC0heC0n+C0r+C0vuC0s+C0teC0vuC0leC1jeC0leC1jVx84La74LeE4LeD4LeK4La0\n4Lav4La6XHzhnpbhnrbhnoDhn5Lhnpnhnp/hnpjhn5LhnoThnrbhno/hn4tcfOODkeOCueODr+OD\nvOODiVx85a+GW+eggeeivF1cfOyVlO2YuFwpXCkuKjoAPyAq\")
 'raw-text)"
 tramp-password-save-function nil
 tramp-perl-decode "%s -e '\n# This script contributed by Juanma Barranquero 
<lektu@terra.es>.\n# Copyright (C) 2002-2020 Free Software Foundation, 
Inc.\nuse strict;\n\nmy %%trans = do {\n    my $i = 0;\n    map {($_, 
substr(unpack(q(B8), chr $i++), 2, 6))}\n      split //, 
q(ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/)\n};\n\nmy 
%%bytes = map {(unpack(q(B8), chr $_), chr $_)} 0 .. 
255;\n\nbinmode(\\*STDOUT);\n\n# We are going to accumulate into $pending to 
accept any line length\n# (we do not check they are <= 76 chars as the RFC 
says)\nmy $pending = q();\n\nwhile (my $data = <STDIN>) {\n    chomp $data;\n\n 
   # If we find one or two =, we have reached the end and\n    # any following 
data is to be discarded\n    my $finished = $data =~ s/(==?).*/$1/;\n    
$pending .= $data;\n\n    my $len = length($pending);\n    my $chunk = 
substr($pending, 0, $len & ~3);\n    $pending = substr($pending, $len & ~3 + 
1);\n\n    # Easy method: translate from chars to (pregenerated) six-bit 
packets, join,\n    # split in 8-bit chunks and convert back to char.\n    
print join q(),\n      map $bytes{$_},\n        ((join q(), map {$trans{$_} || 
q()} split //, $chunk) =~ /......../g);\n\n    last if $finished;\n}' 
2>/dev/null"
 tramp-perl-decode-with-module "%s -MMIME::Base64 -0777 -ne 'print 
decode_base64($_)' 2>/dev/null"
 tramp-perl-directory-files-and-attributes "%s -e '\nchdir($ARGV[0]) or 
printf(\"\\\"Cannot change to $ARGV[0]: $''!''\\\"\\n\"), 
exit();\nopendir(DIR,\".\") or printf(\"\\\"Cannot open directory $ARGV[0]: 
$''!''\\\"\\n\"), exit();\n@list = readdir(DIR);\nclosedir(DIR);\n$n = 
scalar(@list);\nprintf(\"(\\n\");\nfor($i = 0; $i < $n; $i++)\n{\n    $filename 
= $list[$i];\n    @stat = lstat($filename);\n    if (($stat[2] & 0170000) == 
0120000)\n    {\n        $type = readlink($filename);\n        $type =~ 
s/\"/\\\\\"/g;\n        $type = \"\\\"$type\\\"\";\n    }\n    elsif (($stat[2] 
& 0170000) == 040000)\n    {\n        $type = \"t\";\n    }\n    else\n    {\n  
      $type = \"nil\"\n    };\n    $uid = ($ARGV[1] eq \"integer\") ? $stat[4] 
: \"\\\"\" . getpwuid($stat[4]) . \"\\\"\";\n    $gid = ($ARGV[1] eq 
\"integer\") ? $stat[5] : \"\\\"\" . getgrgid($stat[5]) . \"\\\"\";\n    
$filename =~ s/\"/\\\\\"/g;\n    printf(\n        \"(\\\"%%s\\\" %%s %%u %%s 
%%s (%%u %%u) (%%u %%u) (%%u %%u) %%u %%u t %%u -1)\\n\",\n        $filename,\n 
       $type,\n        $stat[3],\n        $uid,\n        $gid,\n        
$stat[8] >> 16 & 0xffff,\n        $stat[8] & 0xffff,\n        $stat[9] >> 16 & 
0xffff,\n        $stat[9] & 0xffff,\n        $stat[10] >> 16 & 0xffff,\n        
$stat[10] & 0xffff,\n        $stat[7],\n        $stat[2],\n        
$stat[1]);\n}\nprintf(\")\\n\");' \"$1\" \"$2\" 2>/dev/null"
 tramp-perl-encode "%s -e '\n# This script contributed by Juanma Barranquero 
<lektu@terra.es>.\n# Copyright (C) 2002-2020 Free Software Foundation, 
Inc.\nuse strict;\n\nmy %%trans = do {\n    my $i = 0;\n    map 
{(substr(unpack(q(B8), chr $i++), 2, 6), $_)}\n      split //, 
q(ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/);\n};\nmy 
$data;\n\n# We read in chunks of 54 bytes, to generate output lines\n# of 72 
chars (plus end of line)\nwhile (read STDIN, $data, 54) {\n    my $pad = 
q();\n\n    # Only for the last chunk, and only if did not fill the last\n    # 
three-byte packet\n    if (eof) {\n        my $mod = length($data) %% 3;\n      
  $pad = q(=) x (3 - $mod) if $mod;\n    }\n\n    # Not the fastest method, but 
it is simple: unpack to binary string, split\n    # by groups of 6 bits and 
convert back from binary to byte; then map into\n    # the translation table\n  
  print\n      join q(),\n        map($trans{$_},\n            
(substr(unpack(q(B*), $data) . q(00000), 0, 432) =~ /....../g)),\n              
$pad,\n                qq(\\n);\n}' 2>/dev/null"
 tramp-perl-encode-with-module "%s -MMIME::Base64 -0777 -ne 'print 
encode_base64($_)' 2>/dev/null"
 tramp-perl-file-attributes "%s -e '\n@stat = lstat($ARGV[0]);\nif (!@stat) {\n 
   print \"nil\\n\";\n    exit 0;\n}\nif (($stat[2] & 0170000) == 0120000)\n{\n 
   $type = readlink($ARGV[0]);\n    $type =~ s/\"/\\\\\"/g;\n    $type = 
\"\\\"$type\\\"\";\n}\nelsif (($stat[2] & 0170000) == 040000)\n{\n    $type = 
\"t\";\n}\nelse\n{\n    $type = \"nil\"\n};\n$uid = ($ARGV[1] eq \"integer\") ? 
$stat[4] : \"\\\"\" . getpwuid($stat[4]) . \"\\\"\";\n$gid = ($ARGV[1] eq 
\"integer\") ? $stat[5] : \"\\\"\" . getgrgid($stat[5]) . \"\\\"\";\nprintf(\n  
  \"(%%s %%u %%s %%s (%%u %%u) (%%u %%u) (%%u %%u) %%u %%u t %%u -1)\\n\",\n    
$type,\n    $stat[3],\n    $uid,\n    $gid,\n    $stat[8] >> 16 & 0xffff,\n    
$stat[8] & 0xffff,\n    $stat[9] >> 16 & 0xffff,\n    $stat[9] & 0xffff,\n    
$stat[10] >> 16 & 0xffff,\n    $stat[10] & 0xffff,\n    $stat[7],\n    
$stat[2],\n    $stat[1]\n);' \"$1\" \"$2\" 2>/dev/null"
 tramp-perl-file-name-all-completions "%s -e '\nopendir(d, $ARGV[0]) || 
die(\"$ARGV[0]: $!\\nfail\\n\");\n@files = readdir(d); closedir(d);\nforeach $f 
(@files) {\n if (-d \"$ARGV[0]/$f\") {\n  print \"$f/\\n\";\n }\n else {\n  
print \"$f\\n\";\n }\n}\nprint \"ok\\n\"\n' \"$1\" 2>/dev/null"
 tramp-perl-file-truename "%s -e '\nuse File::Spec;\nuse Cwd 
\"realpath\";\n\nsub myrealpath {\n    my ($file) = @_;\n    return 
realpath($file) if (-e $file || -l $file);\n}\n\nsub recursive {\n    my 
($volume, @dirs) = @_;\n    my $real = myrealpath(File::Spec->catpath(\n        
           $volume, File::Spec->catdir(@dirs), \"\"));\n    if ($real) {\n      
  my ($vol, $dir) = File::Spec->splitpath($real, 1);\n        return ($vol, 
File::Spec->splitdir($dir));\n    }\n    else {\n        my $last = 
pop(@dirs);\n        ($volume, @dirs) = recursive($volume, @dirs);\n        
push(@dirs, $last);\n        return ($volume, @dirs);\n    }\n}\n\n$result = 
myrealpath($ARGV[0]);\nif (!$result) {\n    my ($vol, $dir) = 
File::Spec->splitpath($ARGV[0], 1);\n    ($vol, @dirs) = recursive($vol, 
File::Spec->splitdir($dir));\n\n    $result = File::Spec->catpath($vol, 
File::Spec->catdir(@dirs), \"\");\n}\n\n$result =~ s/\"/\\\\\"/g;\nprint 
\"\\\"$result\\\"\\n\";\n' \"$1\" 2>/dev/null"
 tramp-perl-pack "%s -e 'binmode STDIN; binmode STDOUT; print pack(q{u*}, join 
q{}, <>)'"
 tramp-perl-unpack "%s -e 'binmode STDIN; binmode STDOUT; print unpack(q{u*}, 
join q{}, <>)'"
 tramp-persistency-file-name "/home/pot/.emacs.d/tramp"
 tramp-port-regexp "[0-9]+"
 tramp-postfix-hop-format "|"
 tramp-postfix-hop-regexp "|"
 tramp-postfix-host-format ":"
 tramp-postfix-host-format-alist '((default . ":") (simplified . ":") (separate 
. "]"))
 tramp-postfix-host-regexp ":"
 tramp-postfix-ipv6-format "]"
 tramp-postfix-ipv6-format-alist '((default . "]") (simplified . "]") (separate 
. ""))
 tramp-postfix-ipv6-regexp "]"
 tramp-postfix-method-format ":"
 tramp-postfix-method-format-alist '((default . ":") (simplified . "") 
(separate . "/"))
 tramp-postfix-method-regexp ":"
 tramp-postfix-user-format "@"
 tramp-postfix-user-regexp "@"
 tramp-prefix-domain-format "%"
 tramp-prefix-domain-regexp "%"
 tramp-prefix-format "/"
 tramp-prefix-format-alist '((default . "/") (simplified . "/") (separate . 
"/["))
 tramp-prefix-ipv6-format "["
 tramp-prefix-ipv6-format-alist '((default . "[") (simplified . "[") (separate 
. ""))
 tramp-prefix-ipv6-regexp "\\["
 tramp-prefix-port-format "#"
 tramp-prefix-port-regexp "#"
 tramp-prefix-regexp "^/"
 tramp-process-alive-regexp ""
 tramp-process-connection-type t
 tramp-rclone-file-name-handler-alist '((access-file . tramp-handle-access-file)
                                        (add-name-to-file . 
tramp-handle-add-name-to-file)
                                        (copy-directory . 
tramp-handle-copy-directory)
                                        (copy-file . 
tramp-rclone-handle-copy-file)
                                        (delete-directory . 
tramp-rclone-handle-delete-directory)
                                        (delete-file . 
tramp-rclone-handle-delete-file)
                                        (directory-file-name . 
tramp-handle-directory-file-name)
                                        (directory-files . 
tramp-rclone-handle-directory-files)
                                        (directory-files-and-attributes . 
tramp-handle-directory-files-and-attributes)
                                        (dired-compress-file . ignore) 
(dired-uncache . tramp-handle-dired-uncache)
                                        (exec-path . ignore) (expand-file-name 
. tramp-handle-expand-file-name)
                                        (file-accessible-directory-p . 
tramp-handle-file-accessible-directory-p)
                                        (file-acl . ignore) (file-attributes . 
tramp-rclone-handle-file-attributes)
                                        (file-directory-p . 
tramp-handle-file-directory-p)
                                        (file-equal-p . 
tramp-handle-file-equal-p)
                                        (file-executable-p . 
tramp-rclone-handle-file-executable-p)
                                        (file-exists-p . 
tramp-handle-file-exists-p)
                                        (file-in-directory-p . 
tramp-handle-file-in-directory-p)
                                        (file-local-copy . 
tramp-handle-file-local-copy)
                                        (file-modes . tramp-handle-file-modes)
                                        (file-name-all-completions . 
tramp-rclone-handle-file-name-all-completions)
                                        (file-name-as-directory . 
tramp-handle-file-name-as-directory)
                                        (file-name-case-insensitive-p . 
tramp-handle-file-name-case-insensitive-p)
                                        (file-name-completion . 
tramp-handle-file-name-completion)
                                        (file-name-directory . 
tramp-handle-file-name-directory)
                                        (file-name-nondirectory . 
tramp-handle-file-name-nondirectory)
                                        (file-newer-than-file-p . 
tramp-handle-file-newer-than-file-p)
                                        (file-notify-add-watch . ignore) 
(file-notify-rm-watch . ignore)
                                        (file-notify-valid-p . ignore) 
(file-ownership-preserved-p . ignore)
                                        (file-readable-p . 
tramp-rclone-handle-file-readable-p)
                                        (file-regular-p . 
tramp-handle-file-regular-p)
                                        (file-remote-p . 
tramp-handle-file-remote-p)
                                        (file-selinux-context . 
tramp-handle-file-selinux-context)
                                        (file-symlink-p . 
tramp-handle-file-symlink-p)
                                        (file-system-info . 
tramp-rclone-handle-file-system-info)
                                        (file-truename . 
tramp-handle-file-truename)
                                        (file-writable-p . 
tramp-handle-file-writable-p)
                                        (find-backup-file-name . 
tramp-handle-find-backup-file-name)
                                        (insert-directory . 
tramp-handle-insert-directory)
                                        (insert-file-contents . 
tramp-handle-insert-file-contents)
                                        (load . tramp-handle-load)
                                        (make-auto-save-file-name . 
tramp-handle-make-auto-save-file-name)
                                        (make-directory . 
tramp-rclone-handle-make-directory)
                                        (make-directory-internal . ignore)
                                        (make-nearby-temp-file . 
tramp-handle-make-nearby-temp-file)
                                        (make-process . ignore) 
(make-symbolic-link . tramp-handle-make-symbolic-link)
                                        (process-file . ignore) (rename-file . 
tramp-rclone-handle-rename-file)
                                        (set-file-acl . ignore) (set-file-modes 
. ignore)
                                        (set-file-selinux-context . ignore) 
(set-file-times . ignore)
                                        (set-visited-file-modtime . 
tramp-handle-set-visited-file-modtime)
                                        (shell-command . ignore) 
(start-file-process . ignore)
                                        (substitute-in-file-name . 
tramp-handle-substitute-in-file-name)
                                        (temporary-file-directory . 
tramp-handle-temporary-file-directory)
                                        (tramp-set-file-uid-gid . ignore) 
(unhandled-file-name-directory . ignore)
                                        (vc-registered . ignore)
                                        (verify-visited-file-modtime . 
tramp-handle-verify-visited-file-modtime)
                                        (write-region . 
tramp-handle-write-region))
 tramp-rclone-method "rclone"
 tramp-rclone-program "rclone"
 tramp-remote-coding-commands '((b64 "base64" "base64 -d -i") (b64 "base64" 
"base64 -d")
                                (b64 "openssl enc -base64" "openssl enc -d 
-base64")
                                (b64 "mimencode -b" "mimencode -u -b") (b64 
"mmencode -b" "mmencode -u -b")
                                (b64 "recode data..base64" "recode 
base64..data")
                                (b64 tramp-perl-encode-with-module 
tramp-perl-decode-with-module)
                                (b64 tramp-perl-encode tramp-perl-decode)
                                (b64 tramp-awk-encode tramp-awk-decode
                                 "test -c /dev/zero && od -v -t x1 -A n 
</dev/null && busybox awk '{}' </dev/null")
                                (uu "uuencode xxx" "uudecode -o /dev/stdout" 
"test -c /dev/stdout")
                                (uu "uuencode xxx" "uudecode -o -") (uu 
"uuencode xxx" "uudecode -p")
                                (uu "uuencode xxx" tramp-uudecode) (pack 
tramp-perl-pack tramp-perl-unpack))
 tramp-remote-file-name-spec-regexp "\\([a-zA-Z0-9-]+\\):\\(?:\\([^/|:  
]+\\)@\\)?\\(\\(?:[a-zA-Z0-9_.%-]+\\|\\[\\(?:\\(?:[a-zA-Z0-9]*:\\)+[a-zA-Z0-9.]+\\)?]\\)\\(?:#[0-9]+\\)?\\)?"
 tramp-remote-path '(tramp-default-remote-path "/bin" "/usr/bin" "/sbin" 
"/usr/sbin" "/usr/local/bin" "/usr/local/sbin"
                     "/local/bin" "/local/freeware/bin" "/local/gnu/bin" 
"/usr/freeware/bin" "/usr/pkg/bin"
                     "/usr/contrib/bin" "/opt/bin" "/opt/sbin" "/opt/local/bin")
 tramp-remote-process-environment '("ENV=''" "TMOUT=0" "LC_CTYPE=''" "CDPATH=" 
"HISTORY=" "MAIL=" "MAILCHECK="
                                    "MAILPATH=" "PAGER=cat" "autocorrect=" 
"correct=")
 tramp-repository-branch nil
 tramp-repository-version nil
 tramp-restricted-shell-hosts-alist nil
 tramp-rfn-eshadow-overlay nil
 tramp-rsh-end-of-line "\n"
 tramp-save-ad-hoc-proxies nil
 tramp-sh-extra-args '(("/bash\\'" . "-norc -noprofile") ("/zsh\\'" . "-f +Z 
-V"))
 tramp-sh-file-name-handler-alist '((access-file . tramp-handle-access-file)
                                    (add-name-to-file . 
tramp-sh-handle-add-name-to-file)
                                    (copy-directory . 
tramp-sh-handle-copy-directory)
                                    (copy-file . tramp-sh-handle-copy-file)
                                    (delete-directory . 
tramp-sh-handle-delete-directory)
                                    (delete-file . tramp-sh-handle-delete-file)
                                    (directory-file-name . 
tramp-handle-directory-file-name)
                                    (directory-files . 
tramp-handle-directory-files)
                                    (directory-files-and-attributes . 
tramp-sh-handle-directory-files-and-attributes)
                                    (dired-compress-file . 
tramp-sh-handle-dired-compress-file)
                                    (dired-uncache . tramp-handle-dired-uncache)
                                    (exec-path . tramp-sh-handle-exec-path)
                                    (expand-file-name . 
tramp-sh-handle-expand-file-name)
                                    (file-accessible-directory-p . 
tramp-handle-file-accessible-directory-p)
                                    (file-acl . tramp-sh-handle-file-acl)
                                    (file-attributes . 
tramp-sh-handle-file-attributes)
                                    (file-directory-p . 
tramp-sh-handle-file-directory-p)
                                    (file-equal-p . tramp-handle-file-equal-p)
                                    (file-executable-p . 
tramp-sh-handle-file-executable-p)
                                    (file-exists-p . 
tramp-sh-handle-file-exists-p)
                                    (file-in-directory-p . 
tramp-handle-file-in-directory-p)
                                    (file-local-copy . 
tramp-sh-handle-file-local-copy)
                                    (file-modes . tramp-handle-file-modes)
                                    (file-name-all-completions . 
tramp-sh-handle-file-name-all-completions)
                                    (file-name-as-directory . 
tramp-handle-file-name-as-directory)
                                    (file-name-case-insensitive-p . 
tramp-handle-file-name-case-insensitive-p)
                                    (file-name-completion . 
tramp-handle-file-name-completion)
                                    (file-name-directory . 
tramp-handle-file-name-directory)
                                    (file-name-nondirectory . 
tramp-handle-file-name-nondirectory)
                                    (file-newer-than-file-p . 
tramp-sh-handle-file-newer-than-file-p)
                                    (file-notify-add-watch . 
tramp-sh-handle-file-notify-add-watch)
                                    (file-notify-rm-watch . 
tramp-handle-file-notify-rm-watch)
                                    (file-notify-valid-p . 
tramp-handle-file-notify-valid-p)
                                    (file-ownership-preserved-p . 
tramp-sh-handle-file-ownership-preserved-p)
                                    (file-readable-p . 
tramp-sh-handle-file-readable-p)
                                    (file-regular-p . 
tramp-handle-file-regular-p)
                                    (file-remote-p . tramp-handle-file-remote-p)
                                    (file-selinux-context . 
tramp-sh-handle-file-selinux-context)
                                    (file-symlink-p . 
tramp-handle-file-symlink-p)
                                    (file-system-info . 
tramp-sh-handle-file-system-info)
                                    (file-truename . 
tramp-sh-handle-file-truename)
                                    (file-writable-p . 
tramp-sh-handle-file-writable-p)
                                    (find-backup-file-name . 
tramp-handle-find-backup-file-name)
                                    (insert-directory . 
tramp-sh-handle-insert-directory)
                                    (insert-file-contents . 
tramp-handle-insert-file-contents)
                                    (load . tramp-handle-load)
                                    (make-auto-save-file-name . 
tramp-handle-make-auto-save-file-name)
                                    (make-directory . 
tramp-sh-handle-make-directory)
                                    (make-nearby-temp-file . 
tramp-handle-make-nearby-temp-file)
                                    (make-process . 
tramp-sh-handle-make-process)
                                    (make-symbolic-link . 
tramp-sh-handle-make-symbolic-link)
                                    (process-file . 
tramp-sh-handle-process-file)
                                    (rename-file . tramp-sh-handle-rename-file)
                                    (set-file-acl . 
tramp-sh-handle-set-file-acl)
                                    (set-file-modes . 
tramp-sh-handle-set-file-modes)
                                    (set-file-selinux-context . 
tramp-sh-handle-set-file-selinux-context)
                                    (set-file-times . 
tramp-sh-handle-set-file-times)
                                    (set-visited-file-modtime . 
tramp-sh-handle-set-visited-file-modtime)
                                    (shell-command . tramp-handle-shell-command)
                                    (start-file-process . 
tramp-handle-start-file-process)
                                    (substitute-in-file-name . 
tramp-handle-substitute-in-file-name)
                                    (temporary-file-directory . 
tramp-handle-temporary-file-directory)
                                    (tramp-set-file-uid-gid . 
tramp-sh-handle-set-file-uid-gid)
                                    (unhandled-file-name-directory . ignore)
                                    (vc-registered . 
tramp-sh-handle-vc-registered)
                                    (verify-visited-file-modtime . 
tramp-sh-handle-verify-visited-file-modtime)
                                    (write-region . 
tramp-sh-handle-write-region))
 tramp-shell-prompt-pattern "(decode-coding-string (base64-decode-string 
\"XCg/Ol5cfA1cKVteXSMkJT4KXSojP1tdIyQlPl0gKlwoG1xbWzAtOTtdKlthLXpBLVpdICpcKSo=\")
 'raw-text)"
 tramp-smb-acl-program "smbcacls"
 tramp-smb-conf "/dev/null"
 tramp-smb-file-name-handler-alist '((access-file . tramp-handle-access-file)
                                     (add-name-to-file . 
tramp-smb-handle-add-name-to-file)
                                     (copy-directory . 
tramp-smb-handle-copy-directory)
                                     (copy-file . tramp-smb-handle-copy-file)
                                     (delete-directory . 
tramp-smb-handle-delete-directory)
                                     (delete-file . 
tramp-smb-handle-delete-file)
                                     (directory-file-name . 
tramp-handle-directory-file-name)
                                     (directory-files . 
tramp-smb-handle-directory-files)
                                     (directory-files-and-attributes . 
tramp-handle-directory-files-and-attributes)
                                     (dired-compress-file . ignore) 
(dired-uncache . tramp-handle-dired-uncache)
                                     (exec-path . ignore) (expand-file-name . 
tramp-smb-handle-expand-file-name)
                                     (file-accessible-directory-p . 
tramp-handle-file-accessible-directory-p)
                                     (file-acl . tramp-smb-handle-file-acl)
                                     (file-attributes . 
tramp-smb-handle-file-attributes)
                                     (file-directory-p . 
tramp-handle-file-directory-p)
                                     (file-file-equal-p . 
tramp-handle-file-equal-p)
                                     (file-executable-p . 
tramp-handle-file-exists-p)
                                     (file-exists-p . 
tramp-handle-file-exists-p)
                                     (file-in-directory-p . 
tramp-handle-file-in-directory-p)
                                     (file-local-copy . 
tramp-smb-handle-file-local-copy)
                                     (file-modes . tramp-handle-file-modes)
                                     (file-name-all-completions . 
tramp-smb-handle-file-name-all-completions)
                                     (file-name-as-directory . 
tramp-handle-file-name-as-directory)
                                     (file-name-case-insensitive-p . 
tramp-handle-file-name-case-insensitive-p)
                                     (file-name-completion . 
tramp-handle-file-name-completion)
                                     (file-name-directory . 
tramp-handle-file-name-directory)
                                     (file-name-nondirectory . 
tramp-handle-file-name-nondirectory)
                                     (file-newer-than-file-p . 
tramp-handle-file-newer-than-file-p)
                                     (file-notify-add-watch . 
tramp-handle-file-notify-add-watch)
                                     (file-notify-rm-watch . 
tramp-handle-file-notify-rm-watch)
                                     (file-notify-valid-p . 
tramp-handle-file-notify-valid-p)
                                     (file-ownership-preserved-p . ignore)
                                     (file-readable-p . 
tramp-handle-file-exists-p)
                                     (file-regular-p . 
tramp-handle-file-regular-p)
                                     (file-remote-p . 
tramp-handle-file-remote-p)
                                     (file-selinux-context . 
tramp-handle-file-selinux-context)
                                     (file-symlink-p . 
tramp-handle-file-symlink-p)
                                     (file-system-info . 
tramp-smb-handle-file-system-info)
                                     (file-truename . 
tramp-handle-file-truename)
                                     (file-writable-p . 
tramp-smb-handle-file-writable-p)
                                     (find-backup-file-name . 
tramp-handle-find-backup-file-name)
                                     (insert-directory . 
tramp-smb-handle-insert-directory)
                                     (insert-file-contents . 
tramp-handle-insert-file-contents)
                                     (load . tramp-handle-load)
                                     (make-auto-save-file-name . 
tramp-handle-make-auto-save-file-name)
                                     (make-directory . 
tramp-smb-handle-make-directory)
                                     (make-directory-internal . 
tramp-smb-handle-make-directory-internal)
                                     (make-nearby-temp-file . 
tramp-handle-make-nearby-temp-file)
                                     (make-process . ignore) 
(make-symbolic-link . tramp-smb-handle-make-symbolic-link)
                                     (process-file . 
tramp-smb-handle-process-file)
                                     (rename-file . 
tramp-smb-handle-rename-file)
                                     (set-file-acl . 
tramp-smb-handle-set-file-acl)
                                     (set-file-modes . 
tramp-smb-handle-set-file-modes)
                                     (set-file-selinux-context . ignore) 
(set-file-times . ignore)
                                     (set-visited-file-modtime . 
tramp-handle-set-visited-file-modtime)
                                     (shell-command . 
tramp-handle-shell-command)
                                     (start-file-process . 
tramp-smb-handle-start-file-process)
                                     (substitute-in-file-name . 
tramp-smb-handle-substitute-in-file-name)
                                     (temporary-file-directory . 
tramp-handle-temporary-file-directory)
                                     (tramp-set-file-uid-gid . ignore) 
(unhandled-file-name-directory . ignore)
                                     (vc-registered . ignore)
                                     (verify-visited-file-modtime . 
tramp-handle-verify-visited-file-modtime)
                                     (write-region . 
tramp-smb-handle-write-region))
 tramp-smb-method "smb"
 tramp-smb-program "smbclient"
 tramp-smb-winexe-program "winexe"
 tramp-smb-winexe-shell-command "powershell.exe"
 tramp-smb-winexe-shell-command-switch "-file -"
 tramp-ssh-controlmaster-options ""
 tramp-stat-marker "/////"
 tramp-stat-quoted-marker "\\/\\/\\/\\/\\/"
 tramp-sudoedit-file-name-handler-alist '((access-file . 
tramp-handle-access-file)
                                          (add-name-to-file . 
tramp-sudoedit-handle-add-name-to-file)
                                          (byte-compiler-base-file-name . 
ignore)
                                          (copy-directory . 
tramp-handle-copy-directory)
                                          (copy-file . 
tramp-sudoedit-handle-copy-file)
                                          (delete-directory . 
tramp-sudoedit-handle-delete-directory)
                                          (delete-file . 
tramp-sudoedit-handle-delete-file)
                                          (diff-latest-backup-file . ignore)
                                          (directory-files . 
tramp-handle-directory-files)
                                          (directory-files-and-attributes . 
tramp-handle-directory-files-and-attributes)
                                          (dired-compress-file . ignore) 
(dired-uncache . tramp-handle-dired-uncache)
                                          (exec-path . ignore)
                                          (expand-file-name . 
tramp-sudoedit-handle-expand-file-name)
                                          (file-accessible-directory-p . 
tramp-handle-file-accessible-directory-p)
                                          (file-acl . 
tramp-sudoedit-handle-file-acl)
                                          (file-attributes . 
tramp-sudoedit-handle-file-attributes)
                                          (file-directory-p . 
tramp-handle-file-directory-p)
                                          (file-equal-p . 
tramp-handle-file-equal-p)
                                          (file-executable-p . 
tramp-sudoedit-handle-file-executable-p)
                                          (file-exists-p . 
tramp-sudoedit-handle-file-exists-p)
                                          (file-in-directory-p . 
tramp-handle-file-in-directory-p)
                                          (file-local-copy . 
tramp-handle-file-local-copy)
                                          (file-modes . tramp-handle-file-modes)
                                          (file-name-all-completions . 
tramp-sudoedit-handle-file-name-all-completions)
                                          (file-name-as-directory . 
tramp-handle-file-name-as-directory)
                                          (file-name-case-insensitive-p . 
tramp-handle-file-name-case-insensitive-p)
                                          (file-name-completion . 
tramp-handle-file-name-completion)
                                          (file-name-directory . 
tramp-handle-file-name-directory)
                                          (file-name-nondirectory . 
tramp-handle-file-name-nondirectory)
                                          (file-newer-than-file-p . 
tramp-handle-file-newer-than-file-p)
                                          (file-notify-add-watch . ignore) 
(file-notify-rm-watch . ignore)
                                          (file-notify-valid-p . ignore) 
(file-ownership-preserved-p . ignore)
                                          (file-readable-p . 
tramp-sudoedit-handle-file-readable-p)
                                          (file-regular-p . 
tramp-handle-file-regular-p)
                                          (file-remote-p . 
tramp-handle-file-remote-p)
                                          (file-selinux-context . 
tramp-sudoedit-handle-file-selinux-context)
                                          (file-symlink-p . 
tramp-handle-file-symlink-p)
                                          (file-system-info . 
tramp-sudoedit-handle-file-system-info)
                                          (file-truename . 
tramp-sudoedit-handle-file-truename)
                                          (file-writable-p . 
tramp-sudoedit-handle-file-writable-p)
                                          (find-backup-file-name . 
tramp-handle-find-backup-file-name)
                                          (insert-directory . 
tramp-handle-insert-directory)
                                          (insert-file-contents . 
tramp-handle-insert-file-contents)
                                          (load . tramp-handle-load)
                                          (make-auto-save-file-name . 
tramp-handle-make-auto-save-file-name)
                                          (make-directory . 
tramp-sudoedit-handle-make-directory)
                                          (make-directory-internal . ignore)
                                          (make-nearby-temp-file . 
tramp-handle-make-nearby-temp-file)
                                          (make-process . ignore)
                                          (make-symbolic-link . 
tramp-sudoedit-handle-make-symbolic-link)
                                          (process-file . ignore) (rename-file 
. tramp-sudoedit-handle-rename-file)
                                          (set-file-acl . 
tramp-sudoedit-handle-set-file-acl)
                                          (set-file-modes . 
tramp-sudoedit-handle-set-file-modes)
                                          (set-file-selinux-context . 
tramp-sudoedit-handle-set-file-selinux-context)
                                          (set-file-times . 
tramp-sudoedit-handle-set-file-times)
                                          (set-visited-file-modtime . 
tramp-handle-set-visited-file-modtime)
                                          (shell-command . ignore) 
(start-file-process . ignore)
                                          (substitute-in-file-name . 
tramp-handle-substitute-in-file-name)
                                          (temporary-file-directory . 
tramp-handle-temporary-file-directory)
                                          (tramp-set-file-uid-gid . 
tramp-sudoedit-handle-set-file-uid-gid)
                                          (unhandled-file-name-directory . 
ignore) (vc-registered . ignore)
                                          (verify-visited-file-modtime . 
tramp-handle-verify-visited-file-modtime)
                                          (write-region . 
tramp-sudoedit-handle-write-region))
 tramp-sudoedit-method "sudoedit"
 tramp-syntax 'default
 tramp-temp-buffer-file-name nil
 tramp-temp-buffer-name " *tramp temp*"
 tramp-temp-name-prefix "tramp."
 tramp-terminal-prompt-regexp "\\(TERM = (.*)\\|Terminal type\\? 
\\[.*\\]\\)\\s-*"
 tramp-terminal-type "dumb"
 tramp-time-doesnt-exist '(-1 65535)
 tramp-time-dont-know '(0 0 0 1000)
 tramp-unknown-id-integer -1
 tramp-unknown-id-string "UNKNOWN"
 tramp-unload-hook '(#[0 "\300\301\302\"\207" [unload-feature tramp-cmds force] 
3]
                     #[0 "\300\301\302\"\207" [unload-feature tramp-archive 
force] 3]
                     #[0 "\300\301\302\"\207" [unload-feature tramp-gvfs force] 
3]
                     #[0 "\300\301\302\"\207" [unload-feature tramp-cache 
force] 3]
                     #[0 "\300\301\302\"\207" [unload-feature tramp-sh force] 3]
                     #[0 "\300\301\302\"\207" [remove-hook 
interrupt-process-functions tramp-interrupt-process] 3]
                     #[0 "\300\301\302\"\207" [remove-hook kill-buffer-hook 
tramp-delete-temp-file-function] 3]
                     tramp-unload-file-name-handlers #[0 "\300\301\302\"\207" 
[unload-feature trampver force] 3]
                     #[0 "\300\301\302\"\207" [unload-feature tramp-integration 
force] 3]
                     #[0 "\300\301\302\"\207"
                       [remove-hook rfn-eshadow-update-overlay-hook 
tramp-rfn-eshadow-update-overlay] 3]
                     #[0 "\300\301\302\"\207"
                       [remove-hook rfn-eshadow-setup-minibuffer-hook 
tramp-rfn-eshadow-setup-minibuffer] 3]
                     #[0 "\300\301\302\"\210\300\303\302\"\207" [unload-feature 
tramp-loaddefs force tramp-compat] 3])
 tramp-use-ssh-controlmaster-options t
 tramp-user-regexp "[^/|:       ]+"
 tramp-user-with-domain-regexp "\\([^/|:        ]+\\)%\\([a-zA-Z0-9_.-]+\\)"
 tramp-uudecode "(echo begin 600 %t; tail -n +2) | uudecode\ncat %t\nrm -f %t"
 tramp-vc-registered-file-names nil
 tramp-vc-registered-read-file-names "echo \"(\"\nwhile read file; do\n    
quoted=`echo \"$file\" | sed -e \"s/\\\"/\\\\\\\\\\\\\\\\\\\"/\"`\n    if %s 
\"$file\"; then\n       echo \"(\\\"$quoted\\\" \\\"file-exists-p\\\" t)\"\n    
else\n  echo \"(\\\"$quoted\\\" \\\"file-exists-p\\\" nil)\"\n    fi\n    if %s 
\"$file\"; then\n       echo \"(\\\"$quoted\\\" \\\"file-readable-p\\\" t)\"\n  
  else\n        echo \"(\\\"$quoted\\\" \\\"file-readable-p\\\" nil)\"\n    
fi\ndone\necho \")\""
 tramp-verbose 3
 tramp-version "2.4.3.27.1"
 tramp-wrong-passwd-regexp "^.*\\(Connection 
\\(?:\\(?:clo\\|refu\\)sed\\)\\|Host key verification failed\\.\\|Login 
\\(?:[Ii]ncorrect\\)\\|N\\(?:ame or service not known\\|o supported 
authentication methods left to try!\\)\\|Permission denied\\|\\(?:Sorry, try 
again\\|Timeout, server not responding\\)\\.\\).*\\|^.*\\(Received signal 
[0-9]+\\).*"
 tramp-yesno-prompt-regexp "\\(Are you sure you want to continue connecting 
(yes/no\\(?:\\(?:/\\[fingerprint]\\)?)\\?\\)\\)\\s-*"
 tramp-yn-prompt-regexp "\\(\\(?:Store key in cache\\? (y/\\|Update cached 
key\\? (y/n, Return cancels connectio\\)n)\\)\\s-*"
 )

local variables:
================
;; *tramp/scp fly.isti.cnr.it*
(setq-local
 connection-local-variables-alist '((shell-command-switch . "-c") 
(shell-file-name . "/bin/sh"))
 default-directory #("/scp:fly.isti.cnr.it:" 1 4 (tramp-default t))
 )

load-path shadows:
==================

================ *debug tramp/scp fly.isti.cnr.it* ================

Attachment: bug.attach
Description: buffer *debug tramp/scp fly.isti.cnr.it*


reply via email to

[Prev in Thread] Current Thread [Next in Thread]