Michael Albinus <michael.albi...@gmx.de> writes:

> I've committed a fix to the repositories. In 
> `tramp-sh-handle-start-file-process'
> the `suppress' event is catched. This shall serve your needs. Let's see,
> whether there are unexpected side effects.
I tried your change.

`suppress' is still catched in `tramp-file-name-handler', I don't know why
yet, so this cond is still running when two identicals processes are
called quickly:

,----[ tramp-file-name-handler ]
| ((eq result 'suppress)
| (let (tramp-message-show-message)
|   (tramp-message
|    v 1 "Suppress received in operation %s"
|    (append (list operation) args))
|   (tramp-cleanup v)
|   (tramp-run-real-handler operation args)))
`----

-- 
  Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 


_______________________________________________
Tramp-devel mailing list
Tramp-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to