emacs-devel
[Top][All Lists]
Advanced

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

Re: "tramp-completion-file-name-handler: Recursive load" with the trunk


From: Stefan Monnier
Subject: Re: "tramp-completion-file-name-handler: Recursive load" with the trunk code
Date: Wed, 19 Mar 2008 10:02:41 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

>> So I hope someone(Michael Albinus?)  could fix it asap.

> I'll do it tonight. Currently, I'm sitting in the company's jail.

It's a simple problem:

        load
calls   file-truename
calls   tramp-completion-file-name-handler
uses    tramp-let-maybe
which is autoloaded from tramp.el
which cases tramp.elc to be loaded, so calls load
calls   file-truename
...

I *strongly* suggest to live with the obsolete warnings rather than use
such hideous hacks as tramp-let-maybe.


        Stefan






reply via email to

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