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: Juanma Barranquero
Subject: Re: "tramp-completion-file-name-handler: Recursive load" with the trunk code
Date: Wed, 19 Mar 2008 10:23:38 +0100

On Wed, Mar 19, 2008 at 4:45 AM, an0 <address@hidden> wrote:

>  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)

It happens since this change:

2008-03-17  Michael Albinus  <address@hidden>

        * net/tramp.el (tramp-root-regexp): Simplify.
        (tramp-completion-file-name-regexp-separate): Don't insist on
        leading "[".  This prevents method or user or host completion.
        (tramp-let-maybe): Autoload it.
        (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
        is an alias for `identity'.
        (tramp-handle-write-region): Protect `last-coding-system-used'
        over the trailing statements.
        (tramp-completion-file-name-handler-post-function): Remove.
        (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
        instead of calling `tramp-drop-volume-letter'.

Also, it happens if you have (ido-mode 1) or (ido-mode 'files) in your
.emacs, but it does not happen if you activate ido-mode after loading
Emacs.

 Juanma




reply via email to

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