tramp-devel
[Top][All Lists]
Advanced

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

Re: bug in tramp?


From: Michael Albinus
Subject: Re: bug in tramp?
Date: Mon, 03 Jul 2017 20:23:46 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Thomas Holst <address@hidden> writes:

> Hello,

Hi Thomas,

> I use tramp from git and have tramp set up as follows:
>
> (add-to-list 'load-path "~/git-emacs/tramp/lisp")
> (add-to-list 'Info-directory-list "~/git-emacs/tramp/info")
> (require 'tramp)
>
> When I try to open a file on a remote server via scp I get an error
> saying:
>
> Error running timer: (void-function copy-tramp-file-name)
>
> I use emacs 25.1.1 on Linux Mint.
>
> I searched for "copy-tramp-file-name" inside git repo. The ony
> occurance is in tramp-cache.el. But there is no defun. So what to do?

`copy-tramp-file-name' has been defined implicitely by the defstruct
`tramp-file-name'. I suspect that there might be some mismatches of
different Tramp files being loaded. Does the error still happen when you
call

# emacs -Q -L ~/git-emacs/tramp/lisp

> Thank you for tramp and thanks for looking into this.
>
>   Thomas

Best regards, Michael.



reply via email to

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