[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tramp (2.1.2-pre); continuation of 2.1 problem
From: |
Michael Albinus |
Subject: |
Re: tramp (2.1.2-pre); continuation of 2.1 problem |
Date: |
Mon, 30 Aug 2004 22:06:58 +0200 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) |
Ted Stern <address@hidden> writes:
> Hi Michael,
Hi Ted,
Thanx for your continued tests. I'm still lost, really. The only idea
left is the following patch:
--- tramp.el 29 Aug 2004 14:07:33 -0000 2.395
+++ tramp.el 30 Aug 2004 20:03:46 -0000
@@ -5599,8 +5599,7 @@
x))
(unless (member "" x) (mapconcat 'identity x " ")))
login-args " ")
- ;; String to detect failed connection.
- "; echo \"Tramp connection closed\"; sleep 1"))
+ "; sleep 1"))
;; Send the command.
(tramp-message 9 "Sending command `%s'" command)
(erase-buffer)
Even if this works for you, I won't know why I have no problem locally
w/o that patch.
Best regards, Michael.