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

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

bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)


From: Bad Blue Bull
Subject: bug#50399: TRAMP can't connect to Win 2000 (smb, ftp, telnet)
Date: Sat, 18 Sep 2021 18:27:13 +0300

WHY?
I had to comment out this:
----
(setq tramp-rsh-end-of-line "\r\n") ;; opens empty buffer instead of file
----
 
And also this
----
(global-ede-mode t) ;; tree connect failed: NT_STATUS_BAD_NETWORK_NAME
----


18.09.2021, 14:09, "Michael Albinus" <michael.albinus@gmx.de>:

Bad Blue Bull <ibmbull@yandex.ru> writes:

 removed both tramp and recentf, still same problem...

 What the hell this can be (\scripts\ver_linux and \src\emacs.c)?


src/emacs.c looks like a file from the Emacs repo. scripts/ver_linux I
don't know.

Since it works when you call "emacs -Q", please bisect your ~/.emacs
until you have found the problematic config. That is, comment half of
the file, and start a new Emacs session. If the problem persists,
continue with commenting again, half of the still active .emacs
file. Otherwise, the problematic config is in the commented .emacs
part. Uncomment this part, comment the other part, and continue.

Best regards, Michael.


reply via email to

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