From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Lars Hansen" Newsgroups: gmane.emacs.bugs Subject: Two Tramp issues Date: Fri, 2 Aug 2002 22:29:34 +0200 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <005701c23a63$513b2880$ce852fc3@x874761> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1028320116 31388 127.0.0.1 (2 Aug 2002 20:28:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 2 Aug 2002 20:28:36 +0000 (UTC) Cc: Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17aj2J-0008A9-00 for ; Fri, 02 Aug 2002 22:28:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17aj2s-000104-00; Fri, 02 Aug 2002 16:29:10 -0400 Original-Received: from richardson.uni2.net ([130.227.52.104]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17aj2W-0000y1-00 for ; Fri, 02 Aug 2002 16:28:48 -0400 Original-Received: from x874761 (p454-78.ppp.get2net.dk [195.47.133.206]) by richardson.uni2.net (8.11.6/8.11.6) with SMTP id g72KSih02994; Fri, 2 Aug 2002 22:28:45 +0200 Original-To: =?iso-8859-1?Q?Kai_Gro=DFjohann?= X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3093 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3093 Hi 1. Bug: It seems that current buffer is changed to be the Tramp buffer when Tramp handles `make-directory'. 2. Question: Is it correct that previosly a function such as eg. `make-directory' was not caught by the "file name magic" when `make-directory' was called with a relative file name and default-directory was a Tramp file name -- but that this is now corrected ? It so, is this change documented ? I use Emacs 20 and 21 and `tramp-version' is "$Id: tramp.el,v 2.95 2002/04/10 17:16:25 kaig Exp $" Lars