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: an0
Subject: Re: "tramp-completion-file-name-handler: Recursive load" with the trunk code
Date: Wed, 19 Mar 2008 18:24:26 +0800

Thanks. I found that too, and I am now using M-x ido-mode manually.
Nevertheless, it is a BUG, right? So I hope someone(Michael Albinus?)
could fix it asap.

On Wed, Mar 19, 2008 at 5:23 PM, Juanma Barranquero <address@hidden> wrote:
> 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]