From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Perry Smith Newsgroups: gmane.emacs.help Subject: Re: Turn Tramp off Date: Sun, 3 Apr 2011 07:47:55 -0500 Message-ID: References: <48593140-7EE2-4F4E-9524-12F620300D4D@gmail.com> <8762qwhjye.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1301834918 12201 80.91.229.12 (3 Apr 2011 12:48:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 3 Apr 2011 12:48:38 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 03 14:48:34 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 1Q6MjJ-0000he-34 for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Apr 2011 14:48:33 +0200 Original-Received: from localhost ([127.0.0.1]:47148 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6MjE-0001hu-K8 for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Apr 2011 08:48:28 -0400 Original-Received: from [140.186.70.92] (port=55978 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6Miq-0001hi-0Q for help-gnu-emacs@gnu.org; Sun, 03 Apr 2011 08:48:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q6Mil-00048s-5X for help-gnu-emacs@gnu.org; Sun, 03 Apr 2011 08:48:03 -0400 Original-Received: from mail-yx0-f169.google.com ([209.85.213.169]:34900) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q6Mik-00048b-W6 for help-gnu-emacs@gnu.org; Sun, 03 Apr 2011 08:47:59 -0400 Original-Received: by yxt33 with SMTP id 33so2348253yxt.0 for ; Sun, 03 Apr 2011 05:47:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id:references:to :x-mailer; bh=pK34Ap81eLtWLo13vjZBv8PTbVxF17HRLzBc++x5D5Q=; b=PiodGIY+HLoksqnjaOdEjFRZCP7YARGB5BCx5RP9NH3wtVQqiu/8TkPxZuCd9D6B2q r51G2na/JUkxcZtar/BASpgZPuuhg84a8KwfFXvmbKLVClg0YlCajvVm1glGQZIYElMv lPMHT2fpmZ7q/a7juGwFodT0sU8O5FtRxveQc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=F03LA4u/9wxnFQtwHPofhzUp7hXAXR/wf93C3yCpo0PkQp/1pDDEOwIbiF7EhDverY Cnwjd8wu7zS80S91e/BCPHkcvcF0OtHacG4tXjjPPiuIc3fiYnK0l/T23XU/dzFstHEb jEbKRWT/21RZS0nZGv6Q0o+D3UO6uhAq+UKL8= Original-Received: by 10.236.184.233 with SMTP id s69mr5941044yhm.253.1301834878305; Sun, 03 Apr 2011 05:47:58 -0700 (PDT) Original-Received: from [10.0.0.4] ([64.128.19.234]) by mx.google.com with ESMTPS id h28sm1864586yhm.97.2011.04.03.05.47.56 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 03 Apr 2011 05:47:57 -0700 (PDT) In-Reply-To: X-Mailer: Apple Mail (2.1084) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.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:80582 Archived-At: On Apr 3, 2011, at 3:25 AM, Peter Dyballa wrote: >=20 > Am 03.04.2011 um 03:16 schrieb Perry Smith: >=20 >> How do I track down why its getting loaded? >=20 >=20 > Maybe by using this little piece of code: >=20 > (defadvice load (before debug-log activate) > (message "(Tipp von Kai G) Loading now: %s" (ad-get-arg 0))) Very cool. I've heard but never played with advice. This will give me = a chance to learn lots of stuff. Of course, that reminds me of the plague in my counselor's office: "Take my advice, I'm not using it" Thanks again, pedz