From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Tom Wallenfang Newsgroups: gmane.emacs.help Subject: How to disable auto save on Emacs 26.1 Date: Wed, 03 Oct 2018 15:10:18 +0200 Organization: albasani.net Message-ID: <87zhvvqipx.fsf@wallenfang.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1538572401 15213 195.159.176.226 (3 Oct 2018 13:13:21 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 3 Oct 2018 13:13:21 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 03 15:13:17 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g7gxp-0003pp-0p for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Oct 2018 15:13:17 +0200 Original-Received: from localhost ([::1]:48751 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g7gzv-0006m3-EM for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Oct 2018 09:15:27 -0400 Original-Path: usenet.stanford.edu!goblin3!goblin2!goblin.stu.neva.ru!weretis.net!feeder4.news.weretis.net!news.albasani.net!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-X-Trace: news.albasani.net sDkJotL9oG8RrJ++c8ZXEGohMArBQxbxOF+4NCYNmuE81y5NnBSGdeN2K1d9iET/qbgSK7cPVUe/Kj+p/qBd35HoS714A4g/jLAUQzJE7ko0mrmQNlpzdQ1wFaturVYI Original-NNTP-Posting-Date: Wed, 3 Oct 2018 13:10:18 +0000 (UTC) Original-Injection-Info: news.albasani.net; logging-data="6bNEJnJpCneowJS/YsMoXpLrbTVaOTSSExETM0tMSJgnFdhFf7At+mALZjMoSiIebXye5/nnMitNO1/vLENCqwRXMyTKgsq4CPOmcCjFPGLjR5zPBovm1GzHPQqblT2D1LuF+1276LA7d/tZNbM0UgS7f0667eSbkhFGB5c1wjU="; mail-complaints-to="abuse@albasani.net" Cancel-Lock: sha1:fRI1hVnLc4X7ylsqZ9XAzaGJsQM= X-Clacks-Overhead: GNU Terry Pratchett Original-Xref: usenet.stanford.edu gnu.emacs.help:223973 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:118099 Archived-At: Hello dear emacs folk, I have been seeing lately that the autosave feature is activated again although I deactivated it :/ Here is a cut from my .emacs file: > (custom-set-variables > '(auto-save-default nil) > '(auto-save-interval 0) > '(auto-save-timeout 0) > '(auto-save-visited-interval 0)) Does anyone here know what I have to do so I don't have to remove those files everytime I quit editing (yes, I do know the consequences that can come with disabling autosave, and I am taking the full responsibility for what might/is going to happen.) Thanks in Regards Tom