Colin Baxter <[email protected]> writes: Hi Colin,
> Using tramp-2.4.1 to ssh a remote host, I get the following error: > > tramp-file-name-handler: Invalid function: with-mutex > > It seems to occur immediately after entering the colon, as in > > username@host:/path/to/file > > I get the same error with emacs-26 and emacs-27 (master), and I'm on > 3.16.0-7-686-pae #1 SMP Debian 3.16.59-1 (2018-10-03) i686 GNU/Linux. `with-mutex' is a new function in Emacs 26. If you get an error about, something basic is wrong. Furthermore, Tramp wraps the call to ´with-mutex' in `tramp-compat-with-mutex'. Tramp 2.4.1 is compatible with Emacs back to version 24. Could you pls try to call # emacs -Q -L /path/to/tramp-2.4.1/lisp > Best wishes, Best regards, Michael. _______________________________________________ Tramp-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/tramp-devel
