emacs-devel
[Top][All Lists]
Advanced

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

Re: master e42e98e: * test/lisp/net/tramp-tests.el: tramp-crypt-file-nam


From: Michael Albinus
Subject: Re: master e42e98e: * test/lisp/net/tramp-tests.el: tramp-crypt-file-name-p not autoloaded.
Date: Mon, 08 Jun 2020 10:23:33 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

rgm@gnu.org (Glenn Morris) writes:

Hi Glenn,

> diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
> index 7faa409..25faf4e 100644
> --- a/test/lisp/net/tramp-tests.el
> +++ b/test/lisp/net/tramp-tests.el
> @@ -5595,6 +5595,8 @@ This does not support some special file names."
>    (string-equal
>     "docker" (file-remote-p tramp-test-temporary-file-directory 'method)))
>
> +(require 'tramp-crypt)
> +
>  (defun tramp--test-crypt-p ()
>    "Check, whether the remote directory is crypted"
>    (tramp-crypt-file-name-p tramp-test-temporary-file-directory))

Thanks for the hotfix!

I've pushed a patch which ought to fix it like the other Tramp
backends. As I wrote in another message, maybe you need to run "make -C
lisp autoloads" first, because sometimes Emacs' Makefile doesn't
generate tramp-loaddefs.el when it's needed.

Best regards, Michael.



reply via email to

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