emacs-ssh-deploy icon indicating copy to clipboard operation
emacs-ssh-deploy copied to clipboard

New feature: Permit only one simulatenous operation per remote file

Open cjohansson opened this issue 6 years ago • 0 comments

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.

cjohansson avatar Jul 03 '19 18:07 cjohansson