bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#63578: 29.0.91; Org Cannot tangle with tramp using sudo


From: Kostadin Ninev
Subject: bug#63578: 29.0.91; Org Cannot tangle with tramp using sudo
Date: Fri, 19 May 2023 10:57:07 +0000
User-agent: Vivaldi Mail/1.5.2979.22


This patch fixes the problem for me but I'm positive that its not correct and may brake something:



--- /usr/share/emacs/29.0.91/lisp/net/tramp.el 2023-05-18 15:20:57.000000000 +0300
+++ tramp.el    2023-05-19 13:51:36.270802339 +0300
@@ -4678,7 +4678,7 @@
            ;; Add the hop.
            (push l target-alist)
            ;; Start next search.
-           (setq choices tramp-default-proxies-alist)))))
+           (setq choices nil)))))

     ;; Foreign and out-of-band methods are not supported for multi-hops.
     (when (cdr target-alist)


I hope this is enough information to help fix this bug.





reply via email to

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