From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leo Newsgroups: gmane.emacs.help Subject: Re: Turn Tramp off Date: Wed, 30 Mar 2011 08:10:33 +0800 Message-ID: References: <0C7740B0-F5F1-498C-A2B7-27A52189C442@gmail.com> <87y63x8vea.fsf@puma.rapttech.com.au> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1301443979 21093 80.91.229.12 (30 Mar 2011 00:12:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 30 Mar 2011 00:12:59 +0000 (UTC) Cc: Tim X , help-gnu-emacs@gnu.org To: Perry Smith Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 30 02:12:53 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q4j1m-00027Y-1a for geh-help-gnu-emacs@m.gmane.org; Wed, 30 Mar 2011 02:12:50 +0200 Original-Received: from localhost ([127.0.0.1]:45734 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4j1k-0004r3-09 for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Mar 2011 20:12:48 -0400 Original-Received: from [140.186.70.92] (port=36911 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4izk-0003Tu-6z for help-gnu-emacs@gnu.org; Tue, 29 Mar 2011 20:10:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4izi-0001fx-4n for help-gnu-emacs@gnu.org; Tue, 29 Mar 2011 20:10:43 -0400 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:42008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4izh-0001fc-Op for help-gnu-emacs@gnu.org; Tue, 29 Mar 2011 20:10:42 -0400 Original-Received: by iyf13 with SMTP id 13so886155iyf.0 for ; Tue, 29 Mar 2011 17:10:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=I5H5eQu1n0YyaxaTM8CongUh6wGYOkD4EaHtvwVzpOw=; b=Sc8f8ogWHIuCaZ8Xy+7t/G2/WTNDNuGXVixiaTi4jARL6PSkmLHl/QsdTG3Pje5+/G qaMOUroSOBkAcica5FNccCrG68ZsVhQ6MibKpReqpGVVO5IuTDAtTaeY307BNhM7gaDU JTf7kqOUTT/cFT9QtZMxMWKC5Ja87S6LINdhg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=X8XXDuRJQo4GF6VCRUclrtDcU8CvcTGybxO9U627rnWCo2wENvfUxlEf52b+ydM9Oj jn86vOl3NXJF0pQXrnofZnQhYhA7F1/yEkwJ8QYc0ZEOkTNw7tzVbfYU+10x8c/jpQGC jD/RG9S48L27aWWGNvAzObNaXhfcoOakb8RUg= Original-Received: by 10.42.108.137 with SMTP id h9mr241087icp.112.1301443840921; Tue, 29 Mar 2011 17:10:40 -0700 (PDT) Original-Received: from Victoria.local (th041109.ip.tsinghua.edu.cn [59.66.41.109]) by mx.google.com with ESMTPS id gy41sm3962134ibb.22.2011.03.29.17.10.37 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 29 Mar 2011 17:10:40 -0700 (PDT) In-Reply-To: (Perry Smith's message of "Tue, 29 Mar 2011 16:51:30 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3.50 (Mac OS X 10.6.7) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:80519 Archived-At: On 2011-03-30 05:51 +0800, Perry Smith wrote: > Yea, I'm sure you can. I have just not had the time to learn tramp > well enough. I was hot on a debugging path and just needed it out of > the way. Can you try removing the two tramp entries in file-name-handler-alist? Personally I think tramp should not be invoked automatically unless a user set it up to. Leo