tramp-devel
[Top][All Lists]
Advanced

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

Asynchronous login?


From: Garjola Dindi
Subject: Asynchronous login?
Date: Thu, 07 May 2020 21:08:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hi,

I use the following pattern to open a shell on a remote host :

(let ((default-directory (concat "/ssh:" user "@" host ":" dir)))
    (shell name))

The issue I am facing is that emacs freezes during the login dialog
("Waiting for prompts from remote shell", etc). 

Is there a way to let this transaction run asynchronously?

Thanks for your help!

Garjola.







reply via email to

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