From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Guy Gascoigne - Piggford Newsgroups: gmane.emacs.devel Subject: Re: Disabling Tramp Date: Wed, 09 Mar 2005 10:41:32 -0800 Message-ID: <422F435C.2080602@wyrdrune.com> References: <422E4F9B.3020704@wyrdrune.com> <87sm3572yy.fsf@gmx.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1110394011 8958 80.91.229.2 (9 Mar 2005 18:46:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 9 Mar 2005 18:46:51 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 09 19:46:50 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D96A4-00049F-QC for ged-emacs-devel@m.gmane.org; Wed, 09 Mar 2005 19:44:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D96NK-0008AL-TJ for ged-emacs-devel@m.gmane.org; Wed, 09 Mar 2005 13:57:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D96Mr-000802-HL for emacs-devel@gnu.org; Wed, 09 Mar 2005 13:57:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D96Mg-0007td-8S for emacs-devel@gnu.org; Wed, 09 Mar 2005 13:57:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D96Mf-0007tC-Ha for emacs-devel@gnu.org; Wed, 09 Mar 2005 13:57:01 -0500 Original-Received: from [63.161.60.61] (helo=mail45-res-R.bigfish.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D967n-0000yI-I7 for emacs-devel@gnu.org; Wed, 09 Mar 2005 13:41:39 -0500 Original-Received: from mail45-res.bigfish.com (localhost.localdomain [127.0.0.1]) by mail45-res-R.bigfish.com (Postfix) with ESMTP id 8B3874D50E1 for ; Wed, 9 Mar 2005 18:41:38 +0000 (UCT) X-BigFish: VC Original-Received: by mail45-res.bigfish.com (MessageSwitch) id 1110393698514379_6482; Wed, 9 Mar 2005 18:41:38 +0000 (UCT) Original-Received: from [192.168.192.5] (unknown [12.33.18.27]) by mail45-res.bigfish.com (Postfix) with ESMTP id 48C6B4D5002 for ; Wed, 9 Mar 2005 18:41:38 +0000 (UCT) Original-Received: from seabass.tripwire.com (unverified [10.1.1.24]) by newserver01 (Content Technologies SMTPRS 4.3.17) with ESMTP id for ; Wed, 9 Mar 2005 10:41:34 -0800 Original-Received: from [10.150.1.20] ([10.150.1.20]) by seabass.tripwire.com with Microsoft SMTPSVC(5.0.2195.6713); Wed, 9 Mar 2005 10:41:31 -0800 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en Original-To: Michael Albinus In-Reply-To: <87sm3572yy.fsf@gmx.de> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime X-OriginalArrivalTime: 09 Mar 2005 18:41:31.0758 (UTC) FILETIME=[9CD328E0:01C524D7] 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:34384 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34384 Thank you, that setting did exactly what I wanted. Guy Michael Albinus wrote: >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. > > >_______________________________________________ >Emacs-devel mailing list >Emacs-devel@gnu.org >http://lists.gnu.org/mailman/listinfo/emacs-devel > > > > >