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]> |
Alexey Lebedev <[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. > Best, > Alexey Best regards, Michael.