From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: Disabling Tramp Date: Wed, 09 Mar 2005 07:22:45 +0100 Message-ID: <87sm3572yy.fsf@gmx.de> References: <422E4F9B.3020704@wyrdrune.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1110350013 5548 80.91.229.2 (9 Mar 2005 06:33:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 9 Mar 2005 06:33:33 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 09 07:33:33 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D8ul3-0000En-Bo for ged-emacs-devel@m.gmane.org; Wed, 09 Mar 2005 07:33:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D8uzf-0002Gr-NY for ged-emacs-devel@m.gmane.org; Wed, 09 Mar 2005 01:48:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D8uym-0001uk-7c for emacs-devel@gnu.org; Wed, 09 Mar 2005 01:47:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D8uyd-0001q2-F5 for emacs-devel@gnu.org; Wed, 09 Mar 2005 01:47:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D8uyd-0001os-3d for emacs-devel@gnu.org; Wed, 09 Mar 2005 01:47:27 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1D8uan-0001fu-4u for emacs-devel@gnu.org; Wed, 09 Mar 2005 01:22:49 -0500 Original-Received: (qmail invoked by alias); 09 Mar 2005 06:22:47 -0000 Original-Received: from pD9E71C2C.dip0.t-ipconnect.de (EHLO localhost.local) (217.231.28.44) by mail.gmx.net (mp014) with SMTP; 09 Mar 2005 07:22:47 +0100 X-Authenticated: #3708877 Original-To: Guy Gascoigne - Piggford In-Reply-To: <422E4F9B.3020704@wyrdrune.com> (Guy Gascoigne's message of "Tue, 08 Mar 2005 17:21:31 -0800") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: news.gmane.org gmane.emacs.devel:34354 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34354 Guy Gascoigne - Piggford writes: > Using a build of cvs emacs, is there a simple way to disable tramp? I > just want to use ange-ftp. Unloading Tramp wouldn't be sufficient because of the associated autoloads. Instead of, you might declare this: (setq tramp-default-method "ftp") Tramp will pass all file operations to ange-ftp then. > Thanks - Guy Best regards, Michael.