emacs-devel
[Top][All Lists]
Advanced

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

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


From: an0
Subject: "tramp-completion-file-name-handler: Recursive load" with the trunk code
Date: Wed, 19 Mar 2008 11:45:04 +0800

I met an error as follows starting emacs compiled from today's trunk code:
tramp-completion-file-name-handler: Recursive load:
"/home/xxx/share/emacs/23.0.60/lisp/net/tramp.elc",
"/home/xxx/share/emacs/23.0.60/lisp/net/tramp.elc",
"/home/xxx/share/emacs/23.0.60/lisp/net/tramp.elc",
"/home/xxx/share/emacs/23.0.60/lisp/net/tramp.elc",
"/home/xxx/share/emacs/23.0.60/lisp/net/tramp.elc",
"/home/xxx/share/emacs/23.0.60/lisp/ibuffer.elc"

And any subsequent nontrivial operations cause the same error to recur
again and again, which renders my emacs completely useless.

After some tracing, I found it was probably caused by ido, because the
problem disappeared after I commented out following code in my .emacs:
  (require 'ido)
  (ido-mode 1)




reply via email to

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