From unknown Mon Aug 18 14:26:31 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#3771 <3771@debbugs.gnu.org> To: bug#3771 <3771@debbugs.gnu.org> Subject: Status: 23.0.95; Tramp file error Reply-To: bug#3771 <3771@debbugs.gnu.org> Date: Mon, 18 Aug 2025 21:26:31 +0000 retitle 3771 23.0.95; Tramp file error reassign 3771 emacs submitter 3771 eythanweg@gmail.com (Eythan Weg) severity 3771 normal thanks From eythanweg@gmail.com Mon Jul 6 16:26:20 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 6 Jul 2009 23:26:21 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n66NQFW0010593 for ; Mon, 6 Jul 2009 16:26:17 -0700 Received: from mail.gnu.org ([199.232.76.166]:50548 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1MNxZf-0003dQ-8z for emacs-pretest-bug@gnu.org; Mon, 06 Jul 2009 19:26:15 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1MNxZc-0000ji-BY for emacs-pretest-bug@gnu.org; Mon, 06 Jul 2009 19:26:14 -0400 Received: from rv-out-0708.google.com ([209.85.198.245]:46814) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MNxZb-0000jS-V6 for emacs-pretest-bug@gnu.org; Mon, 06 Jul 2009 19:26:12 -0400 Received: by rv-out-0708.google.com with SMTP id f25so156981rvb.6 for ; Mon, 06 Jul 2009 16:26:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:user-agent:mime-version:content-type; bh=BmNvkRQWYx0hTlNH/ZVS6JjnqhEtRxENptGV//0TXyY=; b=mGnDl48nJkLIMYNfFr7oaoV++HYWO0O5UPspG7WgvbrGoXEaSp31v2mHE5dsnYDnOJ iUnLi3io0rVF0HlJVDhti6sY2NqKmoWq7DYEoGcWeFw1P7JGNv5hJH0xQPoRxxp0Cka0 VjdfoSAEuwnv3qQFTnF3ZGzFglFdlUs93FpTA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:user-agent:mime-version :content-type; b=e4SA7HN3KDJ5ToVkA/VCOsJIfnQ33uGKX6lFPDZusxjuXpeV8XspCMPtO3ZdLWVLpc Wk8RB4hVnQyEfOBjF+sOOFNf5pXvFkszK5jjOyCQUBP+ggnJIuiyX+ak6WPak9iTYmrM zzQEWaeU88sIx+h4+JPk1vBrsAHwlmNofrLhI= Received: by 10.140.134.15 with SMTP id h15mr2113526rvd.152.1246922770382; Mon, 06 Jul 2009 16:26:10 -0700 (PDT) Received: from gauss.web (c-98-223-90-29.hsd1.in.comcast.net [98.223.90.29]) by mx.google.com with ESMTPS id g22sm1696024rvb.5.2009.07.06.16.26.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 06 Jul 2009 16:26:09 -0700 (PDT) From: eythanweg@gmail.com (Eythan Weg) To: emacs-pretest-bug@gnu.org Subject: 23.0.95; Tramp file error Date: Mon, 06 Jul 2009 19:26:06 -0400 Message-ID: <87bpnx5r75.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.95 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: Start emacs -Q. On being user weg I use tramp to access on localhost the file -rw-r--r-- 1 laura laura 6 2009-07-05 09:31 test3.txt in /tmp. edit and save. *Messages* has these lines: Saving file /scp:laura@localhost:/tmp/test3.txt... Wrote /scp:laura@localhost:/tmp/test3.txt File error: Error while changing file's mode /scp:laura@localhost:/tmp/test3.txt The file is updated under my ownership. -rw-r--r-- 1 weg weg 27 2009-07-05 09:32 test3.txt The backup file renamed properly: -rw-r--r-- 1 laura laura 6 2009-07-05 09:31 test3.txt~ When tramp access a remote system in an analogous situation there is no problem. I have a copy of the tramp debug buffer saved if needed. If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file /usr/local/share/emacs/23.0.95/etc/DEBUG for instructions. In GNU Emacs 23.0.95.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.16.1) of 2009-06-19 on gauss Windowing system distributor `The X.Org Foundation', version 11.0.10601901 Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: shell-dirtrack-mode: t tooltip-mode: t tool-bar-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-x C-f / / l a u r a / @ l o c a l h o s t : C-g M-: C-x C-f M-p / l l a u r a @ l o c a l h o s t : / t m p / t e s t 2 . t x t C-x C-f t e s t 3 . t x t T h i s SPC i s SPC a SPC t r u e SPC s t o r y C-x C-s C-x b m e s a C-x C-f m e s s a C-g C-g C-x b * M e TAB M-x r e p o r s t r t - r e m TAB Recent messages: Tramp: Sending command `ssh localhost -l laura -q -e none && exit || exit' Tramp: Waiting for prompts from remote shell Tramp: Found remote shell prompt on `localhost' Note: file is write protected Saving file /scp:laura@localhost:/tmp/test3.txt... Wrote /scp:laura@localhost:/tmp/test3.txt File error: Error while changing file's mode /scp:laura@localhost:/tmp/test3.txt call-interactively: Beginning of buffer Quit [2 times] read-number: Command attempted to use minibuffer while in minibuffer From Michael.Albinus@alcatel-lucent.de Mon Jul 6 23:03:22 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 7 Jul 2009 06:03:23 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.0 required=4.0 tests=AWL,GMAIL,HAS_BUG_NUMBER autolearn=unavailable version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n6763IXB011403 for ; Mon, 6 Jul 2009 23:03:19 -0700 Received: from mail.gnu.org ([199.232.76.166]:57587 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1MO3lu-00055M-4p for emacs-pretest-bug@gnu.org; Tue, 07 Jul 2009 02:03:18 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1MO3lq-0005lu-MV for emacs-pretest-bug@gnu.org; Tue, 07 Jul 2009 02:03:16 -0400 Received: from mailrelay1.alcatel.de ([194.113.59.95]:42212) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MO3lq-0005ki-7K for emacs-pretest-bug@gnu.org; Tue, 07 Jul 2009 02:03:14 -0400 Received: from destgsu0048.stgl.sel.alcatel.de (destgsu0048.de.alcatel-lucent.com [149.204.242.4]) by mailrelay1.alcatel.de (8.13.8/8.13.8/ICT) with ESMTP id n6762vBc005249; Tue, 7 Jul 2009 08:02:57 +0200 Received: from slbhn1.alcatel.de (slbhn1.de.alcatel-lucent.com [149.204.90.35]) by destgsu0048.stgl.sel.alcatel.de (8.12.3/8.12.3) with ESMTP id n6762uY4020173; Tue, 7 Jul 2009 08:02:56 +0200 (MEST) From: Michael Albinus To: Eythan Weg Cc: 3771@debbugs.gnu.org, emacs-pretest-bug@gnu.org Subject: Re: bug#3771: 23.0.95; Tramp file error References: Date: Tue, 07 Jul 2009 08:02:55 +0200 In-Reply-To: (Eythan Weg's message of "Mon, 06 Jul 2009 19:26:06 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Alcanet-virus-scanned: n6762uY4020173 at destgsu0048.stgl.sel.alcatel.de X-Scanned-By: MIMEDefang 2.57 on 149.204.45.72 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 2) eythanweg@gmail.com (Eythan Weg) writes: > Start emacs -Q. On being user weg I use tramp to access on > localhost the file > -rw-r--r-- 1 laura laura 6 2009-07-05 09:31 test3.txt > in /tmp. > > > edit and save. *Messages* has these lines: > > Saving file /scp:laura@localhost:/tmp/test3.txt... > Wrote /scp:laura@localhost:/tmp/test3.txt > File error: Error while changing file's mode /scp:laura@localhost:/tmp/test3.txt > > The file is updated under my ownership. > > -rw-r--r-- 1 weg weg 27 2009-07-05 09:32 test3.txt > > The backup file renamed properly: > -rw-r--r-- 1 laura laura 6 2009-07-05 09:31 test3.txt~ > > When tramp access a remote system in an analogous situation there > is no problem. I have a copy of the tramp debug buffer saved if needed. [...] > In GNU Emacs 23.0.95.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.16.1) > of 2009-06-19 on gauss Last days I have fixed some few bugs in `tramp-do-copy-or-rename-file-directly', which does the work in your case. Could you, please, check with a fresh built, whether the problem still happens? Best regards, Michael. From eythanweg@gmail.com Tue Jul 7 11:23:24 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 7 Jul 2009 18:23:24 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-0.9 required=4.0 tests=AWL,GMAIL,HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n67INI8J023149 for ; Tue, 7 Jul 2009 11:23:19 -0700 Received: from mx10.gnu.org ([199.232.76.166]:34175) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1MOFK1-0000hf-Du for emacs-pretest-bug@gnu.org; Tue, 07 Jul 2009 14:23:17 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1MOFK0-0003Ng-TJ for emacs-pretest-bug@gnu.org; Tue, 07 Jul 2009 14:23:17 -0400 Received: from mail-ew0-f208.google.com ([209.85.219.208]:40474) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MOFJz-0003NI-TW for emacs-pretest-bug@gnu.org; Tue, 07 Jul 2009 14:23:16 -0400 Received: by ewy4 with SMTP id 4so5911672ewy.42 for ; Tue, 07 Jul 2009 11:23:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=X+KvfuUnq8J18trUDcio4H+SKdmaJM0HhSG6gnd0mLE=; b=WTTxkEyj0qU0T/HhCYsojajQRHoSUP5Nfy2ulLqWkp9C2lD7N4LZ3vo9tpwdcooHH3 3mDHs9BGMXSv+tT/lihT5Btk//jnU5DtZA5yhYDcZ9ZVRUVy/NxPjTZNhyJdgxwqUX2k ucUsltsZmsaR404+2DxCMDs4hBhzttaxTRcX0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=YykxO7NKW7e9CxSUTYEkABrNFFEcwvwKapqw5DkVUvm5fsdZS0iXzyIuQAyeehv6jE KuB2wQqG5kkucr3/uZmYHOK8umYqTCgMAv/2ybOaI1viiw/LJnM6EsjzeRbtcr/RdJiV OgTpw1TYaBOTcJYw32bTgofwNlXiX3FjXwd9o= Received: by 10.210.42.13 with SMTP id p13mr3853760ebp.39.1246990994955; Tue, 07 Jul 2009 11:23:14 -0700 (PDT) Received: from gauss.web (c-98-223-90-29.hsd1.in.comcast.net [98.223.90.29]) by mx.google.com with ESMTPS id 28sm4380004eyg.32.2009.07.07.11.23.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 07 Jul 2009 11:23:14 -0700 (PDT) From: eythanweg@gmail.com (Eythan Weg) To: Michael Albinus Cc: Eythan Weg , 3771@debbugs.gnu.org, emacs-pretest-bug@gnu.org Subject: Re: bug#3771: 23.0.95; Tramp file error References: Date: Tue, 07 Jul 2009 14:23:10 -0400 In-Reply-To: (Michael Albinus's message of "Tue, 07 Jul 2009 08:02:55 +0200") Message-ID: <878wj0wdwx.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Michael Albinus Tue, 07 Jul 2009 08:02:55 +0200 eythanweg@gmail.com (Eythan Weg) writes: > Start emacs -Q. On being user weg I use tramp to access on > localhost the file > -rw-r--r-- 1 laura laura 6 2009-07-05 09:31 test3.txt > in /tmp. > > > edit and save. *Messages* has these lines: > > Saving file /scp:laura@localhost:/tmp/test3.txt... > Wrote /scp:laura@localhost:/tmp/test3.txt > File error: Error while changing file's mode /scp:laura@localhost:/tmp/test3.txt > > The file is updated under my ownership. > > -rw-r--r-- 1 weg weg 27 2009-07-05 09:32 test3.txt > > The backup file renamed properly: > -rw-r--r-- 1 laura laura 6 2009-07-05 09:31 test3.txt~ > > When tramp access a remote system in an analogous situation there > is no problem. I have a copy of the tramp debug buffer saved if needed. [...] > In GNU Emacs 23.0.95.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.16.1) > of 2009-06-19 on gauss Last days I have fixed some few bugs in `tramp-do-copy-or-rename-file-directly', which does the work in your case. Could you, please, check with a fresh built, whether the problem still happens? Best regards, Michael. I compiled the current version of 23.0.95. Tramps behaves the same way as originally reported. Then I tried editing another file in a different directory with permission 664 owned by the same user (not me). But it does not open. The following is a copy of *Messages* that includes references to the two episodes: Tramp: Opening connection for laura@localhost using scp... Tramp: Waiting 60s for local shell to come up... Tramp: Sending command `ssh localhost -l laura -q -e none && exit || exit' Tramp: Waiting for prompts from remote shell Tramp: Found remote shell prompt on `localhost' Saving file /scp:laura@localhost:/tmp/test4.txt... Wrote /scp:laura@localhost:/tmp/test4.txt File error: Error while changing file's mode /scp:laura@localhost:/tmp/test4.txt Quit [6 times] Mark set GNU Emacs 23.0.95.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.16.1) of 2009-07-07 on gauss Quit [6 times] File error: Copying directly failed, see buffer `*tramp/scp laura@localhost*' for details. find-file-noselect-1: Wrong type argument: arrayp, nil The buffer *tramp/scp laura@localhost* is empty. If you need the a copy the debug buffer (level 8) please let me know. Thank you. Eythan From michael.albinus@gmx.de Wed Jul 8 06:19:35 2009 Received: (at 3771) by emacsbugs.donarmstrong.com; 8 Jul 2009 13:19:35 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-4.0 required=4.0 tests=AWL,GMAIL,HAS_BUG_NUMBER, MURPHY_DRUGS_REL8 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with SMTP id n68DJTVU022038 for <3771@emacsbugs.donarmstrong.com>; Wed, 8 Jul 2009 06:19:31 -0700 Received: (qmail invoked by alias); 08 Jul 2009 13:19:24 -0000 Received: from p57A21C9D.dip0.t-ipconnect.de (EHLO arthur.local) [87.162.28.157] by mail.gmx.net (mp018) with SMTP; 08 Jul 2009 15:19:24 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX190k6g/a59078Y8B8jFLPAUMhoew8IYtYfNTVeBzN OJuBk1shrzDn5i From: Michael Albinus To: eythanweg@gmail.com (Eythan Weg) Cc: 3771@debbugs.gnu.org Subject: Re: bug#3771: 23.0.95; Tramp file error References: <878wj0wdwx.fsf@gmail.com> Date: Wed, 08 Jul 2009 15:19:23 +0200 In-Reply-To: <878wj0wdwx.fsf@gmail.com> (Eythan Weg's message of "Tue, 07 Jul 2009 14:23:10 -0400") Message-ID: <87d48bnwh0.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Y-GMX-Trusted: 0 X-FuHaFi: 0.68 eythanweg@gmail.com (Eythan Weg) writes: > I compiled the current version of 23.0.95. > > Tramps behaves the same way as originally > reported. Then I tried editing another file in a > different directory with permission 664 owned by > the same user (not me). But it does not open. > The following is a copy of *Messages* that > includes references to the two episodes: I've committed a patch. Could you, please, check whether it works for you now? > Thank you. > > Eythan Best regards, Michael. From eythanweg@gmail.com Wed Jul 8 07:24:52 2009 Received: (at 3771) by emacsbugs.donarmstrong.com; 8 Jul 2009 14:24:52 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-1.5 required=4.0 tests=AWL,GMAIL,HAS_BUG_NUMBER, MURPHY_DRUGS_REL8 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-ew0-f220.google.com (mail-ew0-f220.google.com [209.85.219.220]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n68EOkiT000882 for <3771@emacsbugs.donarmstrong.com>; Wed, 8 Jul 2009 07:24:47 -0700 Received: by ewy20 with SMTP id 20so4316496ewy.1 for <3771@emacsbugs.donarmstrong.com>; Wed, 08 Jul 2009 07:24:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=Yll0SC5+qq65QLxri9svkLW6TIYGY2curgQ4ONw15wk=; b=QOWeP8jx1fsV89znzuxGuE050NMvGLckvsTA/Fo+3IiPgAmZcv7SLNmT0YZYXbyFGo 1oudbTeoDCLJp+8/huj0PQJX9+srWMx+TmzWaxkRxHZNeQE4eWB8dAB3zRe96IUuxI7r l+lWiqvh9oUegqwbpVDwYDqQSyLaf1JeUNIz8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=j3moWpAdEnWrhHLN2S8QLuzrUoRof8FIYoaM+cGdQT3QEceTOoMdns1He6fTdeXDrE oKOYBSEXKRqUnRxUY++MB/ByG3tWGY7Hu6Fa9gEKSOIfdmt7VfXHSHacFLFCiKazrqff oYqcjoIWW/vfxMd3WzkqvRakq9yt2MW8yzLKU= Received: by 10.210.125.13 with SMTP id x13mr945951ebc.2.1247063080714; Wed, 08 Jul 2009 07:24:40 -0700 (PDT) Received: from gauss.web (c-98-223-90-29.hsd1.in.comcast.net [98.223.90.29]) by mx.google.com with ESMTPS id 10sm2021306eyd.58.2009.07.08.07.24.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 08 Jul 2009 07:24:40 -0700 (PDT) From: eythanweg@gmail.com (Eythan Weg) To: Michael Albinus Cc: eythanweg@gmail.com (Eythan Weg), 3771@debbugs.gnu.org Subject: Re: bug#3771: 23.0.95; Tramp file error References: <878wj0wdwx.fsf@gmail.com> <87d48bnwh0.fsf@gmx.de> Date: Wed, 08 Jul 2009 10:24:36 -0400 In-Reply-To: <87d48bnwh0.fsf@gmx.de> (Michael Albinus's message of "Wed, 08 Jul 2009 15:19:23 +0200") Message-ID: <87ocrvuuaj.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Michael Albinus Wed, 08 Jul 2009 15:19:23 +0200 eythanweg@gmail.com (Eythan Weg) writes: > I compiled the current version of 23.0.95. > > Tramps behaves the same way as originally > reported. Then I tried editing another file in a > different directory with permission 664 owned by > the same user (not me). But it does not open. > The following is a copy of *Messages* that > includes references to the two episodes: I've committed a patch. Could you, please, check whether it works for you now? > Thank you. > > Eythan Best regards, Michael. Wonderful! Thank you. Eythan From michael.albinus@gmx.de Wed Jul 8 08:10:35 2009 Received: (at 3771-done) by emacsbugs.donarmstrong.com; 8 Jul 2009 15:10:36 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.9 required=4.0 tests=AWL,GMAIL,HAS_BUG_NUMBER, MURPHY_DRUGS_REL8 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with SMTP id n68FAT6b009304 for <3771-done@emacsbugs.donarmstrong.com>; Wed, 8 Jul 2009 08:10:31 -0700 Received: (qmail invoked by alias); 08 Jul 2009 15:10:23 -0000 Received: from p57A21C9D.dip0.t-ipconnect.de (EHLO arthur.local) [87.162.28.157] by mail.gmx.net (mp040) with SMTP; 08 Jul 2009 17:10:23 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX18Y7jZUijcYNgcoOSGVb1MoCBcB2ilzKU5kXyFyyG ny40o1L9zJ/jYt From: Michael Albinus To: eythanweg@gmail.com (Eythan Weg) Cc: 3771-done@debbugs.gnu.org Subject: Re: bug#3771: 23.0.95; Tramp file error References: <878wj0wdwx.fsf@gmail.com> <87d48bnwh0.fsf@gmx.de> <87ocrvuuaj.fsf@gmail.com> Date: Wed, 08 Jul 2009 17:10:22 +0200 In-Reply-To: <87ocrvuuaj.fsf@gmail.com> (Eythan Weg's message of "Wed, 08 Jul 2009 10:24:36 -0400") Message-ID: <878wiznrc1.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Y-GMX-Trusted: 0 X-FuHaFi: 0.75 eythanweg@gmail.com (Eythan Weg) writes: > I've committed a patch. Could you, please, check whether it works for > you now? > > Best regards, Michael. > > Wonderful! Thank you. Eythan Bug is closed. Best regards, Michael. From unknown Mon Aug 18 14:26:31 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Thu, 06 Aug 2009 14:24:11 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A log time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator