From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Markus Triska Newsgroups: gmane.emacs.bugs Subject: bug#70326: 30.0.50; Backup Files documentation does not match observed behaviour Date: Thu, 11 Apr 2024 08:11:48 +0200 Message-ID: <87frvsfmxn.fsf@metalevel.at> References: <86h6g9ul5s.fsf@gnu.org> <87ttk9ujzy.fsf@metalevel.at> <86edbduiep.fsf@gnu.org> <878r1l57bg.fsf@metalevel.at> <86cyqwv3r8.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31480"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) Cc: 70326@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Apr 11 08:13:15 2024 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rungP-0007yn-VD for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 11 Apr 2024 08:13:13 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rung8-00077G-Mt; Thu, 11 Apr 2024 02:12:56 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rung6-00076b-Or for bug-gnu-emacs@gnu.org; Thu, 11 Apr 2024 02:12:54 -0400 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rung6-0002Q3-Cq for bug-gnu-emacs@gnu.org; Thu, 11 Apr 2024 02:12:54 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rungF-0003I8-0p for bug-gnu-emacs@gnu.org; Thu, 11 Apr 2024 02:13:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Markus Triska Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 11 Apr 2024 06:13:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 70326 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: notabug Original-Received: via spool by 70326-submit@debbugs.gnu.org id=B70326.171281592312194 (code B ref 70326); Thu, 11 Apr 2024 06:13:02 +0000 Original-Received: (at 70326) by debbugs.gnu.org; 11 Apr 2024 06:12:03 +0000 Original-Received: from localhost ([127.0.0.1]:54757 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1runfH-0003Ac-Da for submit@debbugs.gnu.org; Thu, 11 Apr 2024 02:12:03 -0400 Original-Received: from [78.47.144.35] (port=36022 helo=metalevel.at) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1runfD-00039y-Gq for 70326@debbugs.gnu.org; Thu, 11 Apr 2024 02:12:02 -0400 Original-Received: by metalevel.at (Postfix, from userid 1000) id 03FE69C76E; Thu, 11 Apr 2024 08:11:48 +0200 (CEST) In-Reply-To: <86cyqwv3r8.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 11 Apr 2024 08:59:23 +0300") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:283078 Archived-At: Eli Zaretskii writes: > When have you last looked at the documentation in that part of the > manual? I last looked at it a few seconds ago to verify that it still reads as I originally posted it, and indeed it still reads: Emacs makes a backup for a file only the first time the file is saved from a buffer. To repeat the original issue, this is not the behaviour I observe: There are cases where the file is saved from a buffer, and Emacs does not make a backup. I previously posted an example in this thread, and I hope you find it useful. Thank you a lot!