cjohansson / emacs-ssh-deploy

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

New feature: Permit only one simulatenous operation per remote file #58

Open cjohansson opened 5 years ago

cjohansson commented 5 years ago

If we can figure out a way to handle errors from (make-thread) and (async-start) then we should be able to permit only one simultaneous operation per remote file, this should solve issue #53 and #57

Preferably using (condition-case) as described here.