cjohansson / emacs-ssh-deploy

A deployment plugin via Tramp for Emacs.
GNU General Public License v3.0
152 stars 6 forks source link

New Feature: Transaction buffer? #33

Closed cjohansson closed 6 years ago

cjohansson commented 6 years ago

Would be nice with a buffer that tracks the status of each transaction, regardless if it's a upload, download, rename, delete or diff request. Would be very nice if this buffer was interactive so one could for example cancel a upload request

cjohansson commented 6 years ago

This is not necessary, the async library has this built-in and that is the only useful scenario. Synchronous operations will explicitly let you observe them until they finish.