[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tramp-unload-tramp and Ange-ftp
From: |
Michael Albinus |
Subject: |
Re: Tramp-unload-tramp and Ange-ftp |
Date: |
Thu, 15 Mar 2012 09:36:26 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) |
sindikat <address@hidden> writes:
> Hello!
Hi,
> When i do 'tramp-unload-tramp' and then try to connect to remote
> server using 'find-file /address@hidden' syntax, i get this lisp error:
Why do you want to unload Tramp? If you want to use ange-ftp with Tramp,
it is sufficient to say
(setq tramp-default-method "ftp")
Best regards, Michael.