From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.help Subject: Re: How to switch off autobackup for files loaded from tramp? Date: Tue, 30 Jan 2024 10:48:55 +0100 Message-ID: <87eddzcfso.fsf@dod.no> References: <87o7d4dlb5.fsf@ledu-giraud.fr> <87r0hztbvf.fsf@ledu-giraud.fr> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35227"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Jan 30 10:49:48 2024 Return-path: Envelope-to: geh-help-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 1rUkkW-0008ya-FD for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 30 Jan 2024 10:49:48 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rUkjr-0006dD-Qa; Tue, 30 Jan 2024 04:49:08 -0500 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 1rUkjm-0006ce-S5 for help-gnu-emacs@gnu.org; Tue, 30 Jan 2024 04:49:03 -0500 Original-Received: from schwantz.bang.priv.no ([95.217.129.251]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rUkjk-0000cg-Sb for help-gnu-emacs@gnu.org; Tue, 30 Jan 2024 04:49:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=dod.no; s=sb; t=1706608137; bh=0CMWNKeVlF+VnBAC00B+DrU3/CWlJzDPInd9vf/R4cw=; h=From:To:Subject:References:Date:In-Reply-To:From; b=O17vWRLUgf6RipslnINqOQaEYDg7ebL/Hoe9184eEJdaIT1CCyW/NWkHQBuln11r7 +Z1BOmv0Qi+nGZcmoi8IJVFKvVEWRXqjp5TipqlatF5IW++QzTQJeMTV3tqzPPTfIi +mVfHQ4tyC8PB/J5iAhNNeUxWJCUG3iRH1A6fD6c= Original-Received: from marquez (unknown [84.210.69.52]) by schwantz.bang.priv.no (Postfix) with ESMTPSA id 31D44429 for ; Tue, 30 Jan 2024 09:48:57 +0000 (UTC) In-Reply-To: <87r0hztbvf.fsf@ledu-giraud.fr> (Manuel Giraud via Users list for the's message of "Tue, 30 Jan 2024 10:21:40 +0100") Received-SPF: none client-ip=95.217.129.251; envelope-from=sb@dod.no; helo=schwantz.bang.priv.no 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, SPF_HELO_NONE=0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:145823 Archived-At: >>>>> Manuel Giraud via Users list for the GNU Emacs text editor : > But it won't help you for autosaves ;-). You should read the > corresponding section in the Emacs manual. Thanks! I know the difference, just bad at terminology. I have disabled backups everywhere since 1994, because there was a sysadmin that hated the "~" files I dropped everyhwere I had edited config files. But at least this gave me the incentive to google up why my 'C-h i' in my emacs on debian didn't have the emacs manual: https://emacs.stackexchange.com/a/48214 So... after apt install emacs-common-non-dfsg I can now read the emacs manual in the emacs info reader...