tramp-devel
[Top][All Lists]
Advanced

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

Re: Reports 'Scan error' over and over and can become unresponsive


From: Michael Albinus
Subject: Re: Reports 'Scan error' over and over and can become unresponsive
Date: Sat, 27 May 2023 18:28:45 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Todd Goldfinger <goldfita@gmail.com> writes:

Hi Todd,

> I ran 'emacs -Q -l /mnt/home/share/.emacs.d/init.el' followed by C-x
> C-f '/-:|sudo::'. I see the following. It didn't touch my init.el.

I guess you mean  'C-x C-f /-:|sudo::' (w/o typing the apostrophes)

> Scan error: "Scan error", "Unbalanced parentheses 1 2" [3 times]
> Scan error: "Scan error", "Unbalanced parentheses 3 4"
> Scan error: "Scan error", "Unbalanced parentheses 1 4" [2 times]
> Scan error: "Scan error", "Unbalanced parentheses 1 2" [15 times]
> Scan error: "Scan error", "Unbalanced parentheses 3 4"
> Scan error: "Scan error", "Unbalanced parentheses 1 4" [2 times]
> Scan error: "Scan error", "Unbalanced parentheses 1 2" [12 times]
> Scan error: "Scan error", "Unbalanced parentheses 3 4"
> Scan error: "Scan error", "Unbalanced parentheses 1 4" [2 times]
> Scan error: "Scan error", "Unbalanced parentheses 1 2" [9 times]
> Setting ‘tramp-default-proxies-alist’ temporarily since "emacs -q"
> would overwrite customizations [2 times]

I assume your init.el is the one you have presented:

--8<---------------cut here---------------start------------->8---
(require 'tramp)
(setq tramp-default-method "ssh")
(setq tramp-default-host "192.168.2.6")
(setq tramp-save-ad-hoc-proxies t)
--8<---------------cut here---------------end--------------->8---

Does the same error happen if you *don't* set tramp-save-ad-hoc-proxies?

Does the same error happen if you open 'C-x C-f /ssh:192.168.2.6|sudo::'?

> Todd

Best reagrds, Michael.



reply via email to

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