help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: TRAMP doesn't work with ido-mode


From: Michael Albinus
Subject: Re: TRAMP doesn't work with ido-mode
Date: Tue, 09 May 2006 06:39:29 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

Tassilo Horn <heimdall@uni-koblenz.de> writes:

> Hi Michael,

Hi,

> Not for me, so I fiddled a bit arround in my ~/.emacs and found the
> problem. I use `ido-mode' for both file and buffer behavior, and it
> seems it doesn't work well with the new TRAMP behavior.
>
> ,----[ ~/.emacs ]
> | (require 'ido)
> | (ido-mode 'both)
> `----
>
> If I uncomment the ido-stuff I still get this buffer...
>
> ,----[ *tramp/ssh su* ]
> | ssh: su: Name or service not known
> | 
> | Process *tramp/ssh su* exited abnormally with code 255
> `----
>
> ...but I can continue to complete the path, and at some point TRAMP
> starts loading. With ido enabled emacs doesn't accept new input after
> the *tramp/ssh su* buffer appears, or better, the new input is directed
> to this buffer.

One of the changes a week ago was that Tramp completion is enabled only
when you are in partial-completion-mode. I've extended it now for
ido-mode, too.

You need to perform at least "make bootfast" with CVS sources, because
autoload behaviour is affected.

> Regards,
> Tassilo

Best regards, Michael.




reply via email to

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