[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tramp-connection-timeout have no effect
From: |
Michael Albinus |
Subject: |
Re: tramp-connection-timeout have no effect |
Date: |
Sun, 23 Mar 2014 10:24:52 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
Thierry Volpiatto <address@hidden> writes:
> It is what I do now in helm:
>
> (let (stimers)
> (unwind-protect
> (progn
> (setq stimers (with-timeout-suspend))
> ad-do-it) ; => tramp-read-password
> (with-timeout-unsuspend stimers)
I've committed the snippet to tramp.el, in both tramp and emacs
repositories. You could remove this from helm.
Thanks again, and best regards, Michael.