From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: Turn Tramp off Date: Sun, 03 Apr 2011 15:34:24 +0200 Message-ID: <87oc4nh31b.fsf@gmx.de> References: <48593140-7EE2-4F4E-9524-12F620300D4D@gmail.com> <8762qwhjye.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1301837841 25351 80.91.229.12 (3 Apr 2011 13:37:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 3 Apr 2011 13:37:21 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, Stefan Monnier To: Perry Smith Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 03 15:37:17 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 1Q6NSe-0000Rx-5N for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Apr 2011 15:37:16 +0200 Original-Received: from localhost ([127.0.0.1]:38520 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6NSM-0003Yk-Cz for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Apr 2011 09:35:06 -0400 Original-Received: from [140.186.70.92] (port=41510 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6NS1-0003Va-T0 for help-gnu-emacs@gnu.org; Sun, 03 Apr 2011 09:34:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q6NRr-0007Ry-4T for help-gnu-emacs@gnu.org; Sun, 03 Apr 2011 09:34:40 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:43382) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Q6NRq-0007QZ-O2 for help-gnu-emacs@gnu.org; Sun, 03 Apr 2011 09:34:35 -0400 Original-Received: (qmail invoked by alias); 03 Apr 2011 13:34:27 -0000 Original-Received: from p57BB97CF.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.151.207] by mail.gmx.net (mp013) with SMTP; 03 Apr 2011 15:34:27 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1/Uctd93kTURo4i+yqhco6RkhoPk7jhSojUZWZbBd OpHopH/Rudjifu In-Reply-To: (Perry Smith's message of "Sat, 2 Apr 2011 20:16:13 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.23 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:80583 Archived-At: Perry Smith writes: > How do I track down why its getting loaded? I've grep'ed all my files > in .emacs.d and its not there. It must be some other package I'm > using which is loading it. Eval after Emacs' startup (setq debug-on-quit t) When Tramp asks you for the password, enter "^G". This should produce a backtrace, which might tell us the reason why Tramp is invoked. > Thank you for your help, > Perry Best regards, Michael.