Hi Michael,

thank you for your answer.

load-history

was really helpfull to solve this.

The culprit was that I use org-mode and tramp from git. Now I set the load-path for org at the very beginning of my .emacs file but for tramp further down. As I understand org requires tramp at some point. So it loaded tramp from emacs but not from git repo.

Now I set load-path for tramp and require tramp before org and everything works fine.

Thanks again.
  Thomas


Am 04.07.2017 um 10:35 schrieb Michael Albinus:
Thomas Holst <[email protected]> writes:

Hello Michael,
Hi Thomas,

The setup above worked but stopped to work at some point. A few weeks
/ months ago.

As stated below I use emacs 25.1.1 and I use packages loded with
package manager.

If you don't know how to do this, maybe you can point me a direction
how I can proceed.
Inspect variable `load-history'. You will see which tramp*.el[c] file is
loaded from which location, in which order.

If you load an unused library, say (require 'tetris) , closed to your
setting of `load-path' in ~/.emacs, you will see also which Tramp file
is loaded prior, and which Tramp file is loaded past the `load-path'
setting.

Thanks again
   Thomas
Best regards, Michael.

_______________________________________________
Tramp-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to