Hi folks,

When using TRAMP to edit a remote WordPress wp-config.php file, I'd like to prevent 
backup files being created, since the adjacent wp-config.php~ could expose passwords if 
Apache serves it directly without being interpreted as PHP. In the TRAMP documentation, 
"4.23 Auto-save, File Lock and Backup configuration", it says:

To “turn off” the backup feature for remote files and stop TRAMP from
saving to the backup directory, use this:

     (add-to-list 'backup-directory-alist
                  (cons tramp-file-name-regexp nil))

This sounded like what I wanted, but when I ran this Elisp on a fresh `emacs 
-Q` then opened, modified and saved a remote file, a backup file was still 
created.

Is this snippet intended for turn off remote backups entirely, or only to deal with the 
specific case of backups owned by root being  made accessible to others? The "To 
“turn off” the backup feature" wording is slightly confusing if it's only intending 
to reset backup directory customizations.

Two suggestions that might help clarify the documentation:

1. Instead of:

To “turn off” the backup feature for remote files and stop TRAMP from
saving to the backup directory, use this:

perhaps:

To stop TRAMP from saving to the custom backup directory, use this:

2. Add another example after this, perhaps something like:

To “turn off” remote backups entirely:

(setq backup-enable-predicate
     (lambda (name)
       (and (normal-backup-enable-predicate name)
            (not (file-remote-p name)))))

Thanks for your work on TRAMP. I find it incredibly useful!

Regards,
Ben
To: [email protected]
Subject: tramp (2.8.2.31.1 nil/nil); x
From: Ben Sturmfels <[email protected]>
--text follows this line--
Emacs  : GNU Emacs 31.0.91 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.51, 
cairo version 1.18.4)
Package: tramp (2.8.2.31.1 nil/nil)

current state:
==============
(setq
 backup-by-copying-when-mismatch t
 backup-by-copying-when-privileged-mismatch 200
 backup-directory-alist '(("\\`/[^/:]+:[^/:]*:"))
 connection-local-criteria-alist '(((:application vc-git) 
vc-git-connection-default-profile)
                                   ((:application tramp :protocol "kubernetes")
                                    
tramp-kubernetes-connection-local-default-profile)
                                   ((:application tramp) 
tramp-connection-local-default-system-profile
                                    
tramp-connection-local-default-shell-profile)
                                   )
 connection-local-profile-alist '((vc-git-connection-default-profile 
(vc-git--program-version))
                                  
(tramp-kubernetes-connection-local-default-profile
                                   (tramp-config-check . 
tramp-kubernetes--current-context-data)
                                   (tramp-extra-expand-args 97
                                    (tramp-kubernetes--container (car 
tramp-current-connection)) 104
                                    (tramp-kubernetes--pod (car 
tramp-current-connection)) 120
                                    (tramp-kubernetes--context-namespace (car 
tramp-current-connection)))
                                   )
                                  (tramp-connection-local-darwin-ps-profile
                                   (tramp-process-attributes-ps-args "-acxww" 
"-o"
                                    
"pid,uid,user,gid,comm=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" 
"-o" "state=abcde" "-o" 
"ppid,pgid,sess,tty,tpgid,minflt,majflt,time,pri,nice,vsz,rss,etime,pcpu,pmem,args")
                                   (tramp-process-attributes-ps-format (pid . 
number) (euid . number)
                                    (user . string) (egid . number) (comm . 52) 
(state . 5) (ppid . number)
                                    (pgrp . number) (sess . number) (ttname . 
string) (tpgid . number)
                                    (minflt . number) (majflt . number) (time . 
tramp-ps-time) (pri . number)
                                    (nice . number) (vsize . number) (rss . 
number) (etime . tramp-ps-time)
                                    (pcpu . number) (pmem . number) (args))
                                   )
                                  (tramp-connection-local-busybox-ps-profile
                                   (tramp-process-attributes-ps-args "-o"
                                    
"pid,user,group,comm=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
                                    "-o" "stat=abcde" "-o" 
"ppid,pgid,tty,time,nice,etime,args")
                                   (tramp-process-attributes-ps-format (pid . 
number) (user . string)
                                    (group . string) (comm . 52) (state . 5) 
(ppid . number) (pgrp . number)
                                    (ttname . string) (time . tramp-ps-time) 
(nice . number)
                                    (etime . tramp-ps-time) (args))
                                   )
                                  (tramp-connection-local-bsd-ps-profile
                                   (tramp-process-attributes-ps-args "-acxww" 
"-o"
                                    
"pid,euid,user,egid,egroup,comm=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
 "-o" 
"state,ppid,pgid,sid,tty,tpgid,minflt,majflt,time,pri,nice,vsz,rss,etimes,pcpu,pmem,args")
                                   (tramp-process-attributes-ps-format (pid . 
number) (euid . number)
                                    (user . string) (egid . number) (group . 
string) (comm . 52)
                                    (state . string) (ppid . number) (pgrp . 
number) (sess . number)
                                    (ttname . string) (tpgid . number) (minflt 
. number) (majflt . number)
                                    (time . tramp-ps-time) (pri . number) (nice 
. number) (vsize . number)
                                    (rss . number) (etime . number) (pcpu . 
number) (pmem . number) (args))
                                   )
                                  (tramp-connection-local-default-shell-profile 
(shell-file-name . "/bin/sh")
                                   (shell-command-switch . "-c"))
                                  
(tramp-connection-local-default-system-profile (path-separator . ":")
                                   (null-device . "/dev/null") (exec-suffixes 
""))
                                  )
 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\\|rate\\)\\|de\\(?:b\\|pot\\)\\|e\\(?:pub\\|xe\\)\\|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)
                           
("\\(?:^/\\)\\(?:\\(?:\\(-\\|[[:alnum:]]\\{2,\\}\\)\\(?::\\)\\(?:\\([^]/:[|[:blank:]]+\\)\\(?:@\\)\\)?\\(\\(?:[%._[:alnum:]-]+\\|\\(?:\\[\\)\\(?:\\(?:[[:alnum:]]*:\\)+[.[:alnum:]]*\\)?\\(?:]\\)\\)\\(?:\\(?:#\\)\\(?:[[:digit:]]+\\)\\)?\\)?\\)\\(?:|\\)\\)*\\(?:\\(?:-\\|[[:alnum:]]+\\)\\(?:\\(?::\\)\\(?:\\(?:[^]/:[|[:blank:]]+\\)\\(?:@\\)\\)?\\(?:[%._[:alnum:]-]+\\|\\(?:\\[\\)\\(?:\\(?:\\(?:[[:alnum:]]*:\\)+[.[:alnum:]]*\\)\\(?:]\\)?\\)?\\)?\\)?\\)?\\'"
 . tramp-completion-file-name-handler)
                           
("\\(?:^/\\)\\(\\(?:\\(?:\\(-\\|[[:alnum:]]\\{2,\\}\\)\\(?::\\)\\(?:\\([^]/:[|[:blank:]]+\\)\\(?:@\\)\\)?\\(\\(?:[%._[:alnum:]-]+\\|\\(?:\\[\\)\\(?:\\(?:[[:alnum:]]*:\\)+[.[:alnum:]]*\\)?\\(?:]\\)\\)\\(?:\\(?:#\\)\\(?:[[:digit:]]+\\)\\)?\\)?\\)\\(?:|\\)\\)+\\)?\\(?:\\(-\\|[[:alnum:]]\\{2,\\}\\)\\(?::\\)\\(?:\\([^]/:[|[:blank:]]+\\)\\(?:@\\)\\)?\\(\\(?:[%._[:alnum:]-]+\\|\\(?:\\[\\)\\(?:\\(?:[[:alnum:]]*:\\)+[.[:alnum:]]*\\)?\\(?:]\\)\\)\\(?:\\(?:#\\)\\(?:[[:digit:]]+\\)\\)?\\)?\\)\\(?::\\)\\([^\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-actions-before-shell 
'((tramp-keyboard-interactive-authentication-prompt-regexp
                               tramp-action-ignore-message)
                              (tramp-login-prompt-regexp tramp-action-login)
                              (tramp-password-prompt-regexp 
tramp-action-password)
                              (tramp-otp-password-prompt-regexp 
tramp-action-otp-password)
                              (tramp-fingerprint-prompt-regexp 
tramp-action-fingerprint)
                              (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-security-key-confirm-regexp 
tramp-action-show-and-confirm-message)
                              (tramp-security-key-pin-regexp 
tramp-action-otp-password)
                              (tramp-process-alive-regexp 
tramp-action-process-alive))
 tramp-actions-copy-out-of-band 
'((tramp-keyboard-interactive-authentication-prompt-regexp
                                   tramp-action-ignore-message)
                                  (tramp-password-prompt-regexp 
tramp-action-password)
                                  (tramp-otp-password-prompt-regexp 
tramp-action-otp-password)
                                  (tramp-wrong-passwd-regexp 
tramp-action-permission-denied)
                                  (tramp-copy-failed-regexp 
tramp-action-permission-denied)
                                  (tramp-security-key-confirm-regexp 
tramp-action-show-and-confirm-message)
                                  (tramp-security-key-pin-regexp 
tramp-action-otp-password)
                                  (tramp-process-alive-regexp 
tramp-action-out-of-band))
 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-adb-handle-file-executable-p)
                                     (file-exists-p . 
tramp-adb-handle-file-exists-p)
                                     (file-group-gid . 
tramp-handle-file-group-gid)
                                     (file-in-directory-p . 
tramp-handle-file-in-directory-p)
                                     (file-local-copy . 
tramp-adb-handle-file-local-copy)
                                     (file-locked-p . 
tramp-handle-file-locked-p)
                                     (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-adb-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-adb-handle-file-system-info)
                                     (file-truename . 
tramp-handle-file-truename)
                                     (file-user-uid . 
tramp-handle-file-user-uid)
                                     (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)
                                     (list-system-processes . 
tramp-handle-list-system-processes)
                                     (load . tramp-handle-load) (lock-file . 
tramp-handle-lock-file)
                                     (make-auto-save-file-name . 
tramp-handle-make-auto-save-file-name)
                                     (make-directory . 
tramp-adb-handle-make-directory)
                                     (make-directory-internal . ignore)
                                     (make-lock-file-name . 
tramp-handle-make-lock-file-name)
                                     (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)
                                     (memory-info . tramp-handle-memory-info)
                                     (process-attributes . 
tramp-handle-process-attributes)
                                     (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-get-home-directory . ignore)
                                     (tramp-get-remote-gid . 
tramp-adb-handle-get-remote-gid)
                                     (tramp-get-remote-groups . 
tramp-adb-handle-get-remote-groups)
                                     (tramp-get-remote-uid . 
tramp-adb-handle-get-remote-uid)
                                     (tramp-set-file-uid-gid . ignore) 
(unhandled-file-name-directory . ignore)
                                     (unlock-file . tramp-handle-unlock-file) 
(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-androidsu-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-androidsu-handle-copy-file)
                                           (delete-directory . 
tramp-androidsu-handle-delete-directory)
                                           (delete-file . 
tramp-androidsu-handle-delete-file)
                                           (directory-file-name . 
tramp-handle-directory-file-name)
                                           (directory-files . 
tramp-handle-directory-files)
                                           (directory-files-and-attributes .
                                            
tramp-androidsu-handle-directory-files-and-attributes)
                                           (dired-compress-file . ignore)
                                           (dired-uncache . 
tramp-handle-dired-uncache)
                                           (exec-path . 
tramp-androidsu-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-androidsu-handle-file-attributes)
                                           (file-directory-p . 
tramp-handle-file-directory-p)
                                           (file-equal-p . 
tramp-handle-file-equal-p)
                                           (file-executable-p . 
tramp-androidsu-handle-file-executable-p)
                                           (file-exists-p . 
tramp-androidsu-handle-file-exists-p)
                                           (file-group-gid . 
tramp-handle-file-group-gid)
                                           (file-in-directory-p . 
tramp-handle-file-in-directory-p)
                                           (file-local-copy . 
tramp-androidsu-handle-file-local-copy)
                                           (file-locked-p . 
tramp-handle-file-locked-p)
                                           (file-modes . 
tramp-handle-file-modes)
                                           (file-name-all-completions .
                                            
tramp-androidsu-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-androidsu-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-androidsu-handle-file-system-info)
                                           (file-truename . 
tramp-handle-file-truename)
                                           (file-user-uid . 
tramp-handle-file-user-uid)
                                           (file-writable-p . 
tramp-androidsu-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)
                                           (list-system-processes . 
tramp-handle-list-system-processes)
                                           (load . tramp-handle-load) 
(lock-file . tramp-handle-lock-file)
                                           (make-auto-save-file-name . 
tramp-handle-make-auto-save-file-name)
                                           (make-directory . 
tramp-androidsu-handle-make-directory)
                                           (make-directory-internal . ignore)
                                           (make-lock-file-name . 
tramp-handle-make-lock-file-name)
                                           (make-nearby-temp-file . 
tramp-handle-make-nearby-temp-file)
                                           (make-process . 
tramp-androidsu-handle-make-process)
                                           (make-symbolic-link . 
tramp-androidsu-handle-make-symbolic-link)
                                           (memory-info . 
tramp-handle-memory-info)
                                           (process-attributes . 
tramp-handle-process-attributes)
                                           (process-file . 
tramp-androidsu-handle-process-file)
                                           (rename-file . 
tramp-androidsu-handle-rename-file)
                                           (set-file-acl . ignore)
                                           (set-file-modes . 
tramp-androidsu-handle-set-file-modes)
                                           (set-file-selinux-context . ignore)
                                           (set-file-times . 
tramp-androidsu-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-get-home-directory . ignore)
                                           (tramp-get-remote-gid . 
tramp-androidsu-handle-get-remote-gid)
                                           (tramp-get-remote-groups . 
tramp-androidsu-handle-get-remote-groups)
                                           (tramp-get-remote-uid . 
tramp-androidsu-handle-get-remote-uid)
                                           (tramp-set-file-uid-gid . ignore)
                                           (unhandled-file-name-directory . 
ignore)
                                           (unlock-file . 
tramp-handle-unlock-file) (vc-registered . ignore)
                                           (verify-visited-file-modtime .
                                            
tramp-handle-verify-visited-file-modtime)
                                           (write-region . 
tramp-androidsu-handle-write-region))
 tramp-androidsu-local-shell-name "/system/bin/sh"
 tramp-androidsu-local-tmp-directory "/data/local/tmp"
 tramp-androidsu-method "androidsu"
 tramp-androidsu-mount-global-namespace t
 tramp-androidsu-remote-path '("/system/bin" "/system/xbin")
 tramp-antispoof-regexp "Access granted\\. Press Return to begin session\\. "
 tramp-apptainer-method "apptainer"
 tramp-apptainer-program "apptainer"
 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-archive-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-archive-handle-file-exists-p)
                                         (file-group-gid . 
tramp-archive-handle-file-group-gid)
                                         (file-in-directory-p . 
tramp-handle-file-in-directory-p)
                                         (file-local-copy . 
tramp-archive-handle-file-local-copy)
                                         (file-locked-p . ignore) (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-archive-handle-file-symlink-p)
                                         (file-system-info . 
tramp-archive-handle-file-system-info)
                                         (file-truename . 
tramp-archive-handle-file-truename)
                                         (file-user-uid . 
tramp-archive-handle-file-user-uid)
                                         (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)
                                         (list-system-processes . ignore) (load 
. tramp-archive-handle-load)
                                         (lock-file . ignore) 
(make-auto-save-file-name . ignore)
                                         (make-directory . 
tramp-archive-handle-not-implemented)
                                         (make-directory-internal . ignore) 
(make-lock-file-name . ignore)
                                         (make-nearby-temp-file . 
tramp-handle-make-nearby-temp-file)
                                         (make-process . ignore)
                                         (make-symbolic-link . 
tramp-archive-handle-not-implemented)
                                         (memory-info . ignore) 
(process-attributes . ignore)
                                         (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)
                                         (tramp-get-home-directory . ignore) 
(tramp-get-remote-gid . ignore)
                                         (tramp-get-remote-groups . ignore) 
(tramp-get-remote-uid . ignore)
                                         (tramp-set-file-uid-gid . ignore)
                                         (unhandled-file-name-directory . 
ignore) (unlock-file . 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\\|rate\\)\\|de\\(?:b\\|pot\\)\\|e\\(?:pub\\|xe\\)\\|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-method "archive"
 tramp-archive-suffixes '("7z" "apk" "ar" "cab" "CAB" "cpio" "crate" "deb" 
"depot" "epub" "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\"\207"
                               [remove-hook after-init-hook 
tramp-register-archive-autoload-file-name-handler]
                               3]
                             )
 tramp-autoload-file-name-regexp "\\`/\\(?:-\\|[^/:|]\\{2,\\}\\):"
 tramp-awk-decode "%a '\\\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 %n\")\n          }\n  
        obc=0; o=0\n        }\n      }\n    }\n  }\n}'"
 tramp-awk-encode "%a '\\\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-bsd-process-attributes-ps-args '("-acxww" "-o"
                                        
"pid,euid,user,egid,egroup,comm=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
 "-o" 
"state,ppid,pgid,sid,tty,tpgid,minflt,majflt,time,pri,nice,vsz,rss,etimes,pcpu,pmem,args")
 tramp-bsd-process-attributes-ps-format '((pid . number) (euid . number) (user 
. string) (egid . number)
                                          (group . string) (comm . 52) (state . 
string) (ppid . number)
                                          (pgrp . number) (sess . number) 
(ttname . string) (tpgid . number)
                                          (minflt . number) (majflt . number) 
(time . tramp-ps-time)
                                          (pri . number) (nice . number) (vsize 
. number) (rss . number)
                                          (etime . number) (pcpu . number) 
(pmem . number) (args))
 tramp-bsd-unames "\\(?:BSD\\|D\\(?:arwin\\|ragonFly\\)\\)"
 tramp-bug-report-address "[email protected]"
 tramp-bundle-read-file-names "printf \"(\\n\"\nwhile IFS= read file; do\n  
printf \"(\"; %k \"$file\"\n  if %q \"$file\"; then printf \" %%s\" t; else 
printf \" %%s\" nil; fi\n  if %m -r \"$file\"; then printf \" %%s\" t; else 
printf \" %%s\" nil; fi\n  if %m -d \"$file\"; then printf \" %%s\" t; else 
printf \" %%s\" nil; fi\n  if %m -x \"$file\"; then printf \" %%s)\\n\" t; else 
printf \" %%s)\\n\" nil; fi\ndone\nprintf \")\\n\""
 tramp-busybox-process-attributes-ps-args '("-o"
                                            
"pid,user,group,comm=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" "-o" 
"stat=abcde" "-o" "ppid,pgid,tty,time,nice,etime,args")
 tramp-busybox-process-attributes-ps-format '((pid . number) (user . string) 
(group . string) (comm . 52)
                                              (state . 5) (ppid . number) (pgrp 
. number) (ttname . string)
                                              (time . tramp-ps-time) (nice . 
number) (etime . tramp-ps-time)
                                              (args))
 tramp-cache-data '(((tramp-file-name "cache" nil nil nil nil nil nil) 
("tramp-version" "2.8.2.31.1"))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil nil nil)
                     ("null-device" "/dev/null") (" connected" nil) (" 
first-password-request" nil)
                     ("uname" "Linux 6.12.101+deb13-amd64") ("locale" 
"LC_ALL=en_US.utf8") ("test" "test")
                     ("file-exists" "test -e") ("pipe-buf" 4096) 
("remote-shell" "/bin/sh")
                     ("~" "/home/deploy") ("stat" "env QUOTING_STYLE=locale 
/bin/stat") ("id" "/bin/id")
                     ("uid-integer" 1002) ("uid-string" "deploy") 
("gid-integer" 1002) ("gid-string" "deploy")
                     ("groups-integer" (1002 27 33)) ("groups-string" ("deploy" 
"sudo" "www-data"))
                     ("case-insensitive" nil) ("readlink" "/bin/readlink") 
("bzr" nil) ("git" "/bin/git")
                     ("hg" nil) ("ln" "/bin/ln") ("perl-file-spec" t) 
("perl-cwd-realpath" t)
                     ("perl" "/bin/perl"))
                    ((tramp-file-name "local" "ben" nil "Marseille" nil nil 
nil) ("locale" "en_US.utf8")
                     ("ControlMaster=auto" t) ("ControlPath=tramp.%C" t) 
("ControlPersist=no" t)
                     ("SetEnv=\"TERM=dumb\"" t) ("uid-integer" 1000) 
("gid-integer" 998))
                    ("#<process *tramp/ssh [email protected]*>"
                     ("temp-file" "/home/ben/.cache/emacs/tramp.R0Pfq6") 
("chunksize" 0)
                     ("remote-shell" "/bin/sh") ("last-cmd-time" (27266 36657 
551312 631000))
                     ("default-remote-path" "/bin:/usr/bin")
                     ("scripts"
                      ("tramp_perl_file_name_all_completions" 
"tramp_readlink_file_truename"
                       "tramp_stat_file_attributes" 
"tramp_bundle_read_file_names")
                      )
                     ("remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" 
"/usr/local/bin" "/usr/local/sbin"))
                     ("remote-tty" "/dev/pts/0") ("connected" t) ("selinux-p" 
nil) ("device" (-1 . 1))
                     ("local-encoding" base64-encode-region) ("local-decoding" 
base64-decode-region)
                     ("remote-encoding" "base64") ("remote-decoding" "base64 -d 
-i") ("acl-p" nil))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/" nil)
                     ("file-exists-p" ((27266 36607 579123 62000) . t)))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/bin" nil)
                     ("file-exists-p" ((27266 36607 653814 704000) . t))
                     ("file-readable-p" ((27266 36607 653825 680000) . t))
                     ("file-directory-p" ((27266 36607 653843 968000) . t))
                     ("file-executable-p" ((27266 36607 653852 921000) . t)))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/usr/bin" nil)
                     ("file-exists-p" ((27266 36607 653864 974000) . t))
                     ("file-readable-p" ((27266 36607 653874 508000) . t))
                     ("file-directory-p" ((27266 36607 653883 276000) . t))
                     ("file-executable-p" ((27266 36607 653891 953000) . t)))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/run/privileged/bin" nil)
                     ("file-exists-p" ((27266 36607 653903 142000)))
                     ("file-readable-p" ((27266 36607 653913 868000)))
                     ("file-directory-p" ((27266 36607 653923 908000)))
                     ("file-executable-p" ((27266 36607 653933 957000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "~/.guix-profile/bin" nil)
                     ("file-exists-p" ((27266 36607 653944 606000)))
                     ("file-readable-p" ((27266 36607 653954 403000)))
                     ("file-directory-p" ((27266 36607 653963 900000)))
                     ("file-executable-p" ((27266 36607 653973 391000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "~/.guix-profile/sbin" nil)
                     ("file-exists-p" ((27266 36607 653983 468000)))
                     ("file-readable-p" ((27266 36607 653994 281000)))
                     ("file-directory-p" ((27266 36607 654004 101000)))
                     ("file-executable-p" ((27266 36607 654013 821000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "~/.guix-home/bin" nil)
                     ("file-exists-p" ((27266 36607 654023 397000)))
                     ("file-readable-p" ((27266 36607 654032 678000)))
                     ("file-directory-p" ((27266 36607 654041 740000)))
                     ("file-executable-p" ((27266 36607 654050 888000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "~/.guix-home/sbin" nil)
                     ("file-exists-p" ((27266 36607 654060 264000)))
                     ("file-readable-p" ((27266 36607 654069 871000)))
                     ("file-directory-p" ((27266 36607 654079 53000)))
                     ("file-executable-p" ((27266 36607 654088 148000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil
                      "/run/current-system/profile/bin" nil)
                     ("file-exists-p" ((27266 36607 654100 82000)))
                     ("file-readable-p" ((27266 36607 654112 646000)))
                     ("file-directory-p" ((27266 36607 654123 997000)))
                     ("file-executable-p" ((27266 36607 654135 386000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil
                      "/run/current-system/profile/sbin" nil)
                     ("file-exists-p" ((27266 36607 654147 199000)))
                     ("file-readable-p" ((27266 36607 654159 429000)))
                     ("file-directory-p" ((27266 36607 654170 784000)))
                     ("file-executable-p" ((27266 36607 654182 197000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/sbin" nil)
                     ("file-exists-p" ((27266 36607 654191 687000) . t))
                     ("file-readable-p" ((27266 36607 654201 93000) . t))
                     ("file-directory-p" ((27266 36607 654210 189000) . t))
                     ("file-executable-p" ((27266 36607 654219 712000) . t)))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/usr/sbin" nil)
                     ("file-exists-p" ((27266 36607 654229 447000) . t))
                     ("file-readable-p" ((27266 36607 654239 250000) . t))
                     ("file-directory-p" ((27266 36607 654248 122000) . t))
                     ("file-executable-p" ((27266 36607 654256 975000) . t)))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/usr/local/bin" nil)
                     ("file-exists-p" ((27266 36607 654266 753000) . t))
                     ("file-readable-p" ((27266 36607 654276 517000) . t))
                     ("file-directory-p" ((27266 36607 654286 735000) . t))
                     ("file-executable-p" ((27266 36607 654296 218000) . t)))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/usr/local/sbin" nil)
                     ("file-exists-p" ((27266 36607 654305 909000) . t))
                     ("file-readable-p" ((27266 36607 654316 723000) . t))
                     ("file-directory-p" ((27266 36607 654326 222000) . t))
                     ("file-executable-p" ((27266 36607 654335 812000) . t)))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/local/bin" nil)
                     ("file-exists-p" ((27266 36607 654346 224000)))
                     ("file-readable-p" ((27266 36607 654356 374000)))
                     ("file-directory-p" ((27266 36607 654366 274000)))
                     ("file-executable-p" ((27266 36607 654375 995000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/local/freeware/bin" nil)
                     ("file-exists-p" ((27266 36607 654387 383000)))
                     ("file-readable-p" ((27266 36607 654398 799000)))
                     ("file-directory-p" ((27266 36607 654410 7000)))
                     ("file-executable-p" ((27266 36607 654421 392000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/local/gnu/bin" nil)
                     ("file-exists-p" ((27266 36607 654431 995000)))
                     ("file-readable-p" ((27266 36607 654442 810000)))
                     ("file-directory-p" ((27266 36607 654453 245000)))
                     ("file-executable-p" ((27266 36607 654463 537000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/usr/freeware/bin" nil)
                     ("file-exists-p" ((27266 36607 654473 718000)))
                     ("file-readable-p" ((27266 36607 654484 706000)))
                     ("file-directory-p" ((27266 36607 654494 506000)))
                     ("file-executable-p" ((27266 36607 654504 162000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/usr/pkg/bin" nil)
                     ("file-exists-p" ((27266 36607 654513 455000)))
                     ("file-readable-p" ((27266 36607 654523 139000)))
                     ("file-directory-p" ((27266 36607 654532 277000)))
                     ("file-executable-p" ((27266 36607 654541 356000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/usr/contrib/bin" nil)
                     ("file-exists-p" ((27266 36607 654551 218000)))
                     ("file-readable-p" ((27266 36607 654561 302000)))
                     ("file-directory-p" ((27266 36607 654570 989000)))
                     ("file-executable-p" ((27266 36607 654580 678000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/opt/bin" nil)
                     ("file-exists-p" ((27266 36607 654591 253000)))
                     ("file-readable-p" ((27266 36607 654600 633000)))
                     ("file-directory-p" ((27266 36607 654609 431000)))
                     ("file-executable-p" ((27266 36607 654618 123000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/opt/sbin" nil)
                     ("file-exists-p" ((27266 36607 654627 265000)))
                     ("file-readable-p" ((27266 36607 654637 331000)))
                     ("file-directory-p" ((27266 36607 654646 382000)))
                     ("file-executable-p" ((27266 36607 654655 266000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/opt/local/bin" nil)
                     ("file-exists-p" ((27266 36607 654665 117000)))
                     ("file-readable-p" ((27266 36607 654675 423000)))
                     ("file-directory-p" ((27266 36607 654684 902000)))
                     ("file-executable-p" ((27266 36607 654694 828000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/opt/homebrew/bin" nil)
                     ("file-exists-p" ((27266 36607 654704 903000)))
                     ("file-readable-p" ((27266 36607 654715 456000)))
                     ("file-directory-p" ((27266 36607 654725 178000)))
                     ("file-executable-p" ((27266 36607 654734 897000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/opt/homebrew/sbin" nil)
                     ("file-exists-p" ((27266 36607 654744 928000)))
                     ("file-readable-p" ((27266 36607 654755 257000)))
                     ("file-directory-p" ((27266 36607 654765 94000)))
                     ("file-executable-p" ((27266 36607 654774 882000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/HOME/DEPLOY/.BASHRC" nil)
                     ("file-attributes" ((27266 36608 15238 296000)))
                     ("file-exists-p" ((27266 36608 29094 24000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/home/deploy/RCS/.bashrc,v"
                      nil)
                     ("file-exists-p" ((27266 36608 442356 889000)))
                     ("file-readable-p" ((27266 36608 442362 980000)))
                     ("file-directory-p" ((27266 36608 442367 877000)))
                     ("file-executable-p" ((27266 36608 442372 490000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/home/deploy/.bashrc,v" nil)
                     ("file-exists-p" ((27266 36608 442377 383000)))
                     ("file-readable-p" ((27266 36608 442382 214000)))
                     ("file-directory-p" ((27266 36608 442386 493000)))
                     ("file-executable-p" ((27266 36608 442390 704000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/home/deploy/RCS/.bashrc"
                      nil)
                     ("file-exists-p" ((27266 36608 442395 178000)))
                     ("file-readable-p" ((27266 36608 442400 749000)))
                     ("file-directory-p" ((27266 36608 442405 55000)))
                     ("file-executable-p" ((27266 36608 442409 230000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/home/deploy/CVS/Entries"
                      nil)
                     ("file-exists-p" ((27266 36608 442415 547000)))
                     ("file-readable-p" ((27266 36608 442420 505000)))
                     ("file-directory-p" ((27266 36608 442424 781000)))
                     ("file-executable-p" ((27266 36608 442428 962000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/home/deploy/.svn" nil)
                     ("file-exists-p" ((27266 36608 442451 892000)))
                     ("file-readable-p" ((27266 36608 442456 360000)))
                     ("file-directory-p" ((27266 36608 442460 565000)))
                     ("file-executable-p" ((27266 36608 442464 698000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/.svn" nil)
                     ("file-exists-p" ((27266 36608 442468 231000)))
                     ("file-readable-p" ((27266 36608 442471 637000)))
                     ("file-directory-p" ((27266 36608 442474 548000)))
                     ("file-executable-p" ((27266 36608 442478 393000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil
                      "/home/deploy/SCCS/s..bashrc" nil)
                     ("file-exists-p" ((27266 36608 442483 115000)))
                     ("file-readable-p" ((27266 36608 442488 439000)))
                     ("file-directory-p" ((27266 36608 442506 648000)))
                     ("file-executable-p" ((27266 36608 442510 773000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/home/deploy/s..bashrc" nil)
                     ("file-exists-p" ((27266 36608 442514 969000)))
                     ("file-readable-p" ((27266 36608 442520 133000)))
                     ("file-directory-p" ((27266 36608 442538 794000)))
                     ("file-executable-p" ((27266 36608 442543 133000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil
                      "/home/deploy/.src/.bashrc,v" nil)
                     ("file-exists-p" ((27266 36608 442547 633000)))
                     ("file-readable-p" ((27266 36608 442553 26000)))
                     ("file-directory-p" ((27266 36608 442571 147000)))
                     ("file-executable-p" ((27266 36608 442575 712000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil
                      "/home/deploy/.bzr/checkout/format" nil)
                     ("file-exists-p" ((27266 36608 442580 124000)))
                     ("file-readable-p" ((27266 36608 442584 799000)))
                     ("file-directory-p" ((27266 36608 442588 958000)))
                     ("file-executable-p" ((27266 36608 442595 862000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/.bzr/checkout/format" nil)
                     ("file-exists-p" ((27266 36608 442599 57000)))
                     ("file-readable-p" ((27266 36608 442602 447000)))
                     ("file-directory-p" ((27266 36608 442605 154000)))
                     ("file-executable-p" ((27266 36608 442607 835000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/home/deploy/.git" nil)
                     ("file-exists-p" ((27266 36608 442612 9000)))
                     ("file-readable-p" ((27266 36608 442616 828000)))
                     ("file-directory-p" ((27266 36608 442620 773000)))
                     ("file-executable-p" ((27266 36608 442624 669000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/.git" nil)
                     ("file-exists-p" ((27266 36608 442627 603000)))
                     ("file-readable-p" ((27266 36608 442630 646000)))
                     ("file-directory-p" ((27266 36608 442633 382000)))
                     ("file-executable-p" ((27266 36608 442635 885000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/home/deploy/.hg" nil)
                     ("file-exists-p" ((27266 36608 442640 237000)))
                     ("file-readable-p" ((27266 36608 442644 683000)))
                     ("file-directory-p" ((27266 36608 442649 526000)))
                     ("file-executable-p" ((27266 36608 442653 578000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/.hg" nil)
                     ("file-exists-p" ((27266 36608 442656 598000)))
                     ("file-readable-p" ((27266 36608 442659 605000)))
                     ("file-directory-p" ((27266 36608 442662 144000)))
                     ("file-executable-p" ((27266 36608 442664 787000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/home/deploy/.wget-hsts"
                      nil)
                     ("file-exists-p" ((27266 36615 340892 708000) . t))
                     ("file-readable-p" ((27266 36615 340908 407000) . t))
                     ("file-directory-p" ((27266 36615 340922 683000)))
                     ("file-executable-p" ((27266 36615 340937 48000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/home/deploy" nil)
                     ("file-directory-p" ((27266 36615 182346 627000) . t))
                     ("file-attributes"
                      ((27266 36615 403157 989000) t 12 ("deploy" . 1002) 
("deploy" . 1002) (27266 36615 0 0)
                       (27266 36610 0 0) (27266 36610 0 0) 4096 "drwxr-xr-x" 
nil 137118 (-1 . 1))
                      )
                     ("file-exists-p" ((27266 36615 411117 912000) . t))
                     ("file-writable-p" ((27266 36615 411548 720000) . t)))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/home/deploy/.bash_logout"
                      nil)
                     ("file-exists-p" ((27266 36615 340959 188000) . t))
                     ("file-readable-p" ((27266 36615 340973 999000) . t))
                     ("file-directory-p" ((27266 36615 340988 220000)))
                     ("file-executable-p" ((27266 36615 341002 417000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/home/deploy/.nc_history"
                      nil)
                     ("file-exists-p" ((27266 36615 341032 9000) . t))
                     ("file-readable-p" ((27266 36615 341046 661000) . t))
                     ("file-directory-p" ((27266 36615 341060 806000)))
                     ("file-executable-p" ((27266 36615 341075 123000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/home/deploy/.npm" nil)
                     ("file-exists-p" ((27266 36615 341095 298000) . t))
                     ("file-readable-p" ((27266 36615 341109 732000) . t))
                     ("file-directory-p" ((27266 36615 341123 38000) . t))
                     ("file-executable-p" ((27266 36615 341136 432000) . t)))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/home/deploy/.bash_history"
                      nil)
                     ("file-exists-p" ((27266 36615 341158 63000) . t))
                     ("file-readable-p" ((27266 36615 341173 2000) . t))
                     ("file-directory-p" ((27266 36615 341187 982000)))
                     ("file-executable-p" ((27266 36615 341202 525000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/home/deploy/.vim" nil)
                     ("file-exists-p" ((27266 36615 341222 674000) . t))
                     ("file-readable-p" ((27266 36615 341236 364000) . t))
                     ("file-directory-p" ((27266 36615 341249 640000) . t))
                     ("file-executable-p" ((27266 36615 341262 974000) . t)))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil
                      "/home/deploy/.python_history" nil)
                     ("file-exists-p" ((27266 36615 341284 773000) . t))
                     ("file-readable-p" ((27266 36615 341299 895000) . t))
                     ("file-directory-p" ((27266 36615 341314 591000)))
                     ("file-executable-p" ((27266 36615 341329 229000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil
                      "/home/deploy/.selected_editor" nil)
                     ("file-exists-p" ((27266 36615 341351 321000) . t))
                     ("file-readable-p" ((27266 36615 341368 220000) . t))
                     ("file-directory-p" ((27266 36615 341383 14000)))
                     ("file-executable-p" ((27266 36615 341397 872000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/home/deploy/.profile" nil)
                     ("file-exists-p" ((27266 36615 341418 740000) . t))
                     ("file-readable-p" ((27266 36615 341433 8000) . t))
                     ("file-directory-p" ((27266 36615 341446 729000)))
                     ("file-executable-p" ((27266 36615 341460 985000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/home/deploy/.viminfo" nil)
                     ("file-exists-p" ((27266 36615 341482 685000) . t))
                     ("file-readable-p" ((27266 36615 341496 882000) . t))
                     ("file-directory-p" ((27266 36615 341510 603000)))
                     ("file-executable-p" ((27266 36615 341524 438000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/home/deploy/.viminfo~" nil)
                     ("file-exists-p" ((27266 36615 341545 217000) . t))
                     ("file-readable-p" ((27266 36615 341559 456000) . t))
                     ("file-directory-p" ((27266 36615 341573 278000)))
                     ("file-executable-p" ((27266 36615 341587 86000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/home/deploy/.ssh" nil)
                     ("file-exists-p" ((27266 36615 341607 103000) . t))
                     ("file-readable-p" ((27266 36615 341621 906000) . t))
                     ("file-directory-p" ((27266 36615 341635 207000) . t))
                     ("file-executable-p" ((27266 36615 341648 787000) . t)))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/home/deploy/.rt_sessions"
                      nil)
                     ("file-exists-p" ((27266 36615 341745 441000) . t))
                     ("file-readable-p" ((27266 36615 341760 172000) . t))
                     ("file-directory-p" ((27266 36615 341774 455000)))
                     ("file-executable-p" ((27266 36615 341788 828000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/home/deploy/.ansible" nil)
                     ("file-exists-p" ((27266 36615 341809 484000) . t))
                     ("file-readable-p" ((27266 36615 341823 672000) . t))
                     ("file-directory-p" ((27266 36615 341837 479000) . t))
                     ("file-executable-p" ((27266 36615 341851 381000) . t)))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/home/deploy/.config" nil)
                     ("file-exists-p" ((27266 36615 341872 158000) . t))
                     ("file-readable-p" ((27266 36615 341888 425000) . t))
                     ("file-directory-p" ((27266 36615 341902 275000) . t))
                     ("file-executable-p" ((27266 36615 341916 412000) . t)))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/home/deploy/.psql_history"
                      nil)
                     ("file-exists-p" ((27266 36615 341938 4000) . t))
                     ("file-readable-p" ((27266 36615 341952 728000) . t))
                     ("file-directory-p" ((27266 36615 341967 147000)))
                     ("file-executable-p" ((27266 36615 341981 650000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/home/deploy/.local" nil)
                     ("file-exists-p" ((27266 36615 342002 416000) . t))
                     ("file-readable-p" ((27266 36615 342016 196000) . t))
                     ("file-directory-p" ((27266 36615 342029 635000) . t))
                     ("file-executable-p" ((27266 36615 342043 91000) . t)))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/home/deploy/.lesshst" nil)
                     ("file-exists-p" ((27266 36615 342131 30000) . t))
                     ("file-readable-p" ((27266 36615 342145 254000) . t))
                     ("file-directory-p" ((27266 36615 342158 887000)))
                     ("file-executable-p" ((27266 36615 342172 535000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/home/deploy/.links2" nil)
                     ("file-exists-p" ((27266 36615 342192 793000) . t))
                     ("file-readable-p" ((27266 36615 342207 833000) . t))
                     ("file-directory-p" ((27266 36615 342221 492000) . t))
                     ("file-executable-p" ((27266 36615 342235 25000) . t)))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/home/deploy/.rt_history"
                      nil)
                     ("file-exists-p" ((27266 36615 342256 178000) . t))
                     ("file-readable-p" ((27266 36615 342270 944000) . t))
                     ("file-directory-p" ((27266 36615 342285 232000)))
                     ("file-executable-p" ((27266 36615 342299 652000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil
                      "/home/deploy/.clojure_history" nil)
                     ("file-exists-p" ((27266 36615 342321 810000) . t))
                     ("file-readable-p" ((27266 36615 342336 957000) . t))
                     ("file-directory-p" ((27266 36615 342351 784000)))
                     ("file-executable-p" ((27266 36615 342366 580000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/home/deploy/.gnupg" nil)
                     ("file-exists-p" ((27266 36615 342387 366000) . t))
                     ("file-readable-p" ((27266 36615 342401 509000) . t))
                     ("file-directory-p" ((27266 36615 342415 131000) . t))
                     ("file-executable-p" ((27266 36615 342428 580000) . t)))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil
                      "/home/deploy/.sudo_as_admin_successful" nil)
                     ("file-exists-p" ((27266 36615 342451 875000) . t))
                     ("file-readable-p" ((27266 36615 342469 533000) . t))
                     ("file-directory-p" ((27266 36615 342485 301000)))
                     ("file-executable-p" ((27266 36615 342501 120000))))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/home/deploy/.byobu" nil)
                     ("file-exists-p" ((27266 36615 342521 910000) . t))
                     ("file-readable-p" ((27266 36615 342535 638000) . t))
                     ("file-directory-p" ((27266 36615 342549 165000) . t))
                     ("file-executable-p" ((27266 36615 342562 631000) . t)))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/home/deploy/.cache" nil)
                     ("file-exists-p" ((27266 36615 342583 27000) . t))
                     ("file-readable-p" ((27266 36615 342597 209000) . t))
                     ("file-directory-p" ((27266 36615 342610 930000) . t))
                     ("file-executable-p" ((27266 36615 342624 725000) . t)))
                    ((tramp-file-name "ssh" "deploy" nil "torino.sturm.com.au" 
nil "/home/deploy/.bashrc" nil)
                     ("file-exists-p" ((27266 36615 590581 481000) . t))
                     ("file-attributes"
                      ((27266 36657 612520 277000) nil 1 ("deploy" . 1002) 
("deploy" . 1002) (27266 36615 0 0)
                       (27266 36615 0 0) (27266 36615 0 0) 3618 "-rw-r--r--" 
nil 132669 (-1 . 1))
                      )
                     )
                    )
 tramp-cache-data-changed t
 tramp-cache-undefined 'undef
 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]
                           #[0 
"\300\301!\211\205\211@\302\303\"\266A\202\207"
                             [apropos-internal 
"\\`tramp-cache-\\(?:[gs]et\\)-count-" unintern nil] 5]
                           )
 tramp-cache-version '(tramp-file-name "cache" nil nil nil nil nil nil)
 tramp-cleanup-some-buffers-hook '(tramp-remote-process-p tramp-dired-buffer-p 
buffer-file-name)
 tramp-compat-emacs-compiled-version "31.0.91"
 tramp-compat-password-colon-equivalents '(58 65306 65109 65043 6102)
 tramp-compat-temporary-file-directory "/home/ben/.cache/emacs/"
 tramp-completion-file-name-handler-alist '((expand-file-name . 
tramp-completion-handle-expand-file-name)
                                            (file-directory-p . 
tramp-completion-handle-file-directory-p)
                                            (file-exists-p . 
tramp-completion-handle-file-exists-p)
                                            (file-name-all-completions .
                                             
tramp-completion-handle-file-name-all-completions)
                                            (file-name-completion .
                                             
tramp-completion-handle-file-name-completion)
                                            (file-name-directory . 
tramp-completion-handle-file-name-directory)
                                            (file-name-nondirectory .
                                             
tramp-completion-handle-file-name-nondirectory)
                                            )
 tramp-completion-file-name-regexp 
"\\(?:^/\\)\\(?:\\(?:\\(-\\|[[:alnum:]]\\{2,\\}\\)\\(?::\\)\\(?:\\([^]/:[|[:blank:]]+\\)\\(?:@\\)\\)?\\(\\(?:[%._[:alnum:]-]+\\|\\(?:\\[\\)\\(?:\\(?:[[:alnum:]]*:\\)+[.[:alnum:]]*\\)?\\(?:]\\)\\)\\(?:\\(?:#\\)\\(?:[[:digit:]]+\\)\\)?\\)?\\)\\(?:|\\)\\)*\\(?:\\(?:-\\|[[:alnum:]]+\\)\\(?:\\(?::\\)\\(?:\\(?:[^]/:[|[:blank:]]+\\)\\(?:@\\)\\)?\\(?:[%._[:alnum:]-]+\\|\\(?:\\[\\)\\(?:\\(?:\\(?:[[:alnum:]]*:\\)+[.[:alnum:]]*\\)\\(?:]\\)?\\)?\\)?\\)?\\)?\\'"
 tramp-completion-function-alist '(("adb" (tramp-adb-parse-device-names ""))
                                   ("kubernetes" 
(tramp-kubernetes--completion-function "kubernetes"))
                                   ("podmancp" 
(tramp-container--completion-function "podmancp"))
                                   ("podman" 
(tramp-container--completion-function "podman"))
                                   ("dockercp" 
(tramp-container--completion-function "dockercp"))
                                   ("docker" 
(tramp-container--completion-function "docker"))
                                   ("ftp" (tramp-parse-netrc "~/.netrc"))
                                   ("rclone" (tramp-rclone-parse-device-names 
""))
                                   ("psftp" (tramp-parse-shosts 
"/home/ben/.ssh/known_hosts")
                                    (tramp-parse-sconfig 
"/home/ben/.ssh/config"))
                                   ("pscp" (tramp-parse-shosts 
"/home/ben/.ssh/known_hosts")
                                    (tramp-parse-sconfig 
"/home/ben/.ssh/config"))
                                   ("plink" (tramp-parse-shosts 
"/home/ben/.ssh/known_hosts")
                                    (tramp-parse-sconfig 
"/home/ben/.ssh/config"))
                                   ("sg" (tramp-parse-etc-group "/etc/group"))
                                   ("doas" (tramp-parse-passwd "/etc/passwd"))
                                   ("sudo" (tramp-parse-passwd "/etc/passwd"))
                                   ("su" (tramp-parse-passwd "/etc/passwd"))
                                   ("telnet" (tramp-parse-hosts "/etc/hosts"))
                                   ("sshx" (tramp-parse-shosts 
"/home/ben/.ssh/known_hosts")
                                    (tramp-parse-sconfig 
"/home/ben/.ssh/config"))
                                   ("ssh" (tramp-parse-shosts 
"/home/ben/.ssh/known_hosts")
                                    (tramp-parse-sconfig 
"/home/ben/.ssh/config"))
                                   ("rsync" (tramp-parse-shosts 
"/home/ben/.ssh/known_hosts")
                                    (tramp-parse-sconfig 
"/home/ben/.ssh/config"))
                                   ("scpx" (tramp-parse-shosts 
"/home/ben/.ssh/known_hosts")
                                    (tramp-parse-sconfig 
"/home/ben/.ssh/config"))
                                   ("scp" (tramp-parse-shosts 
"/home/ben/.ssh/known_hosts")
                                    (tramp-parse-sconfig 
"/home/ben/.ssh/config"))
                                   ("smb" (tramp-parse-netrc "~/.netrc"))
                                   ("sshfs" (tramp-parse-shosts 
"/home/ben/.ssh/known_hosts")
                                    (tramp-parse-sconfig 
"/home/ben/.ssh/config"))
                                   ("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/ssh_known_hosts")
                                       (tramp-parse-sconfig 
"/etc/ssh/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 
"/home/ben/.ssh/known_hosts")
                                       (tramp-parse-sconfig 
"/home/ben/.ssh/config")
                                       (tramp-parse-shostkeys 
"~/.ssh2/hostkeys")
                                       (tramp-parse-sknownhosts 
"~/.ssh2/knownhosts"))
 tramp-completion-function-alist-su '((tramp-parse-passwd "/etc/passwd"))
 tramp-completion-function-alist-telnet '((tramp-parse-hosts "/etc/hosts"))
 tramp-completion-method-regexp "-\\|[[:alnum:]]+"
 tramp-completion-method-regexp-alist '((default . "-\\|[[:alnum:]]+") 
(simplified . "")
                                        (separate . "-\\|[[:alnum:]]*"))
 tramp-completion-multi-hop-methods '("kubernetes" "podman" "docker")
 tramp-completion-use-auth-sources t
 tramp-completion-use-cache t
 tramp-confirm-rename-file-names t
 tramp-connection-local-bsd-ps-variables '((tramp-process-attributes-ps-args 
"-acxww" "-o"
                                            
"pid,euid,user,egid,egroup,comm=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
 "-o" 
"state,ppid,pgid,sid,tty,tpgid,minflt,majflt,time,pri,nice,vsz,rss,etimes,pcpu,pmem,args")
                                           (tramp-process-attributes-ps-format 
(pid . number) (euid . number)
                                            (user . string) (egid . number) 
(group . string) (comm . 52)
                                            (state . string) (ppid . number) 
(pgrp . number) (sess . number)
                                            (ttname . string) (tpgid . number) 
(minflt . number)
                                            (majflt . number) (time . 
tramp-ps-time) (pri . number)
                                            (nice . number) (vsize . number) 
(rss . number) (etime . number)
                                            (pcpu . number) (pmem . number) 
(args))
                                           )
 tramp-connection-local-busybox-ps-variables 
'((tramp-process-attributes-ps-args "-o"
                                                
"pid,user,group,comm=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" "-o" 
"stat=abcde" "-o" "ppid,pgid,tty,time,nice,etime,args")
                                               
(tramp-process-attributes-ps-format (pid . number)
                                                (user . string) (group . 
string) (comm . 52) (state . 5)
                                                (ppid . number) (pgrp . number) 
(ttname . string)
                                                (time . tramp-ps-time) (nice . 
number) (etime . tramp-ps-time)
                                                (args))
                                               )
 tramp-connection-local-darwin-ps-variables '((tramp-process-attributes-ps-args 
"-acxww" "-o"
                                               
"pid,uid,user,gid,comm=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" 
"-o" "state=abcde" "-o" 
"ppid,pgid,sess,tty,tpgid,minflt,majflt,time,pri,nice,vsz,rss,etime,pcpu,pmem,args")
                                              
(tramp-process-attributes-ps-format (pid . number)
                                               (euid . number) (user . string) 
(egid . number) (comm . 52)
                                               (state . 5) (ppid . number) 
(pgrp . number) (sess . number)
                                               (ttname . string) (tpgid . 
number) (minflt . number)
                                               (majflt . number) (time . 
tramp-ps-time) (pri . number)
                                               (nice . number) (vsize . number) 
(rss . number)
                                               (etime . tramp-ps-time) (pcpu . 
number) (pmem . number) (args))
                                              )
 tramp-connection-local-default-shell-variables '((shell-file-name . "/bin/sh") 
(shell-command-switch . "-c"))
 tramp-connection-local-default-system-variables '((path-separator . ":") 
(null-device . "/dev/null")
                                                   (exec-suffixes ""))
 tramp-connection-min-time-diff 5
 tramp-connection-timeout 60
 tramp-copy-failed-regexp ".+: \\(?:No such file or directory\\|Permission 
denied\\|is a directory\\|not a regular file\\)[[:blank:]]*"
 tramp-copy-size-limit 10240
 tramp-crypt-encfs-config ".encfs6.xml"
 tramp-crypt-file-name-handler-alist '((abbreviate-file-name . identity)
                                       (access-file . 
tramp-crypt-handle-access-file)
                                       (add-name-to-file . 
tramp-handle-add-name-to-file)
                                       (copy-directory . 
tramp-handle-copy-directory)
                                       (copy-file . 
tramp-crypt-handle-copy-file)
                                       (delete-directory . 
tramp-crypt-handle-delete-directory)
                                       (delete-file . 
tramp-crypt-handle-delete-file)
                                       (directory-files . 
tramp-crypt-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)
                                       (file-accessible-directory-p . 
tramp-handle-file-accessible-directory-p)
                                       (file-acl . ignore)
                                       (file-attributes . 
tramp-crypt-handle-file-attributes)
                                       (file-directory-p . 
tramp-handle-file-directory-p)
                                       (file-equal-p . 
tramp-handle-file-equal-p)
                                       (file-executable-p . 
tramp-crypt-handle-file-executable-p)
                                       (file-exists-p . 
tramp-crypt-handle-file-exists-p)
                                       (file-in-directory-p . 
tramp-handle-file-in-directory-p)
                                       (file-local-copy . 
tramp-handle-file-local-copy)
                                       (file-locked-p . 
tramp-crypt-handle-file-locked-p)
                                       (file-modes . tramp-handle-file-modes)
                                       (file-name-all-completions .
                                        
tramp-crypt-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 . 
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 .
                                        
tramp-crypt-handle-file-ownership-preserved-p)
                                       (file-readable-p . 
tramp-crypt-handle-file-readable-p)
                                       (file-regular-p . 
tramp-handle-file-regular-p)
                                       (file-selinux-context . ignore)
                                       (file-symlink-p . 
tramp-handle-file-symlink-p)
                                       (file-system-info . 
tramp-crypt-handle-file-system-info)
                                       (file-writable-p . 
tramp-crypt-handle-file-writable-p)
                                       (find-backup-file-name . 
tramp-handle-find-backup-file-name)
                                       (insert-directory . 
tramp-crypt-handle-insert-directory)
                                       (insert-file-contents . 
tramp-handle-insert-file-contents)
                                       (list-system-processes . ignore) (load . 
tramp-handle-load)
                                       (lock-file . 
tramp-crypt-handle-lock-file)
                                       (make-auto-save-file-name . 
tramp-handle-make-auto-save-file-name)
                                       (make-directory . 
tramp-crypt-handle-make-directory)
                                       (make-directory-internal . ignore)
                                       (make-lock-file-name . 
tramp-handle-make-lock-file-name)
                                       (make-nearby-temp-file . 
tramp-handle-make-nearby-temp-file)
                                       (make-process . ignore)
                                       (make-symbolic-link . 
tramp-handle-make-symbolic-link)
                                       (memory-info . ignore) 
(process-attributes . ignore)
                                       (process-file . ignore) (rename-file . 
tramp-crypt-handle-rename-file)
                                       (set-file-acl . ignore)
                                       (set-file-modes . 
tramp-crypt-handle-set-file-modes)
                                       (set-file-selinux-context . ignore)
                                       (set-file-times . 
tramp-crypt-handle-set-file-times)
                                       (set-visited-file-modtime . 
tramp-crypt-handle-set-visited-file-modtime)
                                       (shell-command . ignore) 
(start-file-process . ignore)
                                       (temporary-file-directory . 
tramp-handle-temporary-file-directory)
                                       (tramp-set-file-uid-gid . 
tramp-crypt-handle-set-file-uid-gid)
                                       (unhandled-file-name-directory . ignore)
                                       (unlock-file . 
tramp-crypt-handle-unlock-file) (vc-registered . ignore)
                                       (verify-visited-file-modtime .
                                        
tramp-crypt-handle-verify-visited-file-modtime)
                                       (write-region . 
tramp-handle-write-region))
 tramp-darwin-process-attributes-ps-args '("-acxww" "-o"
                                           
"pid,uid,user,gid,comm=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" 
"-o" "state=abcde" "-o" 
"ppid,pgid,sess,tty,tpgid,minflt,majflt,time,pri,nice,vsz,rss,etime,pcpu,pmem,args")
 tramp-darwin-process-attributes-ps-format '((pid . number) (euid . number) 
(user . string) (egid . number)
                                             (comm . 52) (state . 5) (ppid . 
number) (pgrp . number)
                                             (sess . number) (ttname . string) 
(tpgid . number)
                                             (minflt . number) (majflt . 
number) (time . tramp-ps-time)
                                             (pri . number) (nice . number) 
(vsize . number) (rss . number)
                                             (etime . tramp-ps-time) (pcpu . 
number) (pmem . number) (args))
 tramp-debug-buffer-limit 104857600
 tramp-debug-font-lock-keywords '(list (rx bol (regexp 
tramp-debug-outline-regexp) (+ nonl))
                                  '(1 font-lock-warning-face t t) '(0 
(outline-font-lock-face) keep t))
 tramp-debug-message-fnh-function 'tramp-handle-file-remote-p
 tramp-debug-nesting ""
 tramp-debug-outline-regexp 
"[[:digit:]]+:[[:digit:]]+:[[:digit:]]+\\.[[:digit:]]+[[:blank:]]\\(?:\\(#<thread
 .+>\\)[[:blank:]]\\)?\\([[:alnum:]-]+\\) (\\([[:digit:]]+\\)) #"
 tramp-default-copy-file-name '(("%u" "@") ("%h" ":") ("%f"))
 tramp-default-host "Marseille"
 tramp-default-host-alist '(("adb" nil "") ("nextcloud" nil "") ("gdrive" nil 
"") ("rclone" nil "")
                            ("\\`sudoedit\\'" nil "Marseille"))
 tramp-default-method "scp"
 tramp-default-method-alist '((nil "\\`\\(?:anonymous\\|ftp\\)\\'" "ftp") 
("\\`ftp\\." nil "ftp")
                              
("\\(?:\\`\\(?:127\\.0\\.0\\.1\\|::1\\|Marseille\\|ip\\(?:6-lo\\(?:calhost\\|opback\\)\\|v6-lo\\(?:calhost\\|opback\\)\\)\\|localhost[46]?\\)\\'\\)"
 "\\`root\\'" "su")
                              )
 tramp-default-method-marker "-"
 tramp-default-remote-shell "/bin/sh"
 tramp-default-user-alist '(("\\`\\(?:r\\(?:cp\\|emcp\\|sh\\)\\|telnet\\)\\'" 
nil "ben")
                            ("\\`\\(?:doas\\|su\\(?:do\\)?\\)\\'" nil "root") 
("\\`smb\\'" nil nil)
                            ("\\`sudoedit\\'" nil "root"))
 tramp-devices 1
 tramp-distrobox-method "distrobox"
 tramp-distrobox-program "distrobox"
 tramp-dns-sd-service-regexp "^_[[:alnum:]-]+\\._tcp$"
 tramp-docker-method "docker"
 tramp-docker-program "docker"
 tramp-dockercp-method "dockercp"
 tramp-domain-regexp "[._[:alnum:]-]+"
 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 "dfb55d389129b8a4ad1e574b38ee5599"
 tramp-end-of-output "///36f79b600c95880b2ee026ad88865c71#$"
 tramp-error-show-message-timeout 30
 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
                           
"XCg/Ol4vXClcKFwoPzpcKD86XCgtXHxbWzphbG51bTpdXVx7MixcfVwpXCg/OjpcKVwoPzpcKFte\nXS86W3xbOmJsYW5rOl1dK1wpXCg/OkBcKVwpP1woXCg/OlslLl9bOmFsbnVtOl0tXStcfFwoPzpc\nW1wpXCg/OlwoPzpbWzphbG51bTpdXSo6XCkrWy5bOmFsbnVtOl1dKlwpP1woPzpdXClcKVwoPzpc\nKD86I1wpXCg/OltbOmRpZ2l0Ol1dK1wpXCk/XCk/XClcKD86fFwpXCkrXCk/XCg/OlwoLVx8W1s6\nYWxudW06XV1cezIsXH1cKVwoPzo6XClcKD86XChbXl0vOlt8WzpibGFuazpdXStcKVwoPzpAXClc\nKT9cKFwoPzpbJS5fWzphbG51bTpdLV0rXHxcKD86XFtcKVwoPzpcKD86W1s6YWxudW06XV0qOlwp\nK1suWzphbG51bTpdXSpcKT9cKD86XVwpXClcKD86XCg/OiNcKVwoPzpbWzpkaWdpdDpdXStcKVwp\nP1wpP1wpXCg/OjpcKVwoW14KDV0qXCdcKQ==")
                          'raw-text)
 tramp-file-name-structure 
'("\\(?:^/\\)\\(\\(?:\\(?:\\(-\\|[[:alnum:]]\\{2,\\}\\)\\(?::\\)\\(?:\\([^]/:[|[:blank:]]+\\)\\(?:@\\)\\)?\\(\\(?:[%._[:alnum:]-]+\\|\\(?:\\[\\)\\(?:\\(?:[[:alnum:]]*:\\)+[.[:alnum:]]*\\)?\\(?:]\\)\\)\\(?:\\(?:#\\)\\(?:[[:digit:]]+\\)\\)?\\)?\\)\\(?:|\\)\\)+\\)?\\(?:\\(-\\|[[:alnum:]]\\{2,\\}\\)\\(?::\\)\\(?:\\([^]/:[|[:blank:]]+\\)\\(?:@\\)\\)?\\(\\(?:[%._[:alnum:]-]+\\|\\(?:\\[\\)\\(?:\\(?:[[:alnum:]]*:\\)+[.[:alnum:]]*\\)?\\(?:]\\)\\)\\(?:\\(?:#\\)\\(?:[[:digit:]]+\\)\\)?\\)?\\)\\(?::\\)\\([^\n
]*\\'\\)" 5 6 7 8 1)
 tramp-file-name-with-method "sudo"
 tramp-fingerprint-prompt-regexp (decode-coding-string
                                   (base64-decode-string
                                    
"XCg/OlBsYWNlIHlvdXIgXCg/OlwoPzpmaW5nZXIgb1woPzpuIHRoZSByZWFkZXIgYWdhaVwpP1x8\nXCg/OmxlZnQgXCg/OmluZGV4IGZpbmdlclx8bGl0dGxlIGZpbmdlclx8bWlkZGxlIGZpbmdlclx8\ncmluZyBmaW5nZXJcfHRodW1iXClcfHJpZ2h0IFwoPzppbmRleCBmaW5nZXJcfGxpdHRsZSBmaW5n\nZXJcfG1pZGRsZSBmaW5nZXJcfHJpbmcgZmluZ2VyXHx0aHVtYlwpXCkgb1wpblwpXHxSZW1vdmUg\neW91ciBmaW5nZXIsIGFuZCB0cnkgc3dpcGluZyB5b3VyIGZpbmdlciBhZ2Fpblx8U3dpcGUgXCg/\nOndhcyB0b28gc2hvcnQsIHRyeSBhZ2Fpblx8eW91ciBcKD86ZmluZ2VyIGFcKD86Y3Jvc3NcfGdh\naW5cKVx8XCg/OmxlZnQgXCg/OmluZGV4IGZpbmdlclx8bGl0dGxlIGZpbmdlclx8bWlkZGxlIGZp\nbmdlclx8cmluZyBmaW5nZXJcfHRodW1iXClcfHJpZ2h0IFwoPzppbmRleCBmaW5nZXJcfGxpdHRs\nZSBmaW5nZXJcfG1pZGRsZSBmaW5nZXJcfHJpbmcgZmluZ2VyXHx0aHVtYlwpXCkgYWNyb3NzXClc\nKVx8WW91ciBmaW5nZXIgd2FzIG5vdCBjZW50ZXJlZCwgdHJ5IHN3aXBpbmcgeW91ciBmaW5nZXIg\nYWdhaW5cKS4qWwoNXSo=")
                                   'raw-text)
 tramp-flatpak-method "flatpak"
 tramp-flatpak-program "flatpak"
 tramp-fnac-add-trailing-slash t
 tramp-foreign-file-name-handler-alist '((tramp-adb-file-name-p . 
tramp-adb-file-name-handler)
                                         (tramp-androidsu-file-name-p . 
tramp-androidsu-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-sshfs-file-name-p . 
tramp-sshfs-file-name-handler)
                                         (tramp-sudoedit-file-name-p . 
tramp-sudoedit-file-name-handler)
                                         (identity . 
tramp-sh-file-name-handler))
 tramp-ftp-method "ftp"
 tramp-fuse-name-prefix "tramp-"
 tramp-gio-events '("attribute-changed" "changed" "changes-done-hint" "created" 
"deleted" "moved" "pre-unmount"
                    "unmounted")
 tramp-goa-methods '("gdrive" "nextcloud")
 tramp-goa-service "org.gnome.OnlineAccounts"
 tramp-gvfs-file-name-handler-alist '((abbreviate-file-name . 
tramp-handle-abbreviate-file-name)
                                      (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-group-gid . 
tramp-handle-file-group-gid)
                                      (file-in-directory-p . 
tramp-handle-file-in-directory-p)
                                      (file-local-copy . 
tramp-handle-file-local-copy)
                                      (file-locked-p . 
tramp-handle-file-locked-p)
                                      (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-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-user-uid . 
tramp-handle-file-user-uid)
                                      (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)
                                      (list-system-processes . ignore) (load . 
tramp-handle-load)
                                      (lock-file . tramp-handle-lock-file)
                                      (make-auto-save-file-name . 
tramp-handle-make-auto-save-file-name)
                                      (make-directory . 
tramp-gvfs-handle-make-directory)
                                      (make-directory-internal . ignore)
                                      (make-lock-file-name . 
tramp-handle-make-lock-file-name)
                                      (make-nearby-temp-file . 
tramp-handle-make-nearby-temp-file)
                                      (make-process . ignore)
                                      (make-symbolic-link . 
tramp-handle-make-symbolic-link)
                                      (memory-info . ignore) 
(process-attributes . ignore)
                                      (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-get-home-directory . 
tramp-gvfs-handle-get-home-directory)
                                      (tramp-get-remote-gid . 
tramp-gvfs-handle-get-remote-gid)
                                      (tramp-get-remote-groups . ignore)
                                      (tramp-get-remote-uid . 
tramp-gvfs-handle-get-remote-uid)
                                      (tramp-set-file-uid-gid . 
tramp-gvfs-handle-set-file-uid-gid)
                                      (unhandled-file-name-directory . ignore)
                                      (unlock-file . tramp-handle-unlock-file) 
(vc-registered . ignore)
                                      (verify-visited-file-modtime . 
tramp-handle-verify-visited-file-modtime)
                                      (write-region . 
tramp-handle-write-region))
 tramp-gvfs-methods '("afp" "dav" "davs" "gdrive" "mtp" "nextcloud" "sftp")
 tramp-gvfs-service-afc-volumemonitor "org.gtk.vfs.AfcVolumeMonitor"
 tramp-gvfs-service-gphoto2-volumemonitor "org.gtk.vfs.GPhoto2VolumeMonitor"
 tramp-gvfs-service-mtp-volumemonitor "org.gtk.vfs.MTPVolumeMonitor"
 tramp-hexdump-awk-encode "%h -v -e '16/1 \" %%02x\" \"\\n\"' | %a '\\\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-hexdump-encode "%h -v -e '16/1 \" %%02x\" \"\\n\"'"
 tramp-histfile-override "~/.tramp_history"
 tramp-host-regexp "[%._[:alnum:]-]+"
 tramp-host-with-port-regexp 
"\\([%._[:alnum:]-]+\\|\\(?:\\[\\)\\(?:\\(?:[[:alnum:]]*:\\)+[.[:alnum:]]*\\)?\\(?:]\\)\\)\\(?:#\\)\\([[:digit:]]+\\)"
 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 "\\(?:[[:alnum:]]*:\\)+[.[:alnum:]]*"
 tramp-keyboard-interactive-authentication-prompt-regexp (decode-coding-string
                                                           (base64-decode-string
                                                            
"LS0gS2V5Ym9hcmQtaW50ZXJhY3RpdmUgYXV0aGVudGljYXRpb24gcHJvbXB0cyBmcm9tIHNlcnZl\ncjogLS0tLS0tLS0tLS0tLS0tLS0tW1s6Ymxhbms6XV0qWwoNXSo=")
                                                           'raw-text)
 tramp-kubernetes-connection-local-default-variables '((tramp-config-check .
                                                        
tramp-kubernetes--current-context-data)
                                                       (tramp-extra-expand-args 
97
                                                        
(tramp-kubernetes--container
                                                         (car 
tramp-current-connection))
                                                        104
                                                        (tramp-kubernetes--pod 
(car tramp-current-connection))
                                                        120
                                                        
(tramp-kubernetes--context-namespace
                                                         (car 
tramp-current-connection))
                                                        )
                                                       )
 tramp-kubernetes-method "kubernetes"
 tramp-kubernetes-program "kubectl"
 tramp-local-coding-commands '((b64 base64-encode-region base64-decode-region)
                               (uu tramp-uuencode-region uudecode-decode-region)
                               (pack
                                "%p -e 'binmode STDIN; binmode STDOUT; print 
pack(q{u*}, join q{}, <>)' %n"
                                "%p -e 'binmode STDIN; binmode STDOUT; print 
unpack(q{u*}, join q{}, <>)' %n")
                               )
 tramp-local-end-of-line "\n"
 tramp-local-host-names '("Marseille" "localhost" "127.0.0.1" "::1" 
"localhost4" "localhost6" "ip6-localhost"
                          "ip6-loopback" "ipv6-localhost" "ipv6-loopback")
 tramp-local-host-regexp 
"\\(?:\\`\\(?:127\\.0\\.0\\.1\\|::1\\|Marseille\\|ip\\(?:6-lo\\(?:calhost\\|opback\\)\\|v6-lo\\(?:calhost\\|opback\\)\\)\\|localhost[46]?\\)\\'\\)"
 tramp-localname-regexp (decode-coding-string (base64-decode-string 
"W14KDV0qXCc=") 'raw-text)
 tramp-lock-file-info-regexp 
"\\`\\(.+\\)@\\(.+\\)\\.\\([[:digit:]]+\\)\\(?::-?[[:digit:]]+\\)?\\'"
 tramp-login-prompt-regexp 
".*\\(?:login\\|user\\)\\(?:[[:blank:]].*\\)?:[[:blank:]]*"
 tramp-ls-file-attributes "%s -ild %s \"$1\" || return\n%s -lnd%s %s \"$1\""
 tramp-media-methods '("afc" "gphoto2" "mtp")
 tramp-method-regexp "-\\|[[:alnum:]]\\{2,\\}"
 tramp-method-regexp-alist '((default . "-\\|[[:alnum:]]\\{2,\\}") (simplified 
. "")
                             (separate . "\\(?:-\\|[[:alnum:]]\\{2,\\}\\)?"))
 tramp-methods '(("adb" (tramp-login-program "adb") (tramp-login-args (("-s" 
"%d") ("shell")))
                  (tramp-direct-async t) (tramp-tmpdir "/data/local/tmp") 
(tramp-default-port 5555))
                 ("kubernetes" (tramp-login-program "kubectl")
                  (tramp-login-args (("%x") ("exec") ("-c" "%a") ("%h") ("-it") 
("--") ("%l")))
                  (tramp-direct-async ("/bin/sh" "-c")) (tramp-remote-shell 
"/bin/sh")
                  (tramp-remote-shell-login ("-l")) (tramp-remote-shell-args 
("-i" "-c"))
                  (tramp-completion-use-cache nil))
                 ("podmancp" (tramp-login-program "podman")
                  (tramp-login-args (("exec") ("-it") ("-u" "%u") ("-e" 
"TERM=dumb") ("%h") ("%l")))
                  (tramp-direct-async ("/bin/sh" "-c")) (tramp-remote-shell 
"/bin/sh")
                  (tramp-remote-shell-login ("-l")) (tramp-remote-shell-args 
("-i" "-c"))
                  (tramp-copy-program "podman") (tramp-copy-args (("cp")))
                  (tramp-copy-file-name (("%h" ":") ("%f"))) 
(tramp-copy-recursive t)
                  (tramp-completion-use-cache nil))
                 ("podman" (tramp-login-program "podman")
                  (tramp-login-args (("exec") ("-it") ("-u" "%u") ("-e" 
"TERM=dumb") ("%h") ("%l")))
                  (tramp-direct-async ("/bin/sh" "-c")) (tramp-remote-shell 
"/bin/sh")
                  (tramp-remote-shell-login ("-l")) (tramp-remote-shell-args 
("-i" "-c"))
                  (tramp-completion-use-cache nil))
                 ("dockercp" (tramp-login-program "docker")
                  (tramp-login-args (("exec") ("-it") ("-u" "%u") ("-e" 
"TERM=dumb") ("%h") ("%l")))
                  (tramp-direct-async ("/bin/sh" "-c")) (tramp-remote-shell 
"/bin/sh")
                  (tramp-remote-shell-login ("-l")) (tramp-remote-shell-args 
("-i" "-c"))
                  (tramp-copy-program "docker") (tramp-copy-args (("cp")))
                  (tramp-copy-file-name (("%h" ":") ("%f"))) 
(tramp-copy-recursive t)
                  (tramp-completion-use-cache nil))
                 ("docker" (tramp-login-program "docker")
                  (tramp-login-args (("exec") ("-it") ("-u" "%u") ("-e" 
"TERM=dumb") ("%h") ("%l")))
                  (tramp-direct-async ("/bin/sh" "-c")) (tramp-remote-shell 
"/bin/sh")
                  (tramp-remote-shell-login ("-l")) (tramp-remote-shell-args 
("-i" "-c"))
                  (tramp-completion-use-cache nil))
                 ("ftp") ("sftp") ("nextcloud") ("mtp") ("gdrive") ("davs") 
("dav") ("afp")
                 ("rclone" (tramp-mount-args ("--no-unicode-normalization" 
"--dir-cache-time" "0s"))
                  (tramp-copyto-args nil) (tramp-moveto-args nil) 
(tramp-about-args ("--full")))
                 ("psftp" (tramp-login-program "plink")
                  (tramp-login-args
                   (("-l" "%u") ("-P" "%p") ("-ssh") ("%c") ("-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") ("%c") 
("-p" "%k")))
                  (tramp-copy-keep-date t))
                 ("pscp" (tramp-login-program "plink")
                  (tramp-login-args
                   (("-l" "%u") ("-P" "%p") ("-ssh") ("%c") ("-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") ("%c") 
("-p" "%k") ("-q") ("-r")))
                  (tramp-copy-keep-date t) (tramp-copy-recursive t))
                 ("plinkx" (tramp-login-program "plink")
                  (tramp-login-args
                   (("-load") ("%h") ("%c") ("-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") ("%c") ("-t") ("%h") ("\"")
                    ("env 'TERM=dumb' 'PROMPT_COMMAND=' 'PS1=#$ '") ("%l") 
("\""))
                   )
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l"))
                  (tramp-remote-shell-args ("-c")))
                 ("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) (tramp-password-previous-hop t))
                 ("sudo" (tramp-login-program "env")
                  (tramp-login-args
                   (("SUDO_PROMPT=P\"\"a\"\"s\"\"s\"\"w\"\"o\"\"r\"\"d\"\":") 
("TERM=dumb") ("sudo")
                    ("-u" "%u") ("-s") ("-H") ("%l"))
                   )
                  (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login 
("-l"))
                  (tramp-remote-shell-args ("-c")) (tramp-connection-timeout 
10) (tramp-session-timeout 300)
                  (tramp-password-previous-hop t))
                 ("sg" (tramp-login-program "sg") (tramp-login-args (("-") 
("%u"))) (tramp-direct-async ("-c"))
                  (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))
                 ("telnet" (tramp-login-program "telnet") (tramp-login-args 
(("%h") ("%p") ("%n")))
                  (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") ("%w") ("-e" "none") ("-t" 
"-t")
                    ("-o" "RemoteCommand=\"%l\"") ("%h"))
                   )
                  (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") ("%w") 
("-e" "none") ("%h")))
                  (tramp-async-args (("-q"))) (tramp-direct-async ("-t" "-t")) 
(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") ("%w") 
("-e" "none") ("%h")))
                  (tramp-async-args (("-q"))) (tramp-direct-async ("-t" "-t")) 
(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") ("%w") ("-e" "none") ("-t" 
"-t")
                    ("-o" "RemoteCommand=\"%l\"") ("%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") ("%x") ("%y") 
("%z") ("-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") ("%w") 
("-e" "none") ("%h")))
                  (tramp-async-args (("-q"))) (tramp-direct-async ("-t" "-t")) 
(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") ("%x") ("%y") 
("%z") ("-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))
                 ("sshfs"
                  (tramp-mount-args
                   (("-C") ("-p" "%p") ("-o" "dir_cache=no") ("-o" 
"transform_symlinks")
                    ("-o" "idmap=user,reconnect"))
                   )
                  (tramp-login-program "ssh")
                  (tramp-login-args
                   (("-q") ("-l" "%u") ("-p" "%p") ("-e" "none") ("%a" "%a") 
("-o" "SetEnv=\"TERM=dumb\"")
                    ("%h") ("%l"))
                   )
                  (tramp-direct-async t) (tramp-remote-shell "/bin/sh") 
(tramp-remote-shell-login ("-l"))
                  (tramp-remote-shell-args ("-c")))
                 ("sudoedit" (tramp-sudo-login (("sudo") ("-u" "%u") ("-S") 
("-H") ("-p" "Password:") ("--")))
                  (tramp-password-previous-hop t))
                 ("-"))
 tramp-mode t
 tramp-nspawn-method "nspawn"
 tramp-null-hop '(tramp-file-name "local" "ben" nil "Marseille" nil nil nil)
 tramp-od-awk-encode "%o -v -t x1 -A n | %a '\\\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-od-encode "%o -v -t x1 -A n"
 tramp-operation-not-permitted-regexp "\\(?:preserving times.*\\|set 
mode\\):[[:blank:]]*Operation not permitted"
 tramp-otp-password-prompt-regexp (decode-coding-string
                                    (base64-decode-string
                                     
"XCg/Ol4uKlwoXCg/OlwoPzpUQUNDIFRva2VuIENcfFZlcmlmaWNhdGlvbiBjXClvZGVcKVwpLipb\nOuGflu+4k++5le+8ml1bWzpibGFuazpdXSpcKQ==")
                                    'raw-text)
 tramp-password-prompt-regexp (decode-coding-string
                                (base64-decode-string
                                 
"XCg/Ol4uKlwoXCg/OmFkZ2FuZ3Nrb2RlXHxjb250cmFzZVwoPzpcKD86bnlcfMOxXClhXClcfGRl\nY3J5cHRpb24ga2V5XHxlbmNyeXB0aW9uIGtleVx8Z2VzbG9cfGhcKD86XCg/OmFzxYJcfGVzbFwp\nb1wpXHxpcGhhc2l3ZWRpXHxqZWxzesOzXHxsXCg/Om96aW5rYVx8w7ZzZW5vcmRcKVx8bVwoPzpv\ndCBkZSBwYXNzZVx84bqtdCBraOG6qXVcKVx8cFwoPzphXCg/OnJvbGFcfHNcKD86YWhpdHphXHxz\nXCg/OiBwaHJhc2VcfGNvZGVcfG9yZFx8cGhyYXNlXHx3b3JbZHRdXClcfHZvcnRvXClcKVx8aW5c\nKVx8c1woPzphbGFzYW5hXHxlbmhhXHxsYXB0YcW+b2Rpc1wpXHx3YWNodHdvb3JkXHzQu9C+0LfQ\nuNC90LrQsFx80L/QsNGA0L7Qu9GMXHzXodeh157XlFx82YPZhNmF2Kkg2KfZhNiz2LFcfOCkl+Cl\ngeCkquCljeCkpOCktuCkrOCljeCkplx84KS24KSs4KWN4KSm4KSV4KWC4KSfXHzgppfgp4Hgpqrg\np43gpqTgprbgpqzgp43gpqZcfOCmquCmvuCmuOCmk+Cnn+CmvuCmsOCnjeCmoVx84Kiq4Ki+4Ki4\n4Ki14Kiw4KihXHzgqqrgqr7gqrjgqrXgqrDgq43gqqFcfOCsquCtjeCssOCsrOCth+CstiDgrLjg\nrJngrY3grJXgrYfgrKRcfOCuleCun+CuteCvgeCumuCvjeCumuCviuCusuCvjVx84LC44LCC4LCV\n4LGH4LCk4LCq4LCm4LCu4LGBXHzgspfgs4Hgsqrgs43gsqTgsqrgsqZcfOC0heC0n+C0r+C0vuC0\ns+C0teC0vuC0leC1jeC0leC1jVx84La74LeE4LeD4LeK4La04Lav4La6XHzhnpbhnrbhnoDhn5Lh\nnpnhnp/hnpjhn5LhnoThnrbhno/hn4tcfOODkeOCueODr+ODvOODiVx85a+GW+eggeeivF1cfOyV\nlO2YuFwpXCkuKls64Z+W77iT77mV77yaXQA/W1s6Ymxhbms6XV0qXCk=")
                                'raw-text)
 tramp-perl-decode "%p -e '\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}' %n"
 tramp-perl-decode-with-module "%p -MMIME::Base64 -0777 -ne 'print 
decode_base64($_)' %n"
 tramp-perl-directory-files-and-attributes "%p -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    $filename =~ s/\"/\\\\\"/g;\n    printf(\n   
     \"(\\\"%%s\\\" %%s %%u (%%s . %%u) (%%s . %%u) (%%u %%u) (%%u %%u) (%%u 
%%u) %%u %%u t %%u -1)\\n\",\n        $filename,\n        $type,\n        
$stat[3],\n        \"\\\"\" . getpwuid($stat[4]) . \"\\\"\",\n        
$stat[4],\n        \"\\\"\" . getgrgid($stat[5]) . \"\\\"\",\n        
$stat[5],\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\" %n"
 tramp-perl-encode "%p -e '\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}' %n"
 tramp-perl-encode-with-module "%p -MMIME::Base64 -0777 -ne 'print 
encode_base64($_)' %n"
 tramp-perl-file-attributes "%p -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};\nprintf(\n    \"(%%s %%u (%%s . 
%%u) (%%s . %%u) (%%u %%u) (%%u %%u) (%%u %%u) %%u %%u t %%u -1)\\n\",\n    
$type,\n    $stat[3],\n    \"\\\"\" . getpwuid($stat[4]) . \"\\\"\",\n    
$stat[4],\n    \"\\\"\" . getgrgid($stat[5]) . \"\\\"\",\n    $stat[5],\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\" %n"
 tramp-perl-file-name-all-completions "%p -e '\n$dir = $ARGV[0];\nif ($dir ne 
\"/\") {\n  $dir =~ s#/+$##;\n}\nopendir(d, $dir) || die(\"$dir: 
$!\\nfail\\n\");\n@files = readdir(d); closedir(d);\nprint \"(\\n\";\nforeach 
$f (@files) {\n  ($p = $f) =~ s/\\\"/\\\\\\\"/g;\n  ($q = \"$dir/$f\") =~ 
s/\\\"/\\\\\\\"/g;\n  print \"(\\\"$q\\\"\",\n    ((-e \"$q\") ? \" t\" : \" 
nil\"),\n    ((-r \"$q\") ? \" t\" : \" nil\"),\n    ((-d \"$q\") ? \" t\" : \" 
nil\"),\n    ((-x \"$q\") ? \" t\" : \" nil\"),\n    \")\\n\";\n}\nprint 
\")\\n\";\n' \"$1\" %n"
 tramp-perl-file-truename "%p -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\nif (-l $ARGV[0]) {\n    print 
\"t\\n\";\n    }\nelse {\n    print \"nil\\n\";\n    }\n\n$result =~ 
s/\"/\\\\\"/g;\nprint \"\\\"$result\\\"\\n\";\n' \"$1\" %n"
 tramp-perl-id "%p -e '\nuse strict;\nuse warnings;\nuse POSIX 
qw(getgroups);\n\nmy ( $uid, $user ) = ( $>, scalar getpwuid $> );\nmy ( $gid, 
$group ) = ( $), scalar getgrgid $) );\nmy @groups = map { $_ . \"(\" . 
getgrgid ($_) . \")\" } getgroups ();\n\nprintf \"uid=%%d(%%s) gid=%%d(%%s) 
groups=%%s\\n\",\n  $uid, $user, $gid, $group, join \",\", @groups;' %n"
 tramp-perl-pack "%p -e 'binmode STDIN; binmode STDOUT; print pack(q{u*}, join 
q{}, <>)' %n"
 tramp-perl-unpack "%p -e 'binmode STDIN; binmode STDOUT; print unpack(q{u*}, 
join q{}, <>)' %n"
 tramp-permission-denied 'permission-denied
 tramp-persistency-file-name "~/.config/emacs/tramp"
 tramp-pipe-stty-settings "-icanon min 1 time 0"
 tramp-podman-method "podman"
 tramp-podman-program "podman"
 tramp-podmancp-method "podmancp"
 tramp-port-regexp "[[:digit:]]+"
 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-attributes-ps-args '("-eww" "-o"
                                    
"pid,euid,euser,egid,egroup,comm:80,state,ppid,pgrp,sess,tname,tpgid,min_flt,maj_flt,times,pri,nice,thcount,vsize,rss,etimes,pcpu,pmem,args")
 tramp-process-attributes-ps-format '((pid . number) (euid . number) (user . 
string) (egid . number)
                                      (group . string) (comm . 80) (state . 
string) (ppid . number)
                                      (pgrp . number) (sess . number) (ttname . 
string) (tpgid . number)
                                      (minflt . number) (majflt . number) (time 
. number) (pri . number)
                                      (nice . number) (thcount . number) (vsize 
. number) (rss . number)
                                      (etime . number) (pcpu . number) (pmem . 
number) (args))
 tramp-process-connection-type t
 tramp-python-id "%y -c '\nimport os, pwd, grp;\n\ndef idform(id):\n  return 
\"{:d}({:s})\".format(id, grp.getgrgid(id)[0]);\n\nuid = os.getuid();\nuser = 
pwd.getpwuid(uid)[0];\ngid = os.getgid();\ngroup = grp.getgrgid(gid)[0]\ngroups 
= map(idform, os.getgrouplist(user, gid));\n\nprint(\"uid={:d}({:s}) 
gid={:d}({:s}) groups={:s}\"\n      .format(uid, user, gid, group, 
\",\".join(groups)));' %n"
 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-fuse-handle-delete-directory)
                                        (delete-file . 
tramp-fuse-handle-delete-file)
                                        (directory-file-name . 
tramp-handle-directory-file-name)
                                        (directory-files . 
tramp-fuse-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-fuse-handle-file-attributes)
                                        (file-directory-p . 
tramp-handle-file-directory-p)
                                        (file-equal-p . 
tramp-handle-file-equal-p)
                                        (file-executable-p . 
tramp-fuse-handle-file-executable-p)
                                        (file-exists-p . 
tramp-handle-file-exists-p)
                                        (file-group-gid . 
tramp-handle-file-group-gid)
                                        (file-in-directory-p . 
tramp-handle-file-in-directory-p)
                                        (file-local-copy . 
tramp-handle-file-local-copy)
                                        (file-locked-p . 
tramp-handle-file-locked-p)
                                        (file-modes . tramp-handle-file-modes)
                                        (file-name-all-completions .
                                         
tramp-fuse-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-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-user-uid . 
tramp-handle-file-user-uid)
                                        (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)
                                        (list-system-processes . ignore) (load 
. tramp-handle-load)
                                        (lock-file . tramp-handle-lock-file)
                                        (make-auto-save-file-name . 
tramp-handle-make-auto-save-file-name)
                                        (make-directory . 
tramp-fuse-handle-make-directory)
                                        (make-directory-internal . ignore)
                                        (make-lock-file-name . 
tramp-handle-make-lock-file-name)
                                        (make-nearby-temp-file . 
tramp-handle-make-nearby-temp-file)
                                        (make-process . ignore)
                                        (make-symbolic-link . 
tramp-handle-make-symbolic-link)
                                        (memory-info . ignore) 
(process-attributes . ignore)
                                        (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-get-home-directory . ignore) 
(tramp-get-remote-gid . ignore)
                                        (tramp-get-remote-groups . ignore) 
(tramp-get-remote-uid . ignore)
                                        (tramp-set-file-uid-gid . ignore)
                                        (unhandled-file-name-directory . ignore)
                                        (unlock-file . 
tramp-handle-unlock-file) (vc-registered . ignore)
                                        (verify-visited-file-modtime . 
tramp-handle-verify-visited-file-modtime)
                                        (write-region . 
tramp-handle-write-region))
 tramp-rclone-method "rclone"
 tramp-readlink-file-truename "if %m -h \"$1\"; then echo t; else echo nil; 
fi\n%r \"$1\""
 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-hexdump-awk-encode tramp-awk-decode)
                                (b64 tramp-od-awk-encode tramp-awk-decode)
                                (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 
"\\(-\\|[[:alnum:]]\\{2,\\}\\)\\(?::\\)\\(?:\\([^]/:[|[:blank:]]+\\)\\(?:@\\)\\)?\\(\\(?:[%._[:alnum:]-]+\\|\\(?:\\[\\)\\(?:\\(?:[[:alnum:]]*:\\)+[.[:alnum:]]*\\)?\\(?:]\\)\\)\\(?:\\(?:#\\)\\(?:[[:digit:]]+\\)\\)?\\)?"
 tramp-remote-path '(tramp-default-remote-path "/run/privileged/bin" 
"~/.guix-profile/bin"
                     "~/.guix-profile/sbin" "~/.guix-home/bin" 
"~/.guix-home/sbin"
                     "/run/current-system/profile/bin" 
"/run/current-system/profile/sbin" "/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" "/opt/homebrew/bin" 
"/opt/homebrew/sbin")
 tramp-remote-process-environment '("ENV=''" "TMOUT=0" "LC_CTYPE=''" "CDPATH=" 
"HISTORY=" "MAIL=" "MAILCHECK="
                                    "MAILPATH=" "PAGER=cat" "autocorrect=" 
"correct=")
 tramp-root-id-integer 0
 tramp-root-id-string "root"
 tramp-rsh-end-of-line "\n"
 tramp-security-key-confirm-regexp (decode-coding-string
                                     (base64-decode-string
                                      
"Xg0qQ29uZmlybSB1c2VyIHByZXNlbmNlIGZvciBrZXkgLipbCg1dKg==")
                                     'raw-text)
 tramp-security-key-confirmed-regexp (decode-coding-string
                                       (base64-decode-string 
"Xg0qVXNlciBwcmVzZW5jZSBjb25maXJtZWRbCg1dKg==")
                                       'raw-text)
 tramp-security-key-pin-regexp (decode-coding-string
                                 (base64-decode-string 
"Xg0qXChFbnRlciBQSU4gZm9yIC4qXClbCg1dKg==") 'raw-text)
 tramp-security-key-timeout-regexp (decode-coding-string
                                     (base64-decode-string
                                      
"Xg0qc2lnbl9hbmRfc2VuZF9wdWJrZXk6IHNpZ25pbmcgZmFpbGVkIGZvciAuKlsKDV0q")
                                     'raw-text)
 tramp-sh-extra-args '(("\\(?:\\`\\|/\\)bash\\'" . "-noediting -norc 
-noprofile")
                       ("\\(?:\\`\\|/\\)zsh\\'" . "-f +Z -V"))
 tramp-sh-file-name-handler-alist '((abbreviate-file-name . 
tramp-handle-abbreviate-file-name)
                                    (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-group-gid . 
tramp-handle-file-group-gid)
                                    (file-in-directory-p . 
tramp-handle-file-in-directory-p)
                                    (file-local-copy . 
tramp-sh-handle-file-local-copy)
                                    (file-locked-p . tramp-handle-file-locked-p)
                                    (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-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-user-uid . tramp-handle-file-user-uid)
                                    (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)
                                    (list-system-processes . 
tramp-handle-list-system-processes)
                                    (load . tramp-handle-load) (lock-file . 
tramp-handle-lock-file)
                                    (make-auto-save-file-name . 
tramp-handle-make-auto-save-file-name)
                                    (make-directory . 
tramp-sh-handle-make-directory)
                                    (make-lock-file-name . 
tramp-handle-make-lock-file-name)
                                    (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)
                                    (memory-info . tramp-handle-memory-info)
                                    (process-attributes . 
tramp-handle-process-attributes)
                                    (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-get-home-directory . 
tramp-sh-handle-get-home-directory)
                                    (tramp-get-remote-gid . 
tramp-sh-handle-get-remote-gid)
                                    (tramp-get-remote-groups . 
tramp-sh-handle-get-remote-groups)
                                    (tramp-get-remote-uid . 
tramp-sh-handle-get-remote-uid)
                                    (tramp-set-file-uid-gid . 
tramp-sh-handle-set-file-uid-gid)
                                    (unhandled-file-name-directory . ignore)
                                    (unlock-file . tramp-handle-unlock-file)
                                    (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-file-name-all-completions "cd \"$1\" 2>&1; %l -a %n | while IFS= 
read file; do\n  quoted=`echo \"$1/$file\" | sed -e \"s#//#/#g\"`\n  printf 
\"%%s\\n\" \"$quoted\"\ndone | %b"
 tramp-shell-print-quoted-string "quoted=`echo \"$1\" | sed -e 
\"s/\\\"/\\\\\\\\\\\\\\\\\\\"/g\"`\nprintf \"\\\"%%s\\\"\" \"$quoted\""
 tramp-shell-prompt-pattern (decode-coding-string
                              (base64-decode-string 
"XCg/Ol5cfA1cKVteXQojLSU+XSojP1tdIy0lPl1bWzpibGFuazpdXSo=")
                              'raw-text)
 tramp-smb-file-name-handler-alist '((abbreviate-file-name . 
tramp-handle-abbreviate-file-name)
                                     (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-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-group-gid . 
tramp-handle-file-group-gid)
                                     (file-in-directory-p . 
tramp-handle-file-in-directory-p)
                                     (file-local-copy . 
tramp-smb-handle-file-local-copy)
                                     (file-locked-p . 
tramp-handle-file-locked-p)
                                     (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-smb-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-user-uid . 
tramp-handle-file-user-uid)
                                     (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)
                                     (list-system-processes . ignore) (load . 
tramp-handle-load)
                                     (lock-file . tramp-handle-lock-file)
                                     (make-auto-save-file-name . 
tramp-handle-make-auto-save-file-name)
                                     (make-directory . 
tramp-smb-handle-make-directory)
                                     (make-directory-internal . ignore)
                                     (make-lock-file-name . 
tramp-handle-make-lock-file-name)
                                     (make-nearby-temp-file . 
tramp-handle-make-nearby-temp-file)
                                     (make-process . 
tramp-smb-handle-make-process)
                                     (make-symbolic-link . 
tramp-smb-handle-make-symbolic-link)
                                     (memory-info . ignore) (process-attributes 
. ignore)
                                     (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 . 
tramp-smb-handle-set-file-times)
                                     (set-visited-file-modtime . 
tramp-handle-set-visited-file-modtime)
                                     (shell-command . 
tramp-smb-handle-shell-command)
                                     (start-file-process . 
tramp-handle-start-file-process)
                                     (substitute-in-file-name . 
tramp-smb-handle-substitute-in-file-name)
                                     (temporary-file-directory . 
tramp-handle-temporary-file-directory)
                                     (tramp-get-home-directory . 
tramp-smb-handle-get-home-directory)
                                     (tramp-get-remote-gid . ignore) 
(tramp-get-remote-groups . ignore)
                                     (tramp-get-remote-uid . ignore) 
(tramp-set-file-uid-gid . ignore)
                                     (unhandled-file-name-directory . ignore)
                                     (unlock-file . tramp-handle-unlock-file) 
(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-ssh-setenv-term " -o SetEnv=\"TERM=dumb\""
 tramp-sshfs-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-sshfs-handle-copy-file)
                                       (delete-directory . 
tramp-fuse-handle-delete-directory)
                                       (delete-file . 
tramp-fuse-handle-delete-file)
                                       (directory-file-name . 
tramp-handle-directory-file-name)
                                       (directory-files . 
tramp-fuse-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 . 
tramp-sshfs-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-fuse-handle-file-attributes)
                                       (file-directory-p . 
tramp-handle-file-directory-p)
                                       (file-equal-p . 
tramp-handle-file-equal-p)
                                       (file-executable-p . 
tramp-fuse-handle-file-executable-p)
                                       (file-exists-p . 
tramp-fuse-handle-file-exists-p)
                                       (file-group-gid . 
tramp-handle-file-group-gid)
                                       (file-in-directory-p . 
tramp-handle-file-in-directory-p)
                                       (file-local-copy . 
tramp-handle-file-local-copy)
                                       (file-locked-p . 
tramp-handle-file-locked-p)
                                       (file-modes . tramp-handle-file-modes)
                                       (file-name-all-completions . 
tramp-fuse-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-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-sshfs-handle-file-system-info)
                                       (file-truename . 
tramp-handle-file-truename)
                                       (file-user-uid . 
tramp-handle-file-user-uid)
                                       (file-writable-p . 
tramp-sshfs-handle-file-writable-p)
                                       (find-backup-file-name . 
tramp-handle-find-backup-file-name)
                                       (insert-directory . 
tramp-handle-insert-directory)
                                       (insert-file-contents . 
tramp-sshfs-handle-insert-file-contents)
                                       (list-system-processes . 
tramp-handle-list-system-processes)
                                       (load . tramp-handle-load) (lock-file . 
tramp-handle-lock-file)
                                       (make-auto-save-file-name . 
tramp-handle-make-auto-save-file-name)
                                       (make-directory . 
tramp-fuse-handle-make-directory)
                                       (make-directory-internal . ignore)
                                       (make-lock-file-name . 
tramp-handle-make-lock-file-name)
                                       (make-nearby-temp-file . 
tramp-handle-make-nearby-temp-file)
                                       (make-process . 
tramp-handle-make-process)
                                       (make-symbolic-link . 
tramp-handle-make-symbolic-link)
                                       (memory-info . tramp-handle-memory-info)
                                       (process-attributes . 
tramp-handle-process-attributes)
                                       (process-file . 
tramp-sshfs-handle-process-file)
                                       (rename-file . 
tramp-sshfs-handle-rename-file) (set-file-acl . ignore)
                                       (set-file-modes . 
tramp-sshfs-handle-set-file-modes)
                                       (set-file-selinux-context . ignore)
                                       (set-file-times . 
tramp-sshfs-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-get-home-directory . ignore) 
(tramp-get-remote-gid . ignore)
                                       (tramp-get-remote-groups . ignore) 
(tramp-get-remote-uid . ignore)
                                       (tramp-set-file-uid-gid . ignore)
                                       (unhandled-file-name-directory . ignore)
                                       (unlock-file . tramp-handle-unlock-file) 
(vc-registered . ignore)
                                       (verify-visited-file-modtime . 
tramp-handle-verify-visited-file-modtime)
                                       (write-region . 
tramp-sshfs-handle-write-region))
 tramp-sshfs-method "sshfs"
 tramp-stat-directory-files-and-attributes "cd \"$1\" && echo \"(\"; (%l -a | 
tr '\\n\\r' '\\000\\000' | xargs -0 %s -c '(/////%%n///// (/////%%N/////) %%h 
(/////%%U///// . %%u) (/////%%G///// . %%g) %%X %%Y %%Z %%s /////%%A///// t %%i 
-1)' -- %n | sed -e 's/\"/\\\\\"/g' -e 's/\\/\\/\\/\\/\\//\"/g'); echo \")\""
 tramp-stat-directory-files-and-attributes-with-selinux "cd \"$1\" && echo 
\"(\"; (%l -a | tr '\\n\\r' '\\000\\000' | xargs -0 %s -c '(/////%%n///// 
(/////%%N/////) %%h (/////%%U///// . %%u) (/////%%G///// . %%g) %%X %%Y %%Z %%s 
/////%%A///// t %%i -1 /////%%C/////)' -- %n | sed -e 's/\"/\\\\\"/g' -e 
's/\\/\\/\\/\\/\\//\"/g'); echo \")\""
 tramp-stat-file-attributes "(%s -c '((/////%%N/////) %%h (/////%%U///// . %%u) 
(/////%%G///// . %%g) %%X %%Y %%Z %%s /////%%A///// t %%i -1)' \"$1\" %n || 
echo nil) | sed -e 's/\"/\\\\\"/g' -e 's/\\/\\/\\/\\/\\//\"/g'"
 tramp-stat-file-attributes-with-selinux "(%s -c '((/////%%N/////) %%h 
(/////%%U///// . %%u) (/////%%G///// . %%g) %%X %%Y %%Z %%s /////%%A///// t %%i 
-1 /////%%C/////)' \"$1\" %n || echo nil) | sed -e 's/\"/\\\\\"/g' -e 
's/\\/\\/\\/\\/\\//\"/g'"
 tramp-stat-marker "/////"
 tramp-stat-quoted-marker "\\/\\/\\/\\/\\/"
 tramp-sudoedit-file-name-handler-alist '((abbreviate-file-name . 
tramp-handle-abbreviate-file-name)
                                          (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-group-gid . 
tramp-handle-file-group-gid)
                                          (file-in-directory-p . 
tramp-handle-file-in-directory-p)
                                          (file-local-copy . 
tramp-handle-file-local-copy)
                                          (file-locked-p . 
tramp-handle-file-locked-p)
                                          (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 . 
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-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-user-uid . 
tramp-handle-file-user-uid)
                                          (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)
                                          (list-system-processes . ignore) 
(load . tramp-handle-load)
                                          (lock-file . tramp-handle-lock-file)
                                          (make-auto-save-file-name . 
tramp-handle-make-auto-save-file-name)
                                          (make-directory . 
tramp-sudoedit-handle-make-directory)
                                          (make-directory-internal . ignore)
                                          (make-lock-file-name . 
tramp-handle-make-lock-file-name)
                                          (make-nearby-temp-file . 
tramp-handle-make-nearby-temp-file)
                                          (make-process . ignore)
                                          (make-symbolic-link . 
tramp-sudoedit-handle-make-symbolic-link)
                                          (memory-info . ignore) 
(process-attributes . ignore)
                                          (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-get-home-directory . 
tramp-sudoedit-handle-get-home-directory)
                                          (tramp-get-remote-gid . 
tramp-sudoedit-handle-get-remote-gid)
                                          (tramp-get-remote-groups . 
tramp-sudoedit-handle-get-remote-groups)
                                          (tramp-get-remote-uid . 
tramp-sudoedit-handle-get-remote-uid)
                                          (tramp-set-file-uid-gid . 
tramp-sudoedit-handle-set-file-uid-gid)
                                          (unhandled-file-name-directory . 
ignore)
                                          (unlock-file . 
tramp-handle-unlock-file) (vc-registered . ignore)
                                          (verify-visited-file-modtime .
                                           
tramp-handle-verify-visited-file-modtime)
                                          (write-region . 
tramp-handle-write-region))
 tramp-sudoedit-method "sudoedit"
 tramp-sunos-unames "\\(?:SunOS 5\\.1[01]\\)"
 tramp-syntax 'default
 tramp-system-name "Marseille"
 tramp-tainted-remote-process-buffers '(#<buffer *tramp/ssh [email protected]*>)
 tramp-temp-buffer-name " *tramp temp*"
 tramp-temp-name-prefix "tramp."
 tramp-terminal-prompt-regexp "\\(?:TERM = (.*)\\|Terminal type\\? 
\\[.*]\\)[[:blank:]]*"
 tramp-terminal-type "dumb"
 tramp-time-doesnt-exist '(-1 65535)
 tramp-time-dont-know '(0 0 0 1000)
 tramp-toolbox-method "toolbox"
 tramp-toolbox-program "toolbox"
 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"
                       [remove-hook kill-buffer-hook 
tramp-delete-tainted-remote-process-buffer-function] 3]
                     #[0 "\300\301\302\"\207" [unload-feature tramp-sh force] 3]
                     #[0 "\300\301\302\"\207" [unload-feature tramp-cache 
force] 3]
                     #[0 "\300\301\302\"\207" [remove-hook 
signal-process-functions tramp-signal-process] 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 find-file-hook 
tramp-set-connection-local-variables-for-buffer] 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\"\207" [unload-feature tramp-message 
force] 3]
                     #[0 "\300\301\302\"\210\300\303\302\"\207"
                       [unload-feature tramp-loaddefs force tramp-compat] 3]
                     )
 tramp-use-connection-share t
 tramp-use-file-attributes t
 tramp-use-fingerprint t
 tramp-use-ssh-controlmaster-options t
 tramp-user-regexp "[^]/:[|[:blank:]]+"
 tramp-user-with-domain-regexp 
"\\([^]/:[|[:blank:]]+\\)\\(?:%\\)\\([._[:alnum:]-]+\\)"
 tramp-uudecode "(echo begin 600 %t; tail -n +2) | uudecode\ncat %t\nrm -f %t"
 tramp-verbose 3
 tramp-version "2.8.2.31.1"
 tramp-volume-letter-regexp ""
 tramp-wrong-passwd-regexp "^.*\\(?:Permission denied\\|Timeout, server not 
responding\\.\\|Sorry, try again\\.\\|Name or service not known\\|Host key 
verification failed\\.\\|Authentication failed\\|No supported authentication 
methods left to try!\\|Login \\(?:[Ii]ncorrect\\)\\|Connection 
\\(?:\\(?:clo\\|refu\\)sed\\)\\|Received signal [[:digit:]]+\\|Verification 
timed out\\|Failed to match fingerprint\\|An unknown error occurred\\).*"
 tramp-yesno-prompt-regexp "Are you sure you want to continue connecting 
(yes/no\\(?:/\\[fingerprint]\\)?)\\?[[:blank:]]*"
 tramp-yn-prompt-regexp "\\(?:Store key in cache\\? (y/n.*)\\|Update cached 
key\\? (y/n, Return cancels connection)\\|Error: no such container 
\".+\"\nCreate it now, out of image .+\\? \\[Y/n]:\\)[[:blank:]]*"
 )

local variables:
================
;; *tramp/ssh [email protected]*
(setq-local
 connection-local-variables-alist '((shell-command-switch . "-c") 
(shell-file-name . "/bin/sh")
                                    (exec-suffixes "") (null-device . 
"/dev/null") (path-separator . ":"))
 default-directory "/ssh:[email protected]:"
 tramp-lock-pid "795923472357271910"
 )

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

Reply via email to