> On Sep 22, 2021, at 3:43 AM, Michael Albinus <[email protected]> wrote: > > --8<---------------cut here---------------start------------->8--- > (require 'package) > (add-to-list 'package-archives > '("devel" . "https://elpa.gnu.org/devel/ > <https://elpa.gnu.org/devel/>")) > (package-list-packages) > --8<---------------cut here---------------end--------------->8—
I can confirm that the latest TRAMP devel package fixes the file completion slowdown problem on MacOS, without any special configuration. I guess the one mystery remaining is why (getenv “TMPDIR”) sometimes returns nil, and sometimes returns the same thing getconf “DARWIN_USER_TEMP_DIR” does. But your fix is sound and has sped up remote completion to the same performance as in a native shell over SSH. Thanks! JDS
