From unknown Sat Jun 14 18:59:27 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#64278 <64278@debbugs.gnu.org> To: bug#64278 <64278@debbugs.gnu.org> Subject: Status: 29.0.92; tramp-rclone.el seems to be in a defunct state Reply-To: bug#64278 <64278@debbugs.gnu.org> Date: Sun, 15 Jun 2025 01:59:27 +0000 retitle 64278 29.0.92; tramp-rclone.el seems to be in a defunct state reassign 64278 emacs submitter 64278 Sebastian Miele severity 64278 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 24 23:48:45 2023 Received: (at submit) by debbugs.gnu.org; 25 Jun 2023 03:48:46 +0000 Received: from localhost ([127.0.0.1]:41807 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qDGk1-0002oX-Al for submit@debbugs.gnu.org; Sat, 24 Jun 2023 23:48:45 -0400 Received: from lists.gnu.org ([209.51.188.17]:55766) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qDGjx-0002oM-5Y for submit@debbugs.gnu.org; Sat, 24 Jun 2023 23:48:42 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qDGjw-0002FT-RT for bug-gnu-emacs@gnu.org; Sat, 24 Jun 2023 23:48:40 -0400 Received: from mout-p-202.mailbox.org ([2001:67c:2050:0:465::202]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1qDGjr-0006BQ-Ai for bug-gnu-emacs@gnu.org; Sat, 24 Jun 2023 23:48:40 -0400 Received: from smtp202.mailbox.org (smtp202.mailbox.org [10.196.197.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4QpcQF1Wwmz9sQm for ; Sun, 25 Jun 2023 05:48:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=whxvd.name; s=MBO0001; t=1687664901; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=cvs+JuglqYHBjdvYB3lkxshMrm6UivwJAIVP734rDt0=; b=r4QngaM370buAJPLHaT14aY7oGN9ANanvx9JmimF9GO84RvfELE4oCPRaCkxDYtpJf89qi 33uCSWT/3hw4hNzZYRH42yu2FtpwHvxkerPfe5ioeWiOQUXrQkq1DfgJKsILTdW2dTpTaS RSo8XrIEf0DydCx+nIgD8JPpbodk32RB5LnLLRzxrKNu+j9XezuqXtgL3GJlIHW+UjjqfZ JIx5j3se3YyO2hIiRf9QJ/gfbQUXEQyXrwjqroctEVzCBgfUDtWjwwhnDfPX9BfyFkRdZa 7/CzaqooVYigjlxMvL1unWThg9cjHYXYCEarSq//PlMVX5xM70MpWQ/7Qk+nqw== From: Sebastian Miele To: bug-gnu-emacs@gnu.org Subject: 29.0.92; tramp-rclone.el seems to be in a defunct state Date: Sun, 25 Jun 2023 05:16:32 +0200 Message-ID: <87leg8kxrx.fsf@whxvd.name> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=2001:67c:2050:0:465::202; envelope-from=iota@whxvd.name; helo=mout-p-202.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable I am using the Tramp built into the most recent emacs-29 from the Emacs repository. Steps to reproduce the first problem: Augment ~/.config/rclone/rclone.conf with: [memory] type =3D memory Run: rm -rf ~/.emacs ~/.emacs.d && src/emacs -Q -l $DEBUG The content of $DEBUG probably is not essential to this bug. It contains: (setq native-comp-jit-compilation nil) (setq load-prefer-newer t) (setq tramp-verbose 10) Then write (find "/rclone:memory:/") into the *scratch* buffer and evaluate it using C-x C-e. After a while, a backtrace for an error "Lisp nesting exceeds =E2=80=98max-lisp-eval-depth=E2=80=99" appears. Attached to this mail are = the contents of the backtrace buffer, and the contents of the *debug tramp/cache nil* and *debug tramp/rclone memory* buffers. I tried to debug the issue for myself for a while. The first issue I encountered, is that =E2=80=98tramp-rclone=E2=80=99 contains a call to =E2=80=98tramp-call-process=E2=80=99 with a DESTINATION of 0. =E2=80=98tra= mp-call-process=E2=80=99 contains (tramp-get-buffer-string destination) which in that case yields an error. I tried changing "destination" in that line into: (unless (eq destination 0) destination) But then other problems occur. Output of rclone --version: rclone v1.62.2 - os/version: arch (64 bit) - os/kernel: 6.3.9-arch1-1 (x86_64) - os/type: linux - os/arch: amd64 - go/version: go1.20.4 - go/linking: dynamic - go/tags: none In GNU Emacs 29.0.92 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.17.8) of 2023-06-25 built on huette Repository revision: d0147ff9e507cc4e99e0574eab106f95c8e9df1f Repository branch: emacs-29 Windowing system distributor 'The X.Org Foundation', version 11.0.12101008 System Description: Arch Linux Configured using: 'configure --with-x-toolkit=3Dgtk --with-native-compilation=3Dyes --with-tree-sitter --with-json --with-mailutils --with-imagemagick' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ IMAGEMAGICK JPEG JSON LCMS2 LIBOTF LIBSYSTEMD LIBXML2 M17N_FLT MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER WEBP X11 XDBE XIM XINPUT2 XPM GTK3 ZLIB Important settings: value of $LC_COLLATE: C value of $LANG: C.UTF-8 locale-coding-system: utf-8-unix Major mode: Outline Minor modes in effect: shell-dirtrack-mode: t tooltip-mode: t global-eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message mailcap yank-media puny dired dired-loaddefs rfc822 mml mml-sec epa derived epg rfc6068 epg-config gnus-util text-property-search mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils cl-extra debug help-fns radix-tree cl-print backtrace help-mode find-func tramp-cache noutline outline icons time-stamp tramp-rclone tramp-fuse tramp tramp-loaddefs trampver tramp-integration files-x tramp-compat rx shell pcomplete comint ansi-osc ansi-color ring parse-time iso8601 time-date format-spec auth-source cl-seq eieio eieio-core cl-macs cl-loaddefs cl-lib password-cache json subr-x map byte-opt gv bytecomp byte-compile rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind inotify lcms2 dynamic-setting system-font-setting font-render-setting cairo move-toolbar gtk x-toolkit xinput2 x multi-tty make-network-process native-compile emacs) Memory information: ((conses 16 236774 13267) (symbols 48 10472 0) (strings 32 29017 1828) (string-bytes 1 931634) (vectors 16 22627) (vector-slots 8 718681 79929) (floats 8 42 131) (intervals 56 23110 0) (buffers 984 15)) --=-=-= Content-Type: application/x-xz Content-Disposition: attachment; filename=backtrace.xz Content-Transfer-Encoding: base64 /Td6WFoAAATm1rRGAgAhARYAAAB0L+Wj4ZgUBFpdACIZSEeIquMGQ2/opnRzkicl89L/FaUvpYUs 3i3zZe2s0Umly590IryJ1O7Hy/V1nYqp8gw1RNEnXn0iiDNK7V56Vm6MdI4o0hqZxtf3tPBhzU4U FKPWnv656QFAXjDkAiJNwFyJCUF58SbHOpiJv9DRA4+FiH1CB0uZ6/Xuyq49tkS5I+gzLPwkmH1I j4Y4+VIwcxtEfeRzK2ykm6YXGWBDVMfexN7ZD2l1VcZulN8/5Hj+NYsZvpY6wpjrcwtViWIiSarV Hfzc8DD6B0uknEgawjnNgsfs3pnU8+EB4IiDeBz3wVGLztuyzDrh4QyiHPclT4XV5SMAbP90/MPa b4H3ZQrJn4CKehhvBoUjnRQK+l3reNzJyyBSvkQeonT/TA1mC3b8J9gyL3bBHDTn5b9ZocRJBCPN 0o6kEFcSkyQYRscuS+nUhzhigksyVl7BPlIBeE6sQA/8UCevhlQ7NshQiy6r9+SulOeCdzxcpyWU b509wqW0knBtztppKKeJr+oqKr9eztsh2xf2S9ebWCVcfzXFNdeCwQDRsJTFN0Z91WKraF5J5kO6 LueN8rMQsXQcsvzbH6p/aq+8x0vpDYyGZzMVVie48dt5n80/X5vs1KvNQjrl6aUcxzaAEucedrzx Jgf5+2tYiNdc78epjjgyXTOefuepLrdtlnoE4R0EKkRgmLFaAhTp/8iwWvWU7Yz2hoUIe37SVF9z 2aZ9jCUEOMDNouAmWvi39sImOcUH7prT+S+l1gTbABIILiCOwolbfyybkczKqEMAljmLd3MLl+97 r4/QIIvn4jCouXveG2HqNnSvzMSdfRDvipPxJzUesIEPCVqK4+QeNpklniVZZuVC20saPBZ9NDVl g6WpNX4tMsv/+DiOX+ijcy6S7h80TOszAtCjC4p2WFBF6V6eneysu1YHNPAoYHHNW6jy/0w6RhzK U6Hyk40CzuhbM8XBncyHzV5kAXodFfUt1QHb/WkscEN9EZRsxJvWiwzW+QE/9cGYTBFrrGQv/2VF Q/Y4ocz8iAmpGd3vsMH/j+dCVkJyyisKvVwW3aPu1owt13yt7Y2Z4XbxgLpx7WoYZpISE1DpCTXt 8eGrGlATHRSjRxAo0bHTIH1R/qKsqJ9JMA5928Jp5pIKGgrVND8APdrf332Qtk0Y3RpwTBSQxEJ5 mIMvruSLnqY2/2U/mV6Naog+TBueVK+p2bLtlvixUPk4BWL9jmOAMxVj8aPaxt1ItZ2ZzNEHouR2 HT01zAqWFoUl/J1Zorz5MX6pQ9C+kQ6wsU48mxJ34DLGQW7YwGTlb6I8JYQV6kVu9ifwkfyqp82A vbLg6/8B0UCwezxnXObmCbS7vX8xgxpb0eIkfFC1Ve4ltOgZ78EX6gdeZA6nBGfP5br1qawR7RDf yn7NAgX9AywcMc9TwG8xgXBxOJJVtkKCzs2VSEuRnaxSFVYMIf3E6DkqNod/AhgyjsL4BvQWZ6x1 iKFyQKAAAABuMuejE9B4EwAB9giVsAYAGC10KbHEZ/sCAAAAAARZWg== --=-=-= Content-Type: application/x-xz; charset=utf-8 Content-Disposition: attachment; filename=debug-tramp-cache-nil.xz Content-Transfer-Encoding: base64 /Td6WFoAAATm1rRGAgAhARYAAAB0L+Wj4AEEANRdAB3gfIptLxRrSYqzShjgzHM+F5yVFxzX+s9Q j+AZGKrHDQOaK5U02b2Vbq3xNGu5MJw/0Jx2f8TXz7bHE2fbOXxqWgZMom8IOSc7b+jwbaAYdL7P sA7QT0UD/3Rxwq1iB1AFipMiFWC2Rrz5IzsK7MI9oWEwLVoP0fh1uLOh/n5DHbmrD9Se1LzWLsVa W8J8zuN3lT5j/Y3Zqo5/PUN1kY6OdEKmfvkRfdz71lTj22eE+EgFJcOUtcV+7DsZ9RcQiIgI2KEn ZyOrCDoB2M3JqY12B/0gAAF2Den2PduhAAHwAYUCAAATdqQyscRn+wIAAAAABFla --=-=-= Content-Type: application/x-xz; charset=utf-8 Content-Disposition: attachment; filename=debug-tramp-rclone-memory.xz Content-Transfer-Encoding: base64 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 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 25 00:16:36 2023 Received: (at 64278) by debbugs.gnu.org; 25 Jun 2023 04:16:36 +0000 Received: from localhost ([127.0.0.1]:41898 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qDHAv-0003bK-Fr for submit@debbugs.gnu.org; Sun, 25 Jun 2023 00:16:36 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]:39828) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qDHAp-0003ay-Hb for 64278@debbugs.gnu.org; Sun, 25 Jun 2023 00:16:31 -0400 Received: from smtp102.mailbox.org (smtp102.mailbox.org [10.196.197.102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4Qpd2W1S47z9sSk for <64278@debbugs.gnu.org>; Sun, 25 Jun 2023 06:16:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=whxvd.name; s=MBO0001; t=1687666579; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=D/nLuQGpkANZu8FEllq9WlMIiMJnKidlLemuHkwC36k=; b=lQu2xpu8vNnUvFCFduKQO0/jeeuNTnikTsAgthsmg0wAVSfHVIKH2XWPJpYXsSrNeHQX8s J1/GH6QJARCuHllAgSz9J96C7LKBeYa8Arui/d55TK+kcjbWy5/zNeNzR0+/JzEElF95Kl JvjO9FlcyYpmdMKnXY1MrYDQN7OAS9pShKXjwO6/7DJ1Rx0TLqegJnpEbtxrW65oHKYywK 177giQ/g19qGha18dbJqTvRqbf4crK5j9v89TPnTZeDF/1m632b9Ug10HsNYBW1nXkxYK3 xOrPe6lUXcQ9hRbvMbqjheBUrOv5FxA/6f+a1ZVhiuOReU12y9iYYXYrT8+neg== References: <87leg8kxrx.fsf@whxvd.name> From: Sebastian Miele To: 64278@debbugs.gnu.org Subject: Re: bug#64278: Acknowledgement (29.0.92; tramp-rclone.el seems to be in a defunct state) Date: Sun, 25 Jun 2023 06:13:56 +0200 In-reply-to: Message-ID: <87h6qwkwha.fsf@whxvd.name> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 64278 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) I ran the procedure from the first mail again, and after that called =E2=80=98tramp-bug=E2=80=99. That produces the following: Emacs : GNU Emacs 29.0.92 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24= .38, cairo version 1.17.8) of 2023-06-25 Package: tramp (2.6.0.29.1 emacs-29/d0147ff9e507cc4e99e0574eab106f95c8e9df1= f) current state: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (setq backup-by-copying-when-mismatch t backup-by-copying-when-privileged-mismatch 200 connection-local-criteria-alist '(((:application tramp) tramp-connection-l= ocal-default-system-profile tramp-connection-local-default-shell-profile) ) connection-local-profile-alist '((tramp-connection-local-darwin-ps-profile (tramp-process-attributes-ps-args "-acxww" "-o" "pid,uid,user,gid,comm=3DabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP= QRSTUVWXYZ" "-o" "state=3Dabcde" "-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 . num= ber) (pgrp . number) (sess . number) (ttname . string) (tpgid . number) (minflt . number) (majflt . number) (time . tramp-ps-time) (pri . n= umber) (nice . number) (vsize . number) (rss . number) (etime . tramp-ps-t= ime) (pcpu . number) (pmem . number) (args)) ) (tramp-connection-local-busybox-ps-profile (tramp-process-attributes-ps-args "-o" "pid,user,group,comm=3DabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR= STUVWXYZ" "-o" "stat=3Dabcde" "-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 . nu= mber) (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=3DabcdefghijklmnopqrstuvwxyzABCDEFG= HIJKLMNOPQRSTUVWXYZ" "-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 . "/bi= n/sh") (shell-command-switch . "-c")) (tramp-connection-local-default-system-profile (path-separator . ":") (null-device . "/dev/null")) ) 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:]]+\\)\\(?:\\(?:= :\\)\\(?:[%._[:alnum:]-]+\\)?\\)?\\)?\\'" . tramp-completion-file-name-hand= ler) ("\\(?:^/\\)\\(\\(?:\\(?:\\(-\\|[[:alnum:]]\\{2,\\}\\)\\(?::\\)\\(?:\= \([^/:|[:blank:]]+\\)\\(?:@\\)\\)?\\(\\(?:[%._[:alnum:]-]+\\|\\(?:\\[\\)\\(= ?:\\(?:[[:alnum:]]*:\\)+[.[:alnum:]]*\\)?\\(?:]\\)\\)\\(?:\\(?:#\\)\\(?:[[:= digit:]]+\\)\\)?\\)?\\)\\(?:|\\)\\)+\\)?\\(?:\\(-\\|[[:alnum:]]\\{2,\\}\\)\= \(?::\\)\\(?:\\([^/:|[:blank:]]+\\)\\(?:@\\)\\)?\\(\\(?:[%._[:alnum:]-]+\\|= \\(?:\\[\\)\\(?:\\(?:[[:alnum:]]*:\\)+[.[:alnum:]]*\\)?\\(?:]\\)\\)\\(?:\\(= ?:#\\)\\(?:[[:digit:]]+\\)\\)?\\)?\\)\\(?::\\)\\([^\n%d]*\\'\\)" . tramp-fi= le-name-handler) ("\\`/:" . file-name-non-special)) password-cache t password-cache-expiry 16 remote-file-name-inhibit-cache 10 shell-prompt-pattern "^[^#$%>\n]*[#$%>] *" tramp-adb-file-name-handler-alist '((access-file . tramp-handle-access-fil= e) (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-direct= ory-p) (file-acl . ignore) (file-attributes . tramp-adb-handle-file-attri= butes) (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-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-comple= tions) (file-name-as-directory . tramp-handle-file-name-as-directory) (file-name-case-insensitive-p . tramp-handle-file-name-case-insens= itive-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-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 . ignor= e) (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-mo= dtime) (write-region . tramp-adb-handle-write-region)) tramp-adb-method "adb" tramp-adb-program "adb" tramp-antispoof-regexp "Access granted\\. Press Return to begin session\\.= " tramp-archive-compression-suffixes '("bz2" "gz" "lrz" "lz" "lz4" "lzma" "l= zo" "uu" "xz" "Z" "zst") tramp-archive-enabled t tramp-archive-file-name-handler-alist '((access-file . tramp-archive-handl= e-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 . ign= ore) (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-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-handle-file-symlink-p) (file-system-info . tramp-archive-handle-file-system-info) (file-truename . tramp-archive-handle-file-truename) (file-writable-p . ignore) (find-backup-file-name . ignore) (insert-directory . tramp-archive-handle-insert-directory) (insert-file-contents . tramp-archive-handle-insert-file-contents) (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 . tramp-archive-handle-not-implemented) (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-direc= tory) (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-modti= me) (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\\(?:p= ub\\|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" "r= ar" "rpm" "shar" "tar" "tbz" "tgz" "tlz" "txz" "tzst" "warc" "xar" "xpi" "xps" "zip" "Z= IP") 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-bsd-process-attributes-ps-args '("-acxww" "-o" "pid,euid,user,egid,egroup,comm=3DabcdefghijklmnopqrstuvwxyzABCDEFGHIJ= KLMNOPQRSTUVWXYZ" "-o" "state,ppid,pgid,sid,tty,tpgid,minflt,majflt,time,pr= i,nice,vsz,rss,etimes,pcpu,pmem,args") tramp-bsd-process-attributes-ps-format '((pid . number) (euid . number) (u= ser . 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-bug-report-address "tramp-devel@gnu.org" tramp-busybox-process-attributes-ps-args '("-o" "pid,user,group,comm=3DabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ= RSTUVWXYZ" "-o" "stat=3Dabcde" "-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) ("tr= amp-version" "2.6.0.29.1")) ((tramp-file-name "rclone" nil nil "memory" nil nil nil) ("process-bu= ffer" nil)) ((tramp-file-name "rclone" nil nil "memory" nil "/" nil) ("mounted" ((25751 48538 965298 759000)))) (nil ("rclone-device-names" ((nil "memory") (nil "wolke")))) ("#" nil)) tramp-cache-data-changed t tramp-cache-get-count-file-attributes-nil 111 tramp-cache-get-count-file-exists-p 110 tramp-cache-get-count-file-truename 1 tramp-cache-get-count-local-file-name 111 tramp-cache-get-count-mounted 111 tramp-cache-set-count-mounted 111 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-pr= e-command-hook kill-buffer-hook] 3] #[0 "\301\302\"\211\205%16\0\211@\303%1\"\210%1A\266\202\202%4\0\20= 7" [obarray all-completions "tramp-cache-set-count-" unintern] 5] #[0 "\301\302\"\211\205%16\0\211@\303%1\"\210%1A\266\202\202%4\0\20= 7" [obarray all-completions "tramp-cache-get-count-" unintern] 5] ) tramp-cache-version '(tramp-file-name "cache" nil nil nil nil nil nil) tramp-cleanup-all-connections-hook '(tramp-fuse-cleanup-all) tramp-cleanup-connection-hook '(tramp-fuse-cleanup) tramp-compat-emacs-compiled-version "29.0.92" tramp-compat-temporary-file-directory "/tmp/" tramp-compat-use-url-tramp-p t tramp-completion-file-name-handler-alist '((file-name-all-completions . tramp-completion-handle-file-name-all-completions) (file-name-completion . tramp-completion-handle-file-name-completi= on)) tramp-completion-file-name-regexp "\\`\\(?:\\)?/\\(?:\\(?:\\(-\\|[[:alnum:= ]]\\{2,\\}\\)\\(?::\\)\\(?:\\([^/:|[:blank:]]+\\)\\(?:@\\)\\)?\\(\\(?:[%._[= :alnum:]-]+\\|\\(?:\\[\\)\\(?:\\(?:[[:alnum:]]*:\\)+[.[:alnum:]]*\\)?\\(?:]= \\)\\)\\(?:\\(?:#\\)\\(?:[[:digit:]]+\\)\\)?\\)?\\)\\(?:|\\)\\)*\\(?:\\(?:-= \\|[[:alnum:]]+\\)\\(?:\\(?::\\)\\(?:[%._[:alnum:]-]+\\)?\\)?\\)?\\'" tramp-completion-function-alist '(("adb" (tramp-adb-parse-device-names "")) ("kubernetes" (tramp-kubernetes--completion-function "")) ("podman" (tramp-docker--completion-function "")) ("docker" (tramp-docker--completion-function "")) ("rclone" (tramp-rclone-parse-device-names "")) ("fcp" (tramp-parse-sconfig "/etc/ssh/ssh_config") (tramp-parse-shosts "/home/w/.ssh/known_hosts") (tramp-parse-sconfig "/home/w/.ssh/config")) ("psftp" (tramp-parse-sconfig "/etc/ssh/ssh_config") (tramp-parse-shosts "/home/w/.ssh/known_hosts") (tramp-parse-sconfig "/home/w/.ssh/config")) ("pscp" (tramp-parse-sconfig "/etc/ssh/ssh_config") (tramp-parse-shosts "/home/w/.ssh/known_hosts") (tramp-parse-sconfig "/home/w/.ssh/config")) ("plink" (tramp-parse-sconfig "/etc/ssh/ssh_config") (tramp-parse-shosts "/home/w/.ssh/known_hosts") (tramp-parse-sconfig "/home/w/.ssh/config")) ("sg" (tramp-parse-etc-group "/etc/group")) ("ksu" (tramp-parse-passwd "/etc/passwd")) ("doas" (tramp-parse-passwd "/etc/passwd")) ("sudo" (tramp-parse-passwd "/etc/passwd")) ("su" (tramp-parse-passwd "/etc/passwd")) ("nc" (tramp-parse-hosts "/etc/hosts")) ("telnet" (tramp-parse-hosts "/etc/hosts")) ("sshx" (tramp-parse-sconfig "/etc/ssh/ssh_config") (tramp-parse-shosts "/home/w/.ssh/known_hosts") (tramp-parse-sconfig "/home/w/.ssh/config")) ("ssh" (tramp-parse-sconfig "/etc/ssh/ssh_config") (tramp-parse-shosts "/home/w/.ssh/known_hosts") (tramp-parse-sconfig "/home/w/.ssh/config")) ("rsync" (tramp-parse-sconfig "/etc/ssh/ssh_config") (tramp-parse-shosts "/home/w/.ssh/known_hosts") (tramp-parse-sconfig "/home/w/.ssh/config")) ("scpx" (tramp-parse-sconfig "/etc/ssh/ssh_config") (tramp-parse-shosts "/home/w/.ssh/known_hosts") (tramp-parse-sconfig "/home/w/.ssh/config")) ("scp" (tramp-parse-sconfig "/etc/ssh/ssh_config") (tramp-parse-shosts "/home/w/.ssh/known_hosts") (tramp-parse-sconfig "/home/w/.ssh/config")) ("sshfs" (tramp-parse-sconfig "/etc/ssh/ssh_config") (tramp-parse-shosts "/home/w/.ssh/known_hosts") (tramp-parse-sconfig "/home/w/.ssh/config")) ("sudoedit" (tramp-parse-passwd "/etc/passwd"))) tramp-completion-function-alist-putty '((tramp-parse-putty "~/.putty/sessi= ons")) tramp-completion-function-alist-rsh '((tramp-parse-rhosts "/etc/hosts.equi= v") (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.equi= v") (tramp-parse-rhosts "/etc/shosts.equiv") (tramp-parse-shosts "/etc/ssh/ssh_known_hosts") (tramp-parse-sconfig "/etc/ssh/ssh_config") (tramp-parse-shosts "/home/w/.ssh/known_hosts") (tramp-parse-sconfig "/home/w/.ssh/config")) 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:]]+") (sim= plified . "") (separate . "-\\|[[:alnum:]]*")) tramp-completion-reread-directory-timeout 10 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-arg= s "-acxww" "-o" "pid,euid,user,egid,egroup,comm=3DabcdefghijklmnopqrstuvwxyzABCDEF= GHIJKLMNOPQRSTUVWXYZ" "-o" "state,ppid,pgid,sid,tty,tpgid,minflt,majflt,tim= e,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 . num= ber) (time . tramp-ps-time) (pri . number) (nice . number) (vsize . num= ber) (rss . number) (etime . number) (pcpu . number) (pmem . number) (a= rgs)) ) tramp-connection-local-busybox-ps-variables '((tramp-process-attributes-ps= -args "-o" "pid,user,group,comm=3DabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST= UVWXYZ" "-o" "stat=3Dabcde" "-o" "ppid,pgid,tty,time,nice,etime,args") (tramp-process-attributes-ps-format (pid . number) (user . stri= ng) (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=3DabcdefghijklmnopqrstuvwxyzABCDEFGHIJKL= MNOPQRSTUVWXYZ" "-o" "state=3Dabcde" "-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 . numbe= r) (user . string) (egid . number) (comm . 52) (state . 5) (ppid . number) (pgrp . number) (sess . number) (ttname . strin= g) (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")) tramp-connection-min-time-diff 5 tramp-connection-properties '(("/sshfs:" "direct-async-process" t)) tramp-connection-timeout 60 tramp-copy-failed-regexp ".+: \\(?:No such file or directory\\|Permission = denied\\|is a directory\\|not a regular file\\)[[:blank:]]*" tramp-crypt-encfs-config ".encfs6.xml" tramp-crypt-file-name-handler-alist '((access-file . tramp-crypt-handle-ac= cess-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-dir= ed-uncache) (exec-path . ignore) (file-accessible-directory-p . tramp-handle-file-accessible-dire= ctory-p) (file-acl . ignore) (file-attributes . tramp-crypt-handle-file-a= ttributes) (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-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-co= mpletions) (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-nam= e) (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-handle-set-visited-file-modtim= e) (shell-command . ignore) (start-file-process . ignore) (temporary-file-directory . tramp-handle-temporary-file-director= y) (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-handle-verify-visited-file-= modtime) (write-region . tramp-handle-write-region)) tramp-darwin-process-attributes-ps-args '("-acxww" "-o" "pid,uid,user,gid,comm=3DabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOP= QRSTUVWXYZ" "-o" "state=3Dabcde" "-o" "ppid,pgid,sess,tty,tpgid,minflt,majf= lt,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 . numb= er) (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-font-lock-keywords '(list (tramp-compat-rx bol (regexp tramp-d= ebug-outline-regexp) (+ nonl)) '(1 font-lock-warning-face t t) '(0 (outline-font-lock-face) keep t)) tramp-debug-outline-regexp "[[:digit:]]+:[[:digit:]]+:[[:digit:]]+\\.[[:di= git:]]+[[:blank:]]\\(?:\\(#\\)[[:blank:]]\\)?[[:alnum:]-]+ (\\([= [:digit:]]+\\)) #" tramp-default-host "huette" tramp-default-host-alist '(("adb" nil "") ("nextcloud" nil "") ("gdrive" n= il "") ("rclone" nil "")) tramp-default-method "scp" tramp-default-method-alist '((nil "\\`\\(?:anonymous\\|ftp\\)\\'" "ftp") (= "\\`ftp\\." nil "ftp") ("\\`\\(?:huette\\|\\(?:127\\.0\\.0\\.1\\|::1\\|localhost[46]?\\)\= \)\\'" "\\`root\\'" "su") ) tramp-default-method-marker "-" tramp-default-remote-shell "/bin/sh" tramp-default-user-alist '(("\\`\\(?:fcp\\|krlogin\\|nc\\|r\\(?:cp\\|emcp\= \|sh\\)\\|telnet\\)\\'" nil "w") ("\\`\\(?:doas\\|ksu\\|su\\(?:do\\)?\\)\\'" nil "root") ("\\`smb\\'"= nil nil) ("\\`sudoedit\\'" nil "root")) tramp-devices 0 tramp-display-escape-sequence-regexp (decode-coding-string (base64-decode-= string "G1s7W1s6ZGlnaXQ6XV0rbQ=3D=3D") 'raw-text) tramp-dns-sd-service-regexp "^_[[:alnum:]-]+\\._tcp$" tramp-docker-method "docker" tramp-docker-program "docker" 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-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/OjpcKVwo= PzpcKFte\nLzp8WzpibGFuazpdXStcKVwoPzpAXClcKT9cKFwoPzpbJS5fWzphbG51bTpdLV0rX= HxcKD86XFtc\nKVwoPzpcKD86W1s6YWxudW06XV0qOlwpK1suWzphbG51bTpdXSpcKT9cKD86XV= wpXClcKD86XCg/\nOiNcKVwoPzpbWzpkaWdpdDpdXStcKVwpP1wpP1wpXCg/OnxcKVwpK1wpP1w= oPzpcKC1cfFtbOmFs\nbnVtOl1dXHsyLFx9XClcKD86OlwpXCg/OlwoW14vOnxbOmJsYW5rOl1d= K1wpXCg/OkBcKVwpP1wo\nXCg/OlslLl9bOmFsbnVtOl0tXStcfFwoPzpcW1wpXCg/OlwoPzpbW= zphbG51bTpdXSo6XCkrWy5b\nOmFsbnVtOl1dKlwpP1woPzpdXClcKVwoPzpcKD86I1wpXCg/Ol= tbOmRpZ2l0Ol1dK1wpXCk/XCk/\nXClcKD86OlwpXChbXgoNXSpcJ1wp") 'raw-text) tramp-file-name-structure '("\\(?:^/\\)\\(\\(?:\\(?:\\(-\\|[[:alnum:]]\\{2= ,\\}\\)\\(?::\\)\\(?:\\([^/:|[:blank:]]+\\)\\(?:@\\)\\)?\\(\\(?:[%._[:alnum= :]-]+\\|\\(?:\\[\\)\\(?:\\(?:[[:alnum:]]*:\\)+[.[:alnum:]]*\\)?\\(?:]\\)\\)= \\(?:\\(?:#\\)\\(?:[[:digit:]]+\\)\\)?\\)?\\)\\(?:|\\)\\)+\\)?\\(?:\\(-\\|[= [:alnum:]]\\{2,\\}\\)\\(?::\\)\\(?:\\([^/:|[:blank:]]+\\)\\(?:@\\)\\)?\\(\\= (?:[%._[:alnum:]-]+\\|\\(?:\\[\\)\\(?:\\(?:[[:alnum:]]*:\\)+[.[:alnum:]]*\\= )?\\(?:]\\)\\)\\(?:\\(?:#\\)\\(?:[[:digit:]]+\\)\\)?\\)?\\)\\(?::\\)\\([^\n= %d]*\\'\\)" 5 6 7 8 1) tramp-foreign-file-name-handler-alist '((tramp-adb-file-name-p . tramp-adb= -file-name-handler) (tramp-ftp-file-name-p . tramp-ftp-file-name-handler) (tramp-gvfs-file-name-p . tramp-gvfs-file-name-handler) (tramp-rclone-file-name-p . tramp-rclone-file-name-handler) (tramp-smb-file-name-p . tramp-smb-file-name-handler) (tramp-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-mount-timeout 10 tramp-fuse-unload-hook '(#[0 "\300\301\302\"\210\300\303\304\"\210\300\305= \304\"\207" [remove-hook tramp-cleanup-connection-hook tramp-fuse-cleanup tramp-cleanup-all-connections-hook tramp-fuse-cleanup-all kill-emac= s-hook] 3] ) tramp-gio-events '("attribute-changed" "changed" "changes-done-hint" "crea= ted" "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-dire= d-uncache) (exec-path . ignore) (expand-file-name . tramp-gvfs-handle-expand= -file-name) (file-accessible-directory-p . tramp-handle-file-accessible-direc= tory-p) (file-acl . ignore) (file-attributes . tramp-gvfs-handle-file-att= ributes) (file-directory-p . tramp-handle-file-directory-p) (file-equal-p . tramp-handle-file-equal-p) (file-executable-p . tramp-gvfs-handle-file-executable-p) (file-exists-p . tramp-handle-file-exists-p) (file-in-directory-p . tramp-handle-file-in-directory-p) (file-local-copy . tramp-handle-file-local-copy) (file-locked-p . tramp-handle-file-locked-p) (file-modes . tramp-handle-file-modes) (file-name-all-completions . tramp-gvfs-handle-file-name-all-comp= letions) (file-name-as-directory . tramp-handle-file-name-as-directory) (file-name-case-insensitive-p . tramp-handle-file-name-case-insen= sitive-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-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-fil= e . ignore) (rename-file . tramp-gvfs-handle-rename-file) (set-file-acl . ign= ore) (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-m= odtime) (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-host-regexp "[%._[:alnum:]-]+" tramp-host-with-port-regexp "\\([%._[:alnum:]-]+\\)\\(?:#\\)\\([[:digit:]]= +\\)" tramp-initial-end-of-output "#$ " tramp-initial-file-name-regexp "\\`/[^/:]+:[^/:]*:" tramp-inodes 0 tramp-ipv6-regexp "\\(?:[[:alnum:]]*:\\)+[.[:alnum:]]*" tramp-kubernetes-method "kubernetes" tramp-kubernetes-program "kubectl" tramp-local-end-of-line "\n" tramp-local-host-regexp "\\`\\(?:huette\\|\\(?:127\\.0\\.0\\.1\\|::1\\|loc= alhost[46]?\\)\\)\\'" tramp-localname-regexp (decode-coding-string (base64-decode-string "W14KDV= 0qXCc=3D") 'raw-text) tramp-lock-file-info-regexp "\\`\\(.+\\)@\\(.+\\)\\.\\([[:digit:]]+\\)\\(?= ::[[:digit:]]+\\)?\\'" tramp-login-prompt-regexp ".*\\(?:login\\|user\\)\\(?:[[:blank:]].*\\)?:[[= :blank:]]*" tramp-media-methods '("afc" "gphoto2" "mtp") tramp-method-regexp "-\\|[[:alnum:]]\\{2,\\}" tramp-method-regexp-alist '((default . "-\\|[[:alnum:]]\\{2,\\}") (simplif= ied . "") (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 (("exec") ("%h") ("-it") ("--") ("%l"))) (tramp-config-check tramp-kubernetes--current-context-data) (tramp-direct-async ("/bin/sh" "-c")) (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login ("-l")) (tramp-remote-shell-args ("-i" "-c"))) ("podman" (tramp-login-program "podman") (tramp-login-args (("exec") ("-it") ("-u" "%u") ("%h") ("%l"))) (tramp-direct-async ("/bin/sh" "-c")) (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login ("-l")) (tramp-remote-shell-args ("-i" "-c"))) ("docker" (tramp-login-program "docker") (tramp-login-args (("exec") ("-it") ("-u" "%u") ("%h") ("%l"))) (tramp-direct-async ("/bin/sh" "-c")) (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login ("-l")) (tramp-remote-shell-args ("-i" "-c"))) ("ftp") ("sftp") ("nextcloud") ("mtp") ("gdrive") ("davs") ("dav") ("afp= ") ("rclone" (tramp-mount-args ("--no-unicode-normalization" "--dir-cache-t= ime" "0s")) (tramp-copyto-args nil) (tramp-moveto-args nil) (tramp-about-args ("--f= ull"))) ("fcp" (tramp-login-program "fsh") (tramp-login-args (("%h") ("-l" "%u")= ("sh" "-i"))) (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login ("-l")) (tramp-remote-shell-args ("-i") ("-c")) (tramp-copy-program "fcp") (tramp-copy-args (("-p" "%k"))) (tramp-copy-keep-date t)) ("psftp" (tramp-login-program "plink") (tramp-login-args (("-l" "%u") ("-P" "%p") ("-ssh") ("-t") ("%h") ("\"") ("env 'TERM=3Ddumb' 'PROMPT_COMMAND=3D' 'PS1=3D#$ '") ("%l") ("\"")) ) (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login ("-l")) (tramp-remote-shell-args ("-c")) (tramp-copy-program "pscp") (tramp-copy-args (("-l" "%u") ("-P" "%p") ("-sftp") ("-p" "%k") ("-q"))) (tramp-copy-keep-date t)) ("pscp" (tramp-login-program "plink") (tramp-login-args (("-l" "%u") ("-P" "%p") ("-ssh") ("-t") ("%h") ("\"") ("env 'TERM=3Ddumb' 'PROMPT_COMMAND=3D' 'PS1=3D#$ '") ("%l") ("\"")) ) (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login ("-l")) (tramp-remote-shell-args ("-c")) (tramp-copy-program "pscp") (tramp-copy-args (("-l" "%u") ("-P" "%p") ("-scp") ("-p" "%k") ("-q") (= "-r"))) (tramp-copy-keep-date t) (tramp-copy-recursive t)) ("plinkx" (tramp-login-program "plink") (tramp-login-args (("-load") ("%h") ("-t") ("\"") ("env 'TERM=3Ddumb' 'PROMPT_COMMAND=3D= ' 'PS1=3D#$ '") ("%l") ("\""))) (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login ("-l")) (tramp-remote-shell-args ("-c"))) ("plink" (tramp-login-program "plink") (tramp-login-args (("-l" "%u") ("-P" "%p") ("-ssh") ("-t") ("%h") ("\"") ("env 'TERM=3Ddumb' 'PROMPT_COMMAND=3D' 'PS1=3D#$ '") ("%l") ("\"")) ) (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login ("-l")) (tramp-remote-shell-args ("-c"))) ("krlogin" (tramp-login-program "krlogin") (tramp-login-args (("%h") ("-= l" "%u") ("-x"))) (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login ("-l")) (tramp-remote-shell-args ("-c"))) ("ksu" (tramp-login-program "ksu") (tramp-login-args (("%u") ("-q"))) (tramp-remote-shell "/bin/sh") (tramp-remote-shell-login ("-l")) (tramp-remote-shell-args ("-c")) (tramp-connection-timeout 10)) ("doas" (tramp-login-program "doas") (tramp-login-args (("-u" "%u") ("-s= "))) (tramp-remote-shell "/bin/sh") (tramp-remote-shell-args ("-c")) (tramp-= connection-timeout 10) (tramp-session-timeout 300) (tramp-password-previous-hop t)) ("sudo" (tramp-login-program "env") (tramp-login-args (("SUDO_PROMPT=3DP\"\"a\"\"s\"\"s\"\"w\"\"o\"\"r\"\"d\"\":") ("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-s= ession-timeout 300) (tramp-password-previous-hop t)) ("sg" (tramp-login-program "sg") (tramp-login-args (("-") ("%u"))) (tram= p-remote-shell "/bin/sh") (tramp-remote-shell-args ("-c")) (tramp-connection-timeout 10)) ("su" (tramp-login-program "su") (tramp-login-args (("-") ("%u"))) (tram= p-remote-shell "/bin/sh") (tramp-remote-shell-login ("-l")) (tramp-remote-shell-args ("-c")) (tra= mp-connection-timeout 10)) ("nc" (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")) (tramp-copy-program "nc") (tramp-copy-args (("-w" "1") ("-v") ("%h") ("%r"))) (tramp-remote-copy-= program "nc") (tramp-remote-copy-args (("-l") ("-p" "%r") ("%n")))) ("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") ("-e" "none") ("-t" "-t") ("-o" "Remot= eCommand=3D\"%l\"") ("%h"))) (tramp-async-args (("-q"))) (tramp-remote-shell "/bin/sh") (tramp-remot= e-shell-login ("-l")) (tramp-remote-shell-args ("-c"))) ("ssh" (tramp-login-program "ssh") (tramp-login-args (("-l" "%u") ("-p" "%p") ("%c") ("-e" "none") ("%h"))) (tramp-async-args (("-q"))) (tramp-direct-async 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") ("-e" "none") ("%h"))) (tramp-async-args (("-q"))) (tramp-direct-async t) (tramp-remote-shell = "/bin/sh") (tramp-remote-shell-login ("-l")) (tramp-remote-shell-args ("-c")) (tra= mp-copy-program "rsync") (tramp-copy-args (("-t" "%k") ("-p") ("-r") ("-s") ("-c"))) (tramp-copy-env (("RSYNC_RSH") ("ssh") ("%c"))) (tramp-copy-keep-date t) (tramp-copy-keep-tmpfile t) (tramp-copy-recursive t)) ("scpx" (tramp-login-program "ssh") (tramp-login-args (("-l" "%u") ("-p" "%p") ("%c") ("-e" "none") ("-t" "-t") ("-o" "Remot= eCommand=3D\"%l\"") ("%h"))) (tramp-async-args (("-q"))) (tramp-remote-shell "/bin/sh") (tramp-remot= e-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") ("-e" "none") ("%h"))) (tramp-async-args (("-q"))) (tramp-direct-async t) (tramp-remote-shell = "/bin/sh") (tramp-remote-shell-login ("-l")) (tramp-remote-shell-args ("-c")) (tra= mp-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=3Dno") ("-o" "transform_symlinks") ("-o" "idmap=3Duser,reconnect")) ) (tramp-login-program "ssh") (tramp-login-args (("-q") ("-l" "%u") ("-p" "%p") ("-e" "none") ("-t" "= -t") ("%h") ("%l"))) (tramp-direct-async t) (tramp-remote-shell "/bin/sh") (tramp-remote-she= ll-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-null-hop '(tramp-file-name nil "w" nil "huette" nil nil nil) tramp-operation-not-permitted-regexp "\\(?:preserving times.*\\|set mode\\= ):[[:blank:]]*Operation not permitted" tramp-password-prompt-regexp (decode-coding-string (base64-decode-string "Xi4qXChcKD86YWRnYW5nc2tvZGVcfGNvbnRyYXNlXCg/OlwoPzpueVx8w7FcKWFcKVx8Z= GVjcnlw\ndGlvbiBrZXlcfGVuY3J5cHRpb24ga2V5XHxnZXNsb1x8aFwoPzpcKD86YXPFglx8ZX= NsXClvXClc\nfGlwaGFzaXdlZGlcfGplbHN6w7NcfGxcKD86b3ppbmthXHzDtnNlbm9yZFwpXHx= tXCg/Om90IGRl\nIHBhc3NlXHzhuq10IGto4bqpdVwpXHxwXCg/OmFcKD86cm9sYVx8c1woPzph= aGl0emFcfHNcKD86\nIHBocmFzZVx8Y29kZVx8b3JkXHxwaHJhc2VcfHdvcltkdF1cKVx8dm9yd= G9cKVwpXHxpblwpXHxz\nXCg/OmFsYXNhbmFcfGVuaGFcfGxhcHRhxb5vZGlzXClcfHdhY2h0d2= 9vcmRcfNC70L7Qt9C40L3Q\nutCwXHzQv9Cw0YDQvtC70YxcfNeh16HXnteUXHzZg9mE2YXYqSD= Yp9mE2LPYsVx84KSX4KWB4KSq\n4KWN4KSk4KS24KSs4KWN4KSmXHzgpLbgpKzgpY3gpKbgpJXg= pYLgpJ9cfOCml+CngeCmquCnjeCm\npOCmtuCmrOCnjeCmplx84Kaq4Ka+4Ka44KaT4Kef4Ka+4= Kaw4KeN4KahXHzgqKrgqL7gqLjgqLXg\nqLDgqKFcfOCqquCqvuCquOCqteCqsOCrjeCqoVx84K= yq4K2N4Kyw4Kys4K2H4Ky2IOCsuOCsmeCt\njeCsleCth+CspFx84K6V4K6f4K614K+B4K6a4K+= N4K6a4K+K4K6y4K+NXHzgsLjgsILgsJXgsYfg\nsKTgsKrgsKbgsK7gsYFcfOCyl+CzgeCyquCz= jeCypOCyquCyplx84LSF4LSf4LSv4LS+4LSz4LS1\n4LS+4LSV4LWN4LSV4LWNXHzgtrvgt4Tgt= 4Pgt4rgtrTgtq/gtrpcfOGeluGetuGegOGfkuGemeGe\nn+GemOGfkuGehOGetuGej+Gfi1x844= OR44K544Ov44O844OJXHzlr4Zb56CB56K8XVx87JWU7Zi4\nXClcKS4qWzrhn5bvvJpdAD9bWzp= ibGFuazpdXSo=3D") 'raw-text) tramp-permission-denied 'permission-denied tramp-persistency-file-name "~/.emacs.d/tramp" tramp-podman-method "podman" tramp-podman-program "podman" tramp-port-regexp "[[:digit:]]+" tramp-postfix-hop-format "|" tramp-postfix-hop-regexp "|" tramp-postfix-host-format ":" tramp-postfix-host-format-alist '((default . ":") (simplified . ":") (sepa= rate . "]")) tramp-postfix-host-regexp ":" tramp-postfix-ipv6-format "]" tramp-postfix-ipv6-format-alist '((default . "]") (simplified . "]") (sepa= rate . "")) tramp-postfix-ipv6-regexp "]" tramp-postfix-method-format ":" tramp-postfix-method-format-alist '((default . ":") (simplified . "") (sep= arate . "/")) 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 . "[") (separ= ate . "")) 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,tpgi= d,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-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-attribut= es) (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-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-completio= ns) (file-name-as-directory . tramp-handle-file-name-as-directory) (file-name-case-insensitive-p . tramp-handle-file-name-case-insensitiv= e-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-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 . ign= ore) (unlock-file . tramp-handle-unlock-file) (vc-registered . ignore) (verify-visited-file-modtime . tramp-handle-verify-visited-file-modtim= e) (write-region . tramp-handle-write-region)) tramp-rclone-method "rclone" tramp-rclone-program "rclone" tramp-remote-file-name-spec-regexp "\\(-\\|[[:alnum:]]\\{2,\\}\\)\\(?::\\)= \\(?:\\([^/:|[:blank:]]+\\)\\(?:@\\)\\)?\\(\\(?:[%._[:alnum:]-]+\\|\\(?:\\[= \\)\\(?:\\(?:[[:alnum:]]*:\\)+[.[:alnum:]]*\\)?\\(?:]\\)\\)\\(?:\\(?:#\\)\\= (?:[[:digit:]]+\\)\\)?\\)?" tramp-remote-path '(tramp-default-remote-path "/bin" "/usr/bin" "/sbin" "/= usr/sbin" "/usr/local/bin" "/usr/local/sbin" "/local/bin" "/local/freeware/bin" "/local/gnu/bin= " "/usr/freeware/bin" "/usr/pkg/bin" "/usr/contrib/bin" "/opt/bin" "/opt/sbin" "/opt/local= /bin") tramp-remote-process-environment '("ENV=3D''" "TMOUT=3D0" "LC_CTYPE=3D''" = "CDPATH=3D" "HISTORY=3D" "MAIL=3D" "MAILCHECK=3D" "MAILPATH=3D" "PAGER=3Dcat" "autocorrect=3D" "correct=3D") tramp-repository-branch "emacs-29" tramp-repository-version "d0147ff9e507cc4e99e0574eab106f95c8e9df1f" 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=3D=3D") 'raw-text) tramp-security-key-confirmed-regexp (decode-coding-string (base64-decode-string "Xg0qVXNlciBwcmVzZW5jZSBjb25maXJtZWRbCg1dK= g=3D=3D") 'raw-text) tramp-security-key-timeout-regexp (decode-coding-string (base64-decode-string "Xg0qc2lnbl9hbmRfc2VuZF9wdWJrZXk6IHNpZ25pbmcgZmFpbGVkIGZvciAuKlsK= DV0q") 'raw-text) tramp-sh-file-name-handler-alist '((abbreviate-file-name . tramp-handle-ab= breviate-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-directo= ry-p) (file-acl . tramp-sh-handle-file-acl) (file-attributes . tramp-sh-handle-file-attributes) (file-directory-p . tramp-sh-handle-file-directory-p) (file-equal-p . tramp-handle-file-equal-p) (file-executable-p . tramp-sh-handle-file-executable-p) (file-exists-p . tramp-sh-handle-file-exists-p) (file-in-directory-p . tramp-handle-file-in-directory-p) (file-local-copy . tramp-sh-handle-file-local-copy) (file-locked-p . tramp-handle-file-locked-p) (file-modes . tramp-handle-file-modes) (file-name-all-completions . tramp-sh-handle-file-name-all-completi= ons) (file-name-as-directory . tramp-handle-file-name-as-directory) (file-name-case-insensitive-p . tramp-handle-file-name-case-insensi= tive-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-preser= ved-p) (file-readable-p . tramp-sh-handle-file-readable-p) (file-regular-p . tramp-handle-file-regular-p) (file-remote-p . tramp-handle-file-remote-p) (file-selinux-context . tramp-sh-handle-file-selinux-context) (file-symlink-p . tramp-handle-file-symlink-p) (file-system-info . tramp-sh-handle-file-system-info) (file-truename . tramp-sh-handle-file-truename) (file-writable-p . tramp-sh-handle-file-writable-p) (find-backup-file-name . tramp-handle-find-backup-file-name) (insert-directory . tramp-sh-handle-insert-directory) (insert-file-contents . tramp-handle-insert-file-contents) (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-contex= t) (set-file-times . tramp-sh-handle-set-file-times) (set-visited-file-modtime . tramp-sh-handle-set-visited-file-modtim= e) (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-prompt-pattern (decode-coding-string (base64-decode-string "XCg/Ol5cfA1cKVteXQojLSU+XSojP1tdIy0lPl1bWzpibGFuazpdXSpcKD86G1xb= WztbOmRpZ2l0\nOl1dKltbOmFscGhhOl1dW1s6Ymxhbms6XV0qXCkq") 'raw-text) tramp-smb-file-name-handler-alist '((abbreviate-file-name . tramp-handle-a= bbreviate-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-f= ile-name) (file-accessible-directory-p . tramp-handle-file-accessible-direct= ory-p) (file-acl . tramp-smb-handle-file-acl) (file-attributes . tramp-smb-handle-file-attributes) (file-directory-p . tramp-handle-file-directory-p) (file-file-equal-p . tramp-handle-file-equal-p) (file-executable-p . tramp-handle-file-exists-p) (file-exists-p . tramp-handle-file-exists-p) (file-in-directory-p . tramp-handle-file-in-directory-p) (file-local-copy . tramp-smb-handle-file-local-copy) (file-locked-p . tramp-handle-file-locked-p) (file-modes . tramp-handle-file-modes) (file-name-all-completions . tramp-smb-handle-file-name-all-comple= tions) (file-name-as-directory . tramp-handle-file-name-as-directory) (file-name-case-insensitive-p . tramp-handle-file-name-case-insens= itive-p) (file-name-completion . tramp-handle-file-name-completion) (file-name-directory . tramp-handle-file-name-directory) (file-name-nondirectory . tramp-handle-file-name-nondirectory) (file-newer-than-file-p . tramp-handle-file-newer-than-file-p) (file-notify-add-watch . tramp-handle-file-notify-add-watch) (file-notify-rm-watch . tramp-handle-file-notify-rm-watch) (file-notify-valid-p . tramp-handle-file-notify-valid-p) (file-ownership-preserved-p . ignore) (file-readable-p . tramp-handle-file-exists-p) (file-regular-p . tramp-handle-file-regular-p) (file-remote-p . tramp-handle-file-remote-p) (file-selinux-context . tramp-handle-file-selinux-context) (file-symlink-p . tramp-handle-file-symlink-p) (file-system-info . tramp-smb-handle-file-system-info) (file-truename . tramp-handle-file-truename) (file-writable-p . tramp-smb-handle-file-writable-p) (find-backup-file-name . tramp-handle-find-backup-file-name) (insert-directory . tramp-smb-handle-insert-directory) (insert-file-contents . tramp-handle-insert-file-contents) (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 . ignore) (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 . ignore) (set-visited-file-modtime . tramp-handle-set-visited-file-modtime) (shell-command . tramp-handle-shell-command) (start-file-process . tramp-smb-handle-start-file-process) (substitute-in-file-name . tramp-smb-handle-substitute-in-file-nam= e) (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-mo= dtime) (write-region . tramp-smb-handle-write-region)) tramp-smb-method "smb" tramp-sshfs-file-name-handler-alist '((access-file . tramp-handle-access-f= ile) (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-dir= ed-uncache) (exec-path . tramp-sshfs-handle-exec-path) (expand-file-name . tramp-handle-expand-file-name) (file-accessible-directory-p . tramp-handle-file-accessible-dire= ctory-p) (file-acl . ignore) (file-attributes . tramp-fuse-handle-file-at= tributes) (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-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-com= pletions) (file-name-as-directory . tramp-handle-file-name-as-directory) (file-name-case-insensitive-p . tramp-handle-file-name-case-inse= nsitive-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-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-nam= e) (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 . i= gnore) (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-modtim= e) (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-director= y) (tramp-get-home-directory . ignore) (tramp-get-remote-gid . igno= re) (tramp-get-remote-groups . ignore) (tramp-get-remote-uid . ignor= e) (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-marker "/////" tramp-stat-quoted-marker "\\/\\/\\/\\/\\/" tramp-sudoedit-file-name-handler-alist '((abbreviate-file-name . tramp-han= dle-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-director= y-p) (file-acl . tramp-sudoedit-handle-file-acl) (file-attributes . tramp-sudoedit-handle-file-attributes) (file-directory-p . tramp-handle-file-directory-p) (file-equal-p . tramp-handle-file-equal-p) (file-executable-p . tramp-sudoedit-handle-file-executable-p) (file-exists-p . tramp-sudoedit-handle-file-exists-p) (file-in-directory-p . tramp-handle-file-in-directory-p) (file-local-copy . tramp-handle-file-local-copy) (file-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-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-modt= ime) (write-region . tramp-handle-write-region)) tramp-sudoedit-method "sudoedit" tramp-syntax 'default tramp-system-name "huette" tramp-temp-buffer-name " *tramp temp*" tramp-temp-name-prefix "tramp." tramp-terminal-prompt-regexp "\\(?:TERM =3D (.*)\\|Terminal type\\? \\[.*]= \\)[[:blank:]]*" tramp-terminal-type "dumb" tramp-time-doesnt-exist '(-1 65535) tramp-time-dont-know '(0 0 0 1000) tramp-unknown-id-integer -1 tramp-unknown-id-string "UNKNOWN" tramp-unload-hook '(#[0 "\300\301\302\"\207" [unload-feature tramp-cmds fo= rce] 3] #[0 "\300\301\302\"\207" [unload-feature tramp-cache force] 3] #[0 "\300\301\302\"\207" [unload-feature tramp-rclone force] 3] #[0 "\300\301\302\"\207" [unload-feature tramp-fuse 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 tr= amp-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-fea= ture trampver force] 3] #[0 "\300\301\302\"\207" [unload-feature tramp-integration force] 3] #[0 "\300\301\302\"\207" [remove-hook rfn-eshadow-update-overlay-hook tramp-rfn-eshadow-upd= ate-overlay] 3] #[0 "\300\301\302\"\207" [remove-hook rfn-eshadow-setup-minibuffer-hook tramp-rfn-eshadow-s= etup-minibuffer] 3] #[0 "\300\301\302\"\210\300\303\302\"\207" [unload-feature tramp-loa= ddefs force tramp-compat] 3] ) tramp-user-regexp "[^/:|[:blank:]]+" tramp-user-with-domain-regexp "\\([^/:|[:blank:]]+\\)\\(?:%\\)\\([._[:alnu= m:]-]+\\)" tramp-verbose 10 tramp-version "2.6.0.29.1" tramp-volume-letter-regexp "" tramp-wrong-passwd-regexp "^.*\\(?:Permission denied\\|Login \\(?:[Ii]ncor= rect\\)\\|Connection refused\\|Connection closed\\|Timeout, server not resp= onding\\.\\|Sorry, try again\\.\\|Name or service not known\\|Host key veri= fication failed\\.\\|No supported authentication methods left to try!\\|Rec= eived signal [[:digit:]]+\\).*" tramp-yesno-prompt-regexp "Are you sure you want to continue connecting (y= es/no\\(?:/\\[fingerprint]\\)?)\\?[[:blank:]]*" tramp-yn-prompt-regexp "\\(?:Store key in cache\\? (y/n.*)\\|Update cached= key\\? (y/n, Return cancels connection)\\)[[:blank:]]*" ) local variables: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ;; *tramp/rclone memory* (setq-local connection-local-variables-alist '((shell-command-switch . "-c") (shell-fi= le-name . "/bin/sh") (null-device . "/dev/null") (path-separator . ":")) default-directory "/rclone:memory:" ) load-path shadows: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 25 08:56:10 2023 Received: (at 64278) by debbugs.gnu.org; 25 Jun 2023 12:56:10 +0000 Received: from localhost ([127.0.0.1]:42161 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qDPHl-0007jm-Tm for submit@debbugs.gnu.org; Sun, 25 Jun 2023 08:56:10 -0400 Received: from mout.gmx.net ([212.227.17.22]:53825) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qDPHi-0007jA-Mc for 64278@debbugs.gnu.org; Sun, 25 Jun 2023 08:56:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.de; s=s31663417; t=1687697760; x=1688302560; i=michael.albinus@gmx.de; bh=hqitGQ4EuZHcyey/QMLjEXTp0PfRd3ajZVwwcIzOHkw=; h=X-UI-Sender-Class:From:To:Cc:Subject:In-Reply-To:References:Date; b=W4uAWKDHmQO67RjlbIjycnjvoNFmk42Rz/UJjCllwns53SypnMsLuKXptmeUG6Rcw4FZ41y e2hKCAsZxAOJiIPZfN+720XhIQZ2iPQ88ZPDINgteZY1ZyizMbUSgt+rvxZygxN5hOtmtGwoP /QTujN11pErMm5fJ6Iwf/XjbpRK7tuVnTbWYhzZiSAyS0OST0nne6byo4GrABgUtUUQ+IW4mI eT/sNUZKKN+SO4b5KKftX8Gmuu1tTnglua3Ke9O81JhfClT2GQinUufPBdmTsf7rbtDQvuDO/ OluY9ZqMea1QgrzXkQNxvCsNpXOJJHdvYFQiiDTjqqd/1BwS+jLw== X-UI-Sender-Class: 724b4f7f-cbec-4199-ad4e-598c01a50d3a Received: from gandalf.gmx.de ([185.89.39.13]) by mail.gmx.net (mrgmx104 [212.227.17.168]) with ESMTPSA (Nemesis) id 1MTzb8-1qeOJe301y-00Qwuk; Sun, 25 Jun 2023 14:56:00 +0200 From: Michael Albinus To: Sebastian Miele Subject: Re: bug#64278: 29.0.92; tramp-rclone.el seems to be in a defunct state In-Reply-To: <87leg8kxrx.fsf@whxvd.name> (Sebastian Miele's message of "Sun, 25 Jun 2023 05:16:32 +0200") References: <87leg8kxrx.fsf@whxvd.name> Date: Sun, 25 Jun 2023 14:55:59 +0200 Message-ID: <87sfafu2e8.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Provags-ID: V03:K1:n0xlgZYgvykWQ2SZtlTGhIEkbHYQxH2sm2ZOz8vp5j3zO++KpND LRHf+1xtMZBO2exq3uv0nPX/2lo1mBiPIWgglddCCAK+vDuBZrFKheTiDLF/0E3Gk7zSwWW KGW/53E/VlZoeStHK7783pKySjcL3iCjyG2EkUOT7wRpWsL+kR8vBEXtoieAZsOS9QNKrZw ETccIS6KTTASXw10qS5BA== X-Spam-Flag: NO UI-OutboundReport: notjunk:1;M01:P0:eZLEFypo/ac=;+vp1E0hbWr9YLIxogW/2d/KCHKN fJfERBrvWblsxkuGTnBkS1pxYXByef6BbtAWXUF/8qSTteJpNI5JJldJzQCqOZLRhBFc7aWJw JMmX6/och9WQUjCZW5v8+M+p2E+A+Vq8h+KU/wAye0UerupJPbb6L6KLakxtIJ2V8ppkGL1es FaGWdChJ/vwqHN//Cj7S2eQx0PZ07kY3I5LMFQLrnYvxZ797rHLIXHVR72iW+NrJghzSxgDAj C0ri6GSiTNX50eJ2yweRKazgnTbzQElAOgy5fSE+d1OkbDnpDuP+HzJE3O8xpnuyoCedTocGQ zOrnCr52x4PtzzBryTByYdGvNpM7p3wXHK3OweNHc/NloBzM2j7FamtHQFEGx+4CXvvGiz6uv GzJ612RHjpbdpSFp2sqvPBX++nVCtsHfYBpN8JV6Oms2ZDXIaThsjzavMmi8Rz41CFrA3IhmO KYBg3X9lvLYkHPwEL6HvDty2WmVo4TyOzsCGbQy5JYWX1cQqMK9SjMey5WMyxk7rPODrk9bjm NjxUpEHDdBwL3P/fToe4L8+g3AWBuE9SjfAs98guwiMo8kE8lf/XIzcTly8oc+QtUY6JniwNx wDdp5W9HtqX1VP4G1vMMIzWxD+j1fo2XhUfK343lK3006tOXySnA/floYHHEo3N1qj42ekYLw HJkwUy+xG97SHpRmWS3ggHys6ZtI4dXXWIgeYC6lRxzy9IKK6B2ZjDTstW/qS+lMMSLMDeXBw 9/Jkfy1eTBSvnUFJFgBa8Yx7BDWHF0kNxsJBtzHfaJL0IM+aDZnWrU3nwnAcJRQHJyZYzfknA GtFgOhD5zBRzXVeVNVnrzu3UsfSOG8EqVfX9UAYdnymAVRkQRXbITNMRnpyHeKJ+6CwcMPHAj SIlkr50mGpSP3MCwVBKMSsmsyggBGLhykKSV8MLvDpdO9BrvYwDrmfDsxiCfAr0aWcQ691Ak+ IxdAQkqBIg1+tE3TfLQOQC3rYKw= X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 64278 Cc: 64278@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Sebastian Miele writes: Hi Sebastian, Thanks for the report. I've never tried the memory type of rclone. I have two test entries in ~/.config/rclone/rclone.conf: --8<---------------cut here---------------start------------->8--- [local_drive] type =3D local nounc =3D true [gdrive] type =3D drive scope =3D drive ... --8<---------------cut here---------------end--------------->8--- Both work, and they are tested regularly in my regression tests. So I wouldn't say that tramp-rclone.el is in a defunct state. > I am using the Tramp built into the most recent emacs-29 from the Emacs > repository. Steps to reproduce the first problem: > > Augment ~/.config/rclone/rclone.conf with: > > [memory] > type =3D memory > > I tried to debug the issue for myself for a while. The first issue I > encountered, is that =E2=80=98tramp-rclone=E2=80=99 contains a call to > =E2=80=98tramp-call-process=E2=80=99 with a DESTINATION of 0. =E2=80=98t= ramp-call-process=E2=80=99 > contains > > (tramp-get-buffer-string destination) > > which in that case yields an error. I tried changing "destination" in > that line into: > > (unless (eq destination 0) destination) Reproduced here. I've pushed a fix to the emacs-29 branch in git. Furthermore, there is indeed a problem detecting a mount point for rclone memory type. The appended patch should fix this. However, calling "emacs /rclone:memory:" with the rclone.conf entry given by you.conf results in in an empty directory. No file visible there, even if I copy something. I've tried the rclone memory type manually in a shell --8<---------------cut here---------------start------------->8--- # mount -t fuse.rclone local_drive:/ on /tmp/tramp.rclone.local_drive type fuse.rclone (rw,nosuid,= nodev,relatime,user_id=3D1000,group_id=3D1000) memory: on /tmp/tramp.rclone.memory type fuse.rclone (rw,nosuid,nodev,relat= ime,user_id=3D1000,group_id=3D1000) # ls -al /tmp/tramp.rclone.memory total 0 drwxr-xr-x. 1 albinus albinus 0 Jun 25 14:49 . drwxrwxrwt. 99 root root 7800 Jun 25 14:49 .. # rclone copyto ~/tmp memory: # ls -al /tmp/tramp.rclone.memory total 0 drwxr-xr-x. 1 albinus albinus 0 Jun 25 14:49 . drwxrwxrwt. 99 root root 7800 Jun 25 14:51 .. --8<---------------cut here---------------end--------------->8--- So I'm a little bit undecided what the memory type of rclone is good for, and how it works. Do I miss something? Best regards, Michael. --=-=-= Content-Type: text/x-patch Content-Disposition: attachment Content-Transfer-Encoding: quoted-printable diff --git a/lisp/net/tramp-fuse.el b/lisp/net/tramp-fuse.el index e1ad0c2e5d2..c10c715d70e 100644 =2D-- a/lisp/net/tramp-fuse.el +++ b/lisp/net/tramp-fuse.el @@ -175,13 +175,24 @@ tramp-fuse-mounted-p (or (tramp-get-file-property vec "/" "mounted") (let* ((default-directory tramp-compat-temporary-file-directory) (command (format "mount -t fuse.%s" (tramp-file-name-metho= d vec))) - (mount (shell-command-to-string command))) + (mount (shell-command-to-string command)) + (mount-spec (split-string (tramp-fuse-mount-spec vec) ":" 'omit))= ) (tramp-message vec 6 "%s\n%s" command mount) + ;; The mount-spec contains a trailing local file name part, + ;; which might not be visible, for example with rclone + ;; mounts of type "memory" or "gdrive". Make it optional. + (setq mount-spec + (if (cdr mount-spec) + (tramp-compat-rx + (literal (car mount-spec)) + ":" (? (literal (cadr mount-spec)))) + (car mount-spec))) (tramp-set-file-property vec "/" "mounted" (when (string-match (tramp-compat-rx - bol (group (literal (tramp-fuse-mount-spec vec))) blank) + bol (group (regexp mount-spec)) + " on " (group (+ (not blank))) blank) mount) (match-string 1 mount))))))) --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 25 14:16:00 2023 Received: (at 64278) by debbugs.gnu.org; 25 Jun 2023 18:16:00 +0000 Received: from localhost ([127.0.0.1]:43656 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qDUHH-0008C2-Ua for submit@debbugs.gnu.org; Sun, 25 Jun 2023 14:16:00 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]:58976) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qDUHE-0008Bo-Ja for 64278@debbugs.gnu.org; Sun, 25 Jun 2023 14:15:58 -0400 Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4Qpzg90PXgz9sSk; Sun, 25 Jun 2023 20:15:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=whxvd.name; s=MBO0001; t=1687716949; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bXAAr/Btd3d+ioO2tQ6789gEOVqaI0UvPuuU2DppnMg=; b=PjhBfpFF8HkwjZSKqqucRShCtP1PJZnhOHkGw/FiPHZMZq445lSUpHmQIekE/hbsKOXLZi lcXMrGGNnTdivfDq+j8bnP+vsCXMICQRxXpYm32/N0urzyyMrg1cZvA+uduZqhXmDU0S+v bchlW0ueOP6ArOvs1mU2aBZhA7+yrc5noasliwWP1iA8dLHG0IFgN79JzAoPZm/83vsl48 kc4rp/OKTUARDqbo1dM3lg8HvxFeTeUq+00BGW3SvzSXC5dKcmPrcLMdG5ggDASH5FN8rn PLkJjhuzHV09SMH8OSbyOjdYjRf+uQUptBZGIEQUbYkuyIO0csYMcdaoVSzmbA== References: <87leg8kxrx.fsf@whxvd.name> <87sfafu2e8.fsf@gmx.de> From: Sebastian Miele To: Michael Albinus Subject: Re: bug#64278: 29.0.92; tramp-rclone.el seems to be in a defunct state Date: Sun, 25 Jun 2023 19:45:53 +0200 In-reply-to: <87sfafu2e8.fsf@gmx.de> Message-ID: <877crrqugc.fsf@whxvd.name> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4Qpzg90PXgz9sSk X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 64278 Cc: 64278@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) > From: Michael Albinus > Date: Sun, 2023-06-25 14:55 +0200 > > I've never tried the memory type of rclone. I have two test entries in > ~/.config/rclone/rclone.conf: > > [local_drive] > type =3D local > nounc =3D true > > [gdrive] > type =3D drive > scope =3D drive > ... > > > Both work, and they are tested regularly in my regression tests. So I > wouldn't say that tramp-rclone.el is in a defunct state. I clearly was under a false impression. :-) >> [=E2=80=A6] > > Reproduced here. I've pushed a fix to the emacs-29 branch in git. > > Furthermore, there is indeed a problem detecting a mount point for > rclone memory type. The appended patch should fix this. Thanks a lot! With both, the fix on the emacs-29 branch, and after applying the patch, everything works for me. The problem the patch addresses is not relevant at least for Rclone remotes of type local. I didn't try Google Drive. However, the patch also is necessary for Rclone remotes of type webdav. I have [wolke] type =3D webdav url =3D https://=E2=80=A6 vendor =3D other user =3D =E2=80=A6 pass =3D =E2=80=A6 and =E2=80=98mount -t fuse.rclone=E2=80=99 yields: wolke: on /tmp/tramp.rclone.wolke type fuse.rclone =E2=80=A6 I.e., at least this WebDAV remote makes Rclone omit the "/", too. Because of that, I think the patch should be applied upstream. > However, calling "emacs /rclone:memory:" with the rclone.conf entry > given by you.conf results in in an empty directory. No file visible > there, even if I copy something. > > I've tried the rclone memory type manually in a shell > > # mount -t fuse.rclone > local_drive:/ on /tmp/tramp.rclone.local_drive type fuse.rclone (rw,nosui= d,nodev,relatime,user_id=3D1000,group_id=3D1000) > memory: on /tmp/tramp.rclone.memory type fuse.rclone (rw,nosuid,nodev,rel= atime,user_id=3D1000,group_id=3D1000) > > # ls -al /tmp/tramp.rclone.memory > total 0 > drwxr-xr-x. 1 albinus albinus 0 Jun 25 14:49 . > drwxrwxrwt. 99 root root 7800 Jun 25 14:49 .. > > # rclone copyto ~/tmp memory: > > # ls -al /tmp/tramp.rclone.memory > total 0 > drwxr-xr-x. 1 albinus albinus 0 Jun 25 14:49 . > drwxrwxrwt. 99 root root 7800 Jun 25 14:51 .. > > So I'm a little bit undecided what the memory type of rclone is good > for, and how it works. Do I miss something? I could not create files in an Rclone remote of type memory, either. Didn't notice that before reporting the bug. There is no real use case for the memory provider, except for debugging. For me, it was all about WebDAV, and after the fix and the patch, that works. Thank you! Best wishes Sebastian From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 26 09:55:16 2023 Received: (at 64278-done) by debbugs.gnu.org; 26 Jun 2023 13:55:16 +0000 Received: from localhost ([127.0.0.1]:45008 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qDmgV-0000WV-QH for submit@debbugs.gnu.org; Mon, 26 Jun 2023 09:55:16 -0400 Received: from mout.gmx.net ([212.227.17.22]:32769) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qDmgS-0000Uv-TS for 64278-done@debbugs.gnu.org; Mon, 26 Jun 2023 09:55:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.de; s=s31663417; t=1687787706; x=1688392506; i=michael.albinus@gmx.de; bh=pCv0jz97PxVlFblgBwn10lJ/R3UEuZsedkHU4eOlfR8=; h=X-UI-Sender-Class:From:To:Cc:Subject:In-Reply-To:References:Date; b=mNatx2xf/y/E2qm+w5u1dzv7HKoVzZj8lFLcO64Q1qU52hnlE8BXvzj5OCJreOAEYCE546D BxUeuVutPLkNxITklm/UuLFwHdv4Yet0rBMEUAP4lJUY+hcZWhw62IYy2wJ2gWSiSOErHIz1l 0TNBxmJMoyTVRysR9QFHR0KfFpJWIE2Tns85v9Tkefacm5hJ45e2JPLNBJQsdH29B5YzVwRyc Mq9Ht65zcoRBPj1cw+zfiKe58xrc58Tapfliw6O0UI57v8apHHC9HtX/CBHW+actprOSoRJmb g9sKVFDgawxEaOYbIduzzo5EpmOUX81kNT07W9puAAMELGWbj8RA== X-UI-Sender-Class: 724b4f7f-cbec-4199-ad4e-598c01a50d3a Received: from gandalf.gmx.de ([185.89.39.13]) by mail.gmx.net (mrgmx104 [212.227.17.168]) with ESMTPSA (Nemesis) id 1M1HZi-1qC7zE2wDC-002rVV; Mon, 26 Jun 2023 15:55:06 +0200 From: Michael Albinus To: Sebastian Miele Subject: Re: bug#64278: 29.0.92; tramp-rclone.el seems to be in a defunct state In-Reply-To: <877crrqugc.fsf@whxvd.name> (Sebastian Miele's message of "Sun, 25 Jun 2023 19:45:53 +0200") References: <87leg8kxrx.fsf@whxvd.name> <87sfafu2e8.fsf@gmx.de> <877crrqugc.fsf@whxvd.name> Date: Mon, 26 Jun 2023 15:55:05 +0200 Message-ID: <87a5wmpbuu.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K1:ursAhuJXdDzoKItKKzwqyuTsfgY4P9LcBd4ZGS2GoG+sZmF4RDa 7bbbKzOnG4qcBtftJKoJ6R4X3BBrjQ7K83bXc9axUGcUjn4dDfeop5WNFmpBvbdJ+npJpJx xqg6+0/p2qZ6vyxFR7kan7BJaKohy3o2GlY+15cBtdAksgWgOhRicYsXQ6vqETiWOHQEelL y7lPBepPToTdIegtoO1FQ== X-Spam-Flag: NO UI-OutboundReport: notjunk:1;M01:P0:EOj4/SL/5HY=;bFwpWNGlB1PbNMNIOPesp0f+HTZ uasqh9ViXZ8OH1BfBXwIUyOwldE5KVIBajCua91gVF1XrbJHNLy7Kyw8rkk7zMuVMi1Te2leJ Gmq0Q+ycVjx4wPdBt/qNTupg/vDFPh/CamuYNDuTcwa7mOh6jWboSKIBRgB+DlDqmVo7fUwZY /IyZ7xz3kl2biMwyTr1l4wG+f+bd8FnU4L/ufKgTHwcwOvTzub2779uunLIrucfSGjk6yJ435 50hBMzUvhmdObk48Kf5dry8ZDvTQgPjsSRpra+dyrBVhxRADbpGgOf11bsmSReCTv3mw63PLH vy+Fx0ZzWZgbV3NrFyCpaaYipZUomix67HiDYck3GeeT/YxOnAJoHEaaU2pWZVImmrpkpyMrI 1jjOgSQSRqGeoHHXPa1AXAbnAq0lzNdNx2GAQ6sL2jcngsbJVCawFtzH6YfEdmZT0P1jl0xmV r4HwuVu/JJnXV0KOxRMt9uyXa+56eMBd2BYfeNyKOG6iqkuaZxzh7uS7ZDk324kuRSjNPuVOD StzpOF3bcMOXXvVyqjverWxLELXODHqjG7BlqVX1Jbel1Lw6vJdbXtJ6Cj8gDGB4HI1e7Kkh9 EeActFOot6739NrE+xr4S2SfZcEMsXpUS+BMkvArLC87wjy1qoJn8ATPFvpnbvM+nDTZBYSUM jcFecWy+y578e7bBZ1UeYdiQFFM0H2g4CmBG0dht5ptJ7mU2c2FAjHPo+U9/y4SsmVScy0PRB /bZTal+/lPZYnmYkG3IdKPUvM2RptVnduWQHJmaHAQVfHgL95om6jdBFZc/r0kMg4Af0U5XLO 3V3D/m4M6xsn4xZaeDSsEGxMRaagp5+8r9d5RDuOOcUJPLFiBc7j1Z22QaJDBCLPX0rhxtP1R BmzvV3bujt+5WJShczs69P7snRGWg2CEjFi052sPwGGPYFQSS6jViYTt3Vz49439tBAjYdNgV xz1Xnw== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 64278-done Cc: 64278-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Version: 29.1 Sebastian Miele writes: Hi Sebastian, > With both, the fix on the emacs-29 branch, and after applying the patch, > everything works for me. Thanks for the feedback. I've pushed the other patch to the emacs-29 branch, closing the bug. The fix will also appear with Tramp 2.6.1, scheduled later this week on GNU ELPA. Just in case you don't want to wait for the Emacs 29.1 release. > The problem the patch addresses is not relevant at least for Rclone > remotes of type local. I didn't try Google Drive. However, the patch > also is necessary for Rclone remotes of type webdav. I have Yes, so I've added an rclone/webdav test to my test suite. > Best wishes > Sebastian Best regards, Michael. From unknown Sat Jun 14 18:59:27 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 25 Jul 2023 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator