[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: disable tramp
From: |
Will Parsons |
Subject: |
Re: disable tramp |
Date: |
14 Nov 2006 16:37:06 GMT |
User-agent: |
slrn/0.9.7.1 (Win32) |
Will Parsons wrote:
> rgb wrote:
>>
>> Will Parsons wrote:
>>> I'm trying to use Emacs 22 on Windows, which apparently comes with tramp
>>> enabled. I've never been able to get tramp working, so how do I get
>>> rid of the damn thing and just go back to using ange-ftp for editing remote
>>> files?
>
>>
>> It's not a matter of getting rid of it. Just specify the protocol you
>> want.
>> Put ftp: before the username@sys-name portion.
>>
>> \ftp:myid@172.24.11.1:\\drive\dir\filename.txt
>
> I don't want to have to type ftp: every time I access a remote file. So,
> once more, how do I disable tramp?
I guess I should have been a bit more conscientious in checking the Emacs
News - the way in clearly documented:
(setq tramp-default-method "ftp")
My apologies for taking up bandwidth.
- Will