tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: question about `tramp-file-name-handler'


From: Thierry Volpiatto
Subject: Re: question about `tramp-file-name-handler'
Date: Tue, 29 Jan 2013 12:16:25 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Michael Albinus <address@hidden> 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 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]