Hi Michael, Michael Albinus writes: > Thierry Volpiatto writes: > > Hi Thierry, > >> tramp-list-connections is often returning nil whatever the value of >> tramp-cache-data is but I have no recipe to reproduce this reliabily, if >> I can make a recipe when I have time I will report it, for now perhaps >> you can forget it. > > I made a code review of using property "process-buffer" in Tramp, and > there is indeed a case it behaves incorrectly: after spawning an > asynchronous process. Recipe: > > # emacs -Q /sudo:: > > M-: (tramp-list-connections) > => ((tramp-file-name "sudo" #("root" 0 4 (tramp-default t)) nil #("gandalf" 0 7 (tramp-default t)) nil nil nil)) > > M-x async-shell-command RET ls Probably there is something else than this but couldn't figure out what, I will let you know if I find other use cases. > M-: (tramp-list-connections) > nil > > I'm working on a fix. Great thanks. -- Thierry