From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Reverting *Locate* buffers. Date: Mon, 03 Jul 2006 11:05:21 -0400 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> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1151939180 5258 80.91.229.2 (3 Jul 2006 15:06:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 Jul 2006 15:06:20 +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: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 03 17:06:16 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FxPzU-0005fU-I6 for ged-emacs-devel@m.gmane.org; Mon, 03 Jul 2006 17:05:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxPzT-0005VQ-Ut for ged-emacs-devel@m.gmane.org; Mon, 03 Jul 2006 11:05:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FxPzI-0005VJ-PP for emacs-devel@gnu.org; Mon, 03 Jul 2006 11:05:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FxPzI-0005V3-Eh for emacs-devel@gnu.org; Mon, 03 Jul 2006 11:05:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxPzG-0005Um-Qs; Mon, 03 Jul 2006 11:05:22 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FxQCk-0003NE-1e; Mon, 03 Jul 2006 11:19:18 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FxPzF-00005K-Oq; Mon, 03 Jul 2006 11:05:21 -0400 Original-To: Michael Albinus In-reply-to: <873bdjwwzu.fsf@gmx.de> (message from Michael Albinus on Sun, 02 Jul 2006 22:52:05 +0200) 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 Xref: news.gmane.org gmane.emacs.devel:56421 Archived-At: 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?