emacs-devel
[Top][All Lists]
Advanced

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

Re: Recursive load? master build fail


From: Michael Albinus
Subject: Re: Recursive load? master build fail
Date: Wed, 11 May 2016 17:08:42 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Stephen Berman <address@hidden> writes:

> I updated my master branch to 62d7acae7405732268713006d839a5c3507b9482
> and built with `make bootstrap', and when I try to open an article in
> Gnus (by typing RET on the article's line in the Summary buffer), a
> "Recursive load" error in Tramp is signalled and the article is not
> displayed; full backtrace attached.  If I type `C-u g' to open the
> article, then it is displayed.

I cannot reproduce it here. Does it also happen, when you call "emacs -Q",
and load only gnus specific settings?

It looks also a bit strange, that file-truename uses some
hidden arguments, which are not propagated to Tramp:

>   tramp-completion-file-name-handler(file-truename "/data")
>   file-truename("/data" (93) (nil))
>   file-truename("/data/steve" (93) (nil))
>   file-truename("/data/steve/git" (93) (nil))
>   file-truename("/data/steve/git/emacs-master" (93) (nil))
>   file-truename("/data/steve/git/emacs-master/lisp" (93) (nil))
>   file-truename("/data/steve/git/emacs-master/lisp/net" (93) (nil))
>   file-truename("/data/steve/git/emacs-master/lisp/net/tramp.elc")

> Steve Berman

Best regards, Michael.



reply via email to

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