Douglas Gray Stephens <[EMAIL PROTECTED]> writes:
> Kai,
>
> I've noticed another error that sometimes crops up when accessing a
> file on a machine that I've used plink on before (e.g. find file),
> when the system returns an error
> Buffer *tramp/plink [EMAIL PROTECTED]* has no process
>
> If I repeat the command, tramp kicks off a new session, asking for the
> password etc. as normal.
Please try this patch and tell me if it helps.
--- tramp.el.~2.228.~ Wed Sep 25 16:06:05 2002
+++ tramp.el Wed Sep 25 16:26:38 2002
@@ -5393,7 +5393,8 @@
(save-excursion
(set-buffer (tramp-get-buffer multi-method method user host))
(when (and tramp-last-cmd-time
- (> (tramp-time-diff (current-time) tramp-last-cmd-time) 60))
+ (> (tramp-time-diff (current-time) tramp-last-cmd-time) 60)
+ p (processp p) (memq (process-status p) '(run open)))
(tramp-send-command
multi-method method user host "echo are you awake" nil t)
(unless (tramp-wait-for-output 10)
kai
--
~/.signature is: umop 3p!sdn (Frank Nobis)
_______________________________________________
Tramp-devel mailing list
[EMAIL PROTECTED]
http://mail.freesoftware.fsf.org/mailman/listinfo/tramp-devel