Re: tramp (2.8.3-pre nil/nil); fix tramp-file-name-for-operation when process is given as a string
Michael Albinus <[email protected]>
| Newsgroups | gmane.emacs.tramp |
|---|---|
| Message-ID | <[email protected]> |
Michael Albinus <[email protected]> writes: Hi Alexey, >> Below is the story of why I was able to hit this error, but it's not >> that interesting (in the context of the fix): >> - inferior prolog does (process-send-string "prolog" ...) - with >> process identified by a string >> - tramp-rpc backend adds "process-send-string" to >> "tramp-file-name-for-operation-external" - and it's being checked in >> addition to file-notify-rm-watch and file-notify-valid-p > > Ah, the famous tramp-rpc. And indeed, process-string allows also a > buffer or process name. Will check tomorrow. I've pushed your patch to the Tramp and Emacs repositories. Will be available on GNU ELPA with Tramp 2.8.2.2, scheduled for end of this month. Arthur, perhaps tramp-rpc should require Tramp 2.8.2.2 once it is released. >> Best, >> Alexey Thanks again for the patch, and best regards, Michael.