[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tramp + ido-mode: error with "/su:"
From: |
Teemu Likonen |
Subject: |
Re: Tramp + ido-mode: error with "/su:" |
Date: |
Mon, 29 Dec 2008 21:47:36 GMT |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
Andreas Politz (2008-12-29 21:52 +0100) wrote:
> Teemu Likonen wrote:
>> ssh: Could not resolve hostname su: Name or service not known
>>
>> Process *tramp/scp su* exited abnormally with code 255
>> Is it possible to fix this issue somehow?
> I tried to fix this in ido, but gave up after a while. Fixing it with
>
> (setq tramp-default-method "sudo")
>
> from tramps side seems to work.
Indeed, that works. Thanks.
I checked with Emacs 23 and its tramp does not give that error message
with ido. The whole customization of Emacs 23's tramp is a bit different
from 22's.