[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "tramp-completion-file-name-handler: Recursive load" with the trunk
From: |
Michael Albinus |
Subject: |
Re: "tramp-completion-file-name-handler: Recursive load" with the trunk code |
Date: |
Wed, 19 Mar 2008 15:58:18 +0100 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (hpux) |
Stefan Monnier <address@hidden> writes:
> 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.
tramp-let-maybe is needed only in case of XEmacs on W32...
The appended patch shall cure it for now. There will be a new error in
compiling tramp-fish.el; this can be ignored. Tonight I'll commit a
patch handling this as well.
> Stefan
Sorry for the inconvenience to everybody. Best regards, Michael.
txti6ey1p7Ffv.txt
Description: Text Data
- "tramp-completion-file-name-handler: Recursive load" with the trunk code, an0, 2008/03/18
- Re: "tramp-completion-file-name-handler: Recursive load" with the trunk code, Juanma Barranquero, 2008/03/19
- Re: "tramp-completion-file-name-handler: Recursive load" with the trunk code, an0, 2008/03/19
- Re: "tramp-completion-file-name-handler: Recursive load" with the trunk code, Juanma Barranquero, 2008/03/19
- Re: "tramp-completion-file-name-handler: Recursive load" with the trunk code, Michael Albinus, 2008/03/19
- Re: "tramp-completion-file-name-handler: Recursive load" with the trunk code, Stefan Monnier, 2008/03/19
- Re: "tramp-completion-file-name-handler: Recursive load" with the trunk code,
Michael Albinus <=
- Re: "tramp-completion-file-name-handler: Recursive load" with the trunk code, Stefan Monnier, 2008/03/19
- Re: "tramp-completion-file-name-handler: Recursive load" with the trunk code, Michael Albinus, 2008/03/19
- Re: "tramp-completion-file-name-handler: Recursive load" with the trunk code, Stefan Monnier, 2008/03/19
- Re: "tramp-completion-file-name-handler: Recursive load" with the trunk code, Stephen J. Turnbull, 2008/03/19
- Re: "tramp-completion-file-name-handler: Recursive load" with the trunk code, Michael Albinus, 2008/03/19
- Re: "tramp-completion-file-name-handler: Recursive load" with the trunk code, Richard Stallman, 2008/03/19
- Re: "tramp-completion-file-name-handler: Recursive load" with the trunk code, Thomas Lord, 2008/03/19
- Re: "tramp-completion-file-name-handler: Recursive load" with the trunk code, Michael Albinus, 2008/03/20
Re: "tramp-completion-file-name-handler: Recursive load" with the trunk code, Michael Albinus, 2008/03/19