From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Albinus Subject: Re: bug in tramp? Date: Thu, 06 Jul 2017 09:43:53 +0200 Message-ID: <87o9syui12.fsf@detlef> References: <17b8fa9a-4802-c920-18d3-4497b3bcb039@gmx.de> <874lut8jm5.fsf@detlef> <18a115d3-4be0-382a-a793-eb3046d96cf1@gmx.de> <87r2xwha68.fsf@detlef> <741e420b-3dcf-38cd-71b3-11f8de42f59e@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <741e420b-3dcf-38cd-71b3-11f8de42f59e@gmx.de> (Thomas Holst's message of "Tue, 4 Jul 2017 18:53:35 +0200") List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tramp-devel-bounces+get-tramp-devel=m.gmane.org@gnu.org Sender: "Tramp-devel" To: Thomas Holst Cc: tramp-devel@gnu.org, emacs-orgmode@gnu.org List-Id: emacs-orgmode.gnu.org Thomas Holst writes: > Hi Michael, Hi Thomas, > 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. I believe it is unfortune in Org to require Tramp while loading. Instead, it shall declare used Tramp functions. > Now I set load-path for tramp and require tramp before org and > everything works fine. > > Thanks again. > Thomas Best regards, Michael.