From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.tramp,gmane.emacs.devel Subject: Re: Reverting *Locate* buffers. Date: Mon, 03 Jul 2006 17:37:23 +0200 Message-ID: References: <200606260327.k5Q3Rfpd013691@jane.dms.auburn.edu> <853bdsmkey.fsf@lola.goethe.zz> <200606280158.k5S1wJCu004606@jane.dms.auburn.edu> <17569.64920.191861.355581@localhost.localdomain> <200606290313.k5T3DwTj002620@jane.dms.auburn.edu> <873bdjwwzu.fsf@gmx.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1151941084 12344 80.91.229.2 (3 Jul 2006 15:38:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 Jul 2006 15:38:04 +0000 (UTC) Cc: pbreton@cs.umb.edu, tramp-devel@gnu.org, raman@users.sourceforge.net, teirllm@dms.auburn.edu, emacs-devel@gnu.org Original-X-From: tramp-devel-bounces+tramp=quimby.gnus.org@gnu.org Mon Jul 03 17:38:02 2006 Return-path: Envelope-to: tramp@deer.gmane.org Original-Received: from quimby.gnus.org ([80.91.224.244]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FxQUd-0003vN-1Z for tramp@deer.gmane.org; Mon, 03 Jul 2006 17:37:47 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FxQUc-0005Kx-00 for ; Mon, 03 Jul 2006 17:37:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxQUc-0000gd-9c for tramp@quimby.gnus.org; Mon, 03 Jul 2006 11:37:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FxQUX-0000fw-Js for tramp-devel@gnu.org; Mon, 03 Jul 2006 11:37:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FxQUV-0000fb-U4 for tramp-devel@gnu.org; Mon, 03 Jul 2006 11:37:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxQUV-0000fY-RS; Mon, 03 Jul 2006 11:37:39 -0400 Original-Received: from [194.113.59.95] (helo=mailrelay1.alcatel.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FxQhx-0006Rz-DZ; Mon, 03 Jul 2006 11:51:33 -0400 Original-Received: from slbhac.alcatel.de (slbhac.bln.sel.alcatel.de [149.204.63.216]) by mailrelay1.alcatel.de (8.12.11.20060308/8.12.11/ICT TSC MAIL 2005) with ESMTP id k63FbPUw010573; Mon, 3 Jul 2006 17:37:26 +0200 Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Mon, 03 Jul 2006 11:05:21 -0400") User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/20.7 (hpux) X-Scanned-By: MIMEDefang 2.49 on 149.204.45.72 X-BeenThere: tramp-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: tramp-devel.gnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: tramp-devel-bounces+tramp=quimby.gnus.org@gnu.org Errors-To: tramp-devel-bounces+tramp=quimby.gnus.org@gnu.org Xref: news.gmane.org gmane.emacs.tramp:5040 gmane.emacs.devel:56426 Archived-At: Richard Stallman writes: > The solution would be to set temporarily default-directory to "/" or > whatover local during loading of Tramp. But I have no idea how to say > it, > > Does > > (let ((default-directory "/")) > (require 'tramp)) > > do the job? Of course. But this would be given to the _consumers_ of Tramp, contradicting the concept of autoload. And sometimes they shouldn't even know that Tramp is required. Best regards, Michael.