[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Invalid function: with-mutex
From: |
Michael Albinus |
Subject: |
Re: Invalid function: with-mutex |
Date: |
Thu, 03 Jan 2019 10:07:34 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
Colin Baxter <address@hidden> 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
>
> address@hidden:/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.