From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.devel Subject: Re: Disabling Tramp Date: Wed, 09 Mar 2005 17:41:50 -0700 Message-ID: References: <422E4F9B.3020704@wyrdrune.com> <87sm3572yy.fsf@gmx.de> <87fyz5osds.fsf@emptydomain.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 1110416817 31299 80.91.229.2 (10 Mar 2005 01:06:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 Mar 2005 01:06:57 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 10 02:06:56 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D9C8Y-00066y-9W for ged-emacs-devel@m.gmane.org; Thu, 10 Mar 2005 02:06:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D9CNK-0002cW-FU for ged-emacs-devel@m.gmane.org; Wed, 09 Mar 2005 20:22:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D9CMW-0001vi-Lb for emacs-devel@gnu.org; Wed, 09 Mar 2005 20:21:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D9CMR-0001sW-7J for emacs-devel@gnu.org; Wed, 09 Mar 2005 20:21:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D9CMR-0001oX-0y for emacs-devel@gnu.org; Wed, 09 Mar 2005 20:21:11 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D9Bkr-0001U8-SO for emacs-devel@gnu.org; Wed, 09 Mar 2005 19:42:22 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1D9BkR-0003NE-Oh for emacs-devel@gnu.org; Thu, 10 Mar 2005 01:41:55 +0100 Original-Received: from 207.167.42.60 ([207.167.42.60]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Mar 2005 01:41:55 +0100 Original-Received: from ihs_4664 by 207.167.42.60 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Mar 2005 01:41:55 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 12 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 207.167.42.60 User-Agent: Mozilla Thunderbird 0.9 (X11/20041105) X-Accept-Language: en-us, en In-Reply-To: <87fyz5osds.fsf@emptydomain.de> 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:34391 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34391 Kai Gro?johann wrote: > One can remove the Tramp entries from file-name-handler-alist and > re-add the Ange-FTP entries there. But it's also possible to just > type "/ftp:user@host:/some/file" as the filename, or to set > tramp-default-method, as Michael mentioned. It's generally agreed that the user should be able to enable and disable features at will. Should Tramp be a global minor mode a la auto-compression-mode and auto-image-file-mode? -- Kevin Rodgers