From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.bugs Subject: bug#7289: Tramp changes ownership of remote file when saving Date: Fri, 29 Oct 2010 21:31:32 +0200 Message-ID: <87tyk4pzhn.fsf@gmx.de> References: <874oc6ze69.fsf@gmx.de> <871v79qlzc.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1288381916 16534 80.91.229.12 (29 Oct 2010 19:51:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 29 Oct 2010 19:51:56 +0000 (UTC) Cc: 7289-done@debbugs.gnu.org To: Jo Vermeulen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 29 21:51:54 2010 Return-path: Envelope-to: geb-bug-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 1PBuzS-0004EN-0e for geb-bug-gnu-emacs@m.gmane.org; Fri, 29 Oct 2010 21:51:54 +0200 Original-Received: from localhost ([127.0.0.1]:60175 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBuzM-0006Jq-Cn for geb-bug-gnu-emacs@m.gmane.org; Fri, 29 Oct 2010 15:51:48 -0400 Original-Received: from [140.186.70.92] (port=56559 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBuz9-0006Ee-4x for bug-gnu-emacs@gnu.org; Fri, 29 Oct 2010 15:51:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PBur3-0005n7-Go for bug-gnu-emacs@gnu.org; Fri, 29 Oct 2010 15:43:14 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:60956) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PBur3-0005my-Cy for bug-gnu-emacs@gnu.org; Fri, 29 Oct 2010 15:43:13 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1PBucM-00060E-IF for bug-gnu-emacs@gnu.org; Fri, 29 Oct 2010 15:28:02 -0400 Resent-From: Michael Albinus Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Fri, 29 Oct 2010 19:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 7289 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 7289@debbugs.gnu.org, michael.albinus@gmx.de Original-Received: via spool by 7289-done@debbugs.gnu.org id=D7289.128838044523066 (code D ref 7289); Fri, 29 Oct 2010 19:28:02 +0000 Original-Received: (at 7289-done) by debbugs.gnu.org; 29 Oct 2010 19:27:25 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PBubk-0005zz-MG for submit@debbugs.gnu.org; Fri, 29 Oct 2010 15:27:24 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23] helo=mail.gmx.net) by debbugs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1PBubj-0005zs-2c for 7289-done@debbugs.gnu.org; Fri, 29 Oct 2010 15:27:24 -0400 Original-Received: (qmail invoked by alias); 29 Oct 2010 19:31:33 -0000 Original-Received: from p4FC19238.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [79.193.146.56] by mail.gmx.net (mp061) with SMTP; 29 Oct 2010 21:31:33 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX18udvkcuPcuxjkjY2xvEc/0M4f5qnDsoajtq0pGCE l3+7euxbsc0LN5 In-Reply-To: (Jo Vermeulen's message of "Fri, 29 Oct 2010 15:28:14 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Fri, 29 Oct 2010 15:28:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:41244 Archived-At: Jo Vermeulen writes: > I changed it, and it seems to work now. However, I get this error (in > *Messages*): > > apply: Symbol's value as variable is void: local-copy I see. The lines (when (and (stringp local-copy) (or remote-copy (null tramp-temp-buffer-file-name))) (delete-file local-copy)) were added later as with Emacs 23.1, you can discard them. Thanks for testing, I'll commit the patch (and close the bug). > Cheers, > > -- Jo Best regards, Miochael.