emacs-ssh-deploy
emacs-ssh-deploy copied to clipboard
New feature: Permit only one simulatenous operation per remote file
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.