tramp-devel
[Top][All Lists]
Advanced

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

Re: File path completions: strange speed discrepancy


From: JD Smith
Subject: Re: File path completions: strange speed discrepancy
Date: Fri, 24 Sep 2021 11:32:13 -0400



On Sep 22, 2021, at 3:43 AM, Michael Albinus <michael.albinus@gmx.de> wrote:

--8<---------------cut here---------------start------------->8---
(require 'package)
(add-to-list 'package-archives
     '("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

reply via email to

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