all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: emacs-devel@gnu.org
Cc: Glenn Morris <rgm@gnu.org>
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	[thread overview]
Message-ID: <87a71em0e2.fsf@gmx.de> (raw)
In-Reply-To: <20200607173810.1649F20A2E@vcs0.savannah.gnu.org> (Glenn Morris's message of "Sun, 7 Jun 2020 13:38:09 -0400 (EDT)")

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	other threads:[~2020-06-08  8:23 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20200607173810.1649F20A2E@vcs0.savannah.gnu.org>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a71em0e2.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=emacs-devel@gnu.org \
    --cc=rgm@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.