From unknown Sat Jun 21 02:54:19 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#56574 <56574@debbugs.gnu.org> To: bug#56574 <56574@debbugs.gnu.org> Subject: Status: 29.0.50; archive-copy-file does not write file under tramp Reply-To: bug#56574 <56574@debbugs.gnu.org> Date: Sat, 21 Jun 2025 09:54:19 +0000 retitle 56574 29.0.50; archive-copy-file does not write file under tramp reassign 56574 emacs submitter 56574 pva-outdoor@yandex.ru severity 56574 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 15 08:36:02 2022 Received: (at submit) by debbugs.gnu.org; 15 Jul 2022 12:36:02 +0000 Received: from localhost ([127.0.0.1]:39783 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCKY5-00082Z-Vq for submit@debbugs.gnu.org; Fri, 15 Jul 2022 08:36:02 -0400 Received: from lists.gnu.org ([209.51.188.17]:33082) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCKY2-00082L-Ik for submit@debbugs.gnu.org; Fri, 15 Jul 2022 08:36:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:32890) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oCKXz-0005Gu-Pa for bug-gnu-emacs@gnu.org; Fri, 15 Jul 2022 08:35:56 -0400 Received: from forward105o.mail.yandex.net ([2a02:6b8:0:1a2d::608]:33338) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oCKXu-00030U-PM for bug-gnu-emacs@gnu.org; Fri, 15 Jul 2022 08:35:55 -0400 Received: from sas2-ffeb92823cb1.qloud-c.yandex.net (sas2-ffeb92823cb1.qloud-c.yandex.net [IPv6:2a02:6b8:c08:6803:0:640:ffeb:9282]) by forward105o.mail.yandex.net (Yandex) with ESMTP id 69FAB4C5E28 for ; Fri, 15 Jul 2022 15:35:32 +0300 (MSK) Received: by sas2-ffeb92823cb1.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id 18CX8p2jjI-ZViG0I8h; Fri, 15 Jul 2022 15:35:31 +0300 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client certificate not present) X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1657888531; bh=PYMDGvptV4oGfZS1KXKDMQwTcGyWLIGSYReSWU9GzA4=; h=Message-ID:Date:Subject:To:From; b=U7xftA6Jp0DwqHbXM4QKcn4AB00jSxInJym7IpsPA8MBMFLkku3w/U42/qqbvspGV N7TF0iShsSVb+yrXcK1u4IXmz5cxnr4mtlJ2TPwL0DRnKf9zoN64rkpStXO6oVJWh0 o93Qt3iXDxjqxPuVzzwjKZx6JJlin/c6QH1MOMCM= Authentication-Results: sas2-ffeb92823cb1.qloud-c.yandex.net; dkim=pass header.i=@yandex.ru From: pva-outdoor@yandex.ru To: bug-gnu-emacs@gnu.org Subject: 29.0.50; archive-copy-file does not write file under tramp Date: Fri, 15 Jul 2022 17:36:05 +0500 Message-ID: <87wnceo8ne.fsf@pva-msi.mail-host-address-is-not-set> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2a02:6b8:0:1a2d::608; envelope-from=pva-outdoor@yandex.ru; helo=forward105o.mail.yandex.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Hello, team! Please try the following scenario: 1. Suppose we have two machines (local and remote) and some '~/1.zip' file in remote machine. Open the file via TRAMP from local machine: C-x C-f [RET] /ssh:user@remote:1.zip 2. Now select any file inside the archive and save it into remote machine (at the same remote directory): C [RET] The `file.txt' file of zero size appears (but sould be of `file.txt' content). 3. Switch to archive `1.zip' buffer and save `file.txt' again: C [RET] Emacs asks to overwrite remote `file.txt'. 4. Confirm overwriting and chack remote `file.txt' length. It is still zero. Best regards, Andrey Petrov. In GNU Emacs 29.0.50 (build 4, x86_64-pc-linux-gnu, GTK+ Version 3.24.34, cairo version 1.17.6) of 2022-07-15 built on pva-msi Repository revision: ed4ba79ea8f2be2d01f6447910e2c8319908d0d6 Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12101003 System Description: Arch Linux Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG JSON LCMS2 LIBOTF LIBSYSTEMD LIBXML2 M17N_FLT MODULES NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS WEBP X11 XDBE XIM XINPUT2 XPM GTK3 ZLIB Important settings: value of $LANG: ru_RU.UTF-8 locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: electric-pair-mode: t windmove-mode: t tooltip-mode: t global-eldoc-mode: t eldoc-mode: t show-paren-mode: t electric-indent-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 column-number-mode: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message yank-media puny dired dired-loaddefs rfc822 mml mml-sec epa derived epg rfc6068 epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums leuven-theme gnus nnheader gnus-util text-property-search time-date mail-utils range mm-util mail-prsvr wid-edit elec-pair cus-load windmove info package browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie generate-lisp-file url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs password-cache json subr-x map byte-opt gv bytecomp byte-compile cconv url-vars cl-loaddefs cl-lib cyril-util rmc iso-transl tooltip eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind inotify lcms2 dynamic-setting system-font-setting font-render-setting cairo move-toolbar gtk x-toolkit xinput2 x multi-tty make-network-process emacs) Memory information: ((conses 16 89621 14794) (symbols 48 10449 1) (strings 32 28909 1254) (string-bytes 1 868368) (vectors 16 16625) (vector-slots 8 222151 8365) (floats 8 62 17) (intervals 56 221 0) (buffers 992 10)) From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 17 06:12:50 2022 Received: (at 56574) by debbugs.gnu.org; 17 Jul 2022 10:12:50 +0000 Received: from localhost ([127.0.0.1]:46752 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oD1Gb-0006ee-SW for submit@debbugs.gnu.org; Sun, 17 Jul 2022 06:12:50 -0400 Received: from quimby.gnus.org ([95.216.78.240]:38200) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oD1GZ-0006eM-V3 for 56574@debbugs.gnu.org; Sun, 17 Jul 2022 06:12:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=aJlEVRn6tMJ6ekMcNThSOC7mpd5zWhfajbHsw3EFG2Y=; b=Bi3tq8ir1eFEuK/bP2iFtUnikP YQY2mCsbMGqLEP1eWmARrYfBihiIEiSmR9/sjzxoLJGOTr7pcRql9lGdNaTaS2rowbcT13PfwqmGR hFEAyw2SKb1NyCyf2LyEVxH0j+tO2fLn4YvnQNN+dx3425iQ3UmOUGYZzgdIFep1VS1I=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oD1GP-0005tL-PX; Sun, 17 Jul 2022 12:12:40 +0200 From: Lars Ingebrigtsen To: pva-outdoor@yandex.ru Subject: Re: bug#56574: 29.0.50; archive-copy-file does not write file under tramp In-Reply-To: <87wnceo8ne.fsf@pva-msi.mail-host-address-is-not-set> (pva-outdoor@yandex.ru's message of "Fri, 15 Jul 2022 17:36:05 +0500") References: <87wnceo8ne.fsf@pva-msi.mail-host-address-is-not-set> X-Now-Playing: Fairport Convention's _Come All Ye (4)_: "Brilliancy Medley-Cherokee Shuffle" Date: Sun, 17 Jul 2022 12:12:34 +0200 Message-ID: <87lessm4j1.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: pva-outdoor@yandex.ru writes: > 4. Confirm overwriting and chack remote `file.txt' length. It is still zero. I've now fixed this in Emacs 29. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 56574 Cc: 56574@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) pva-outdoor@yandex.ru writes: > 4. Confirm overwriting and chack remote `file.txt' length. It is still zero. I've now fixed this in Emacs 29. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 17 06:12:54 2022 Received: (at control) by debbugs.gnu.org; 17 Jul 2022 10:12:54 +0000 Received: from localhost ([127.0.0.1]:46755 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oD1Gg-0006ex-6C for submit@debbugs.gnu.org; Sun, 17 Jul 2022 06:12:54 -0400 Received: from quimby.gnus.org ([95.216.78.240]:38214) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oD1Ge-0006eW-KC for control@debbugs.gnu.org; Sun, 17 Jul 2022 06:12:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=04qEcjB89IF4BpqXVwaep7+EvHxdo0IvcWHaBA4JeDA=; b=f32bh0cA/lPL65UMucaBC5Qr1+ 9Auf7Ff2vc1Rwn0Ap2md5awueDn+hwyexLp9MeQVY2Q6C4pNLmFYnJIM1zUX1NcsZZzyH0dHiwMNC LdprcOmo90evUvCsepQImPCrbgDalQGsX9HwKRKwKW30A5dxbbGQ4Xp6RwKmrCAWIqYQ=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oD1GW-0005tY-LA for control@debbugs.gnu.org; Sun, 17 Jul 2022 12:12:46 +0200 Date: Sun, 17 Jul 2022 12:12:43 +0200 Message-Id: <87k08cm4is.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #56574 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 56574 29.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 56574 29.1 quit From unknown Sat Jun 21 02:54:19 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 14 Aug 2022 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator